#DD4D47

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

Shades of Valencia #DD4D47

Tints of Valencia #DD4D47

Color information

#DD4D47 (or 0xDD4D47) is unknown color: approx Valencia. HEX triplet: DD, 4D and 47. RGB value is (221,77,71). Sum of RGB (Red+Green+Blue) = 221+77+71=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D47 is #22B2B8. Grayscale: #777777. Windows color (decimal): -2273977 or 4672989. OLE color: 4672989.

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

Color convert

RGB2217771-
CMYK00.650.680.13
HSL2.4º68.81%57.25%-
HSV(B)2.4º67.87%86.67%-
XYZ33.6121.138.27-
YUV119.37100.71200.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=59.89%
G=20.87%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221777100.650.680.132.468.8157.25
HexDD4D4704144D24539
Octal335115107010110415210571
Binary11011101100110110001110100000110001001101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D47; }

 p { color: rgb(221,77,71); }

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

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

 a { background-color: rgb(221,77,71); }

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

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

 span { border-color: rgb(221,77,71); }

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