#DD4E42

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

Shades of Valencia #DD4E42

Tints of Valencia #DD4E42

Color information

#DD4E42 (or 0xDD4E42) is unknown color: approx Valencia. HEX triplet: DD, 4E and 42. RGB value is (221,78,66). Sum of RGB (Red+Green+Blue) = 221+78+66=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E42 is #22B1BD. Grayscale: #777777. Windows color (decimal): -2273726 or 4345565. OLE color: 4345565.

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

Color convert

RGB2217866-
CMYK00.650.700.13
HSL4.65º69.51%56.27%-
HSV(B)4.65º70.14%86.67%-
XYZ33.5321.217.48-
YUV119.3997.88200.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=60.55%
G=21.37%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221786600.650.700.134.6569.5156.27
HexDD4E4204146D54638
Octal335116102010110615510670
Binary110111011001110100001001000001100011011011011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E42; }

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

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

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

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

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

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

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

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