#DD4F4E

Color #DD4F4E Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DD4F4E

Tints of Valencia #DD4F4E

Color information

#DD4F4E (or 0xDD4F4E) is unknown color: approx Valencia. HEX triplet: DD, 4F and 4E. RGB value is (221,79,78). Sum of RGB (Red+Green+Blue) = 221+79+78=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F4E is #22B0B1. Grayscale: #797979. Windows color (decimal): -2273458 or 5132253. OLE color: 5132253.

HSL color Cylindrical-coordinate representation of color #DD4F4E: hue angle of 0.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4F4E is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2217978-
CMYK00.640.650.13
HSL0.42º67.77%58.63%-
HSV(B)0.42º64.71%86.67%-
XYZ33.9921.519.57-
YUV121.34103.54199.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=58.47%
G=20.90%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221797800.640.650.130.4267.7758.63
HexDD4F4E04041D0443b
Octal335117116010010115010473
Binary1101110110011111001110010000001000001110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F4E; }

 p { color: rgb(221,79,78); }

 H1.HeaderClassName
 {
   color: #DD4F4E;
 }
 .AnyTagClassName
 {
   color: #DD4F4E;
 }
</style>
background-color css

<style>
 a { background-color: #DD4F4E; }

 a { background-color: rgb(221,79,78); }

 div.DivClassName
 {
   background-color: #DD4F4E;
 }
 .BgClassName
 {
   background-color: #DD4F4E;
 }
</style>
border-color css

<style>
 span { border-color: #DD4F4E; }

 span { border-color: rgb(221,79,78); }

 td.TdClassName
 {
   border-color: #DD4F4E;
 }
 .TagClassName
 {
   border-color: #DD4F4E;
 }
</style>