#D16E42

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

Shades of Red Damask #D16E42

Tints of Red Damask #D16E42

Color information

#D16E42 (or 0xD16E42) is unknown color: approx Red Damask. HEX triplet: D1, 6E and 42. RGB value is (209,110,66). Sum of RGB (Red+Green+Blue) = 209+110+66=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E42 is #2E91BD. Grayscale: #868686. Windows color (decimal): -3051966 or 4353745. OLE color: 4353745.

HSL color Cylindrical-coordinate representation of color #D16E42: hue angle of 18.46º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16E42 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20911066-
CMYK00.470.680.18
HSL18.46º60.85%53.92%-
HSV(B)18.46º68.42%81.96%-
XYZ32.8525.18.27-
YUV134.5889.3181.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=54.29%
G=28.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091106600.470.680.1818.4660.8553.92
HexD16E4202F4412123d36
Octal32115610205710422227566
Binary1101000111011101000010010111110001001001010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E42; }

 p { color: rgb(209,110,66); }

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

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

 a { background-color: rgb(209,110,66); }

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

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

 span { border-color: rgb(209,110,66); }

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