#D27042

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

Shades of Red Damask #D27042

Tints of Red Damask #D27042

Color information

#D27042 (or 0xD27042) is unknown color: approx Red Damask. HEX triplet: D2, 70 and 42. RGB value is (210,112,66). Sum of RGB (Red+Green+Blue) = 210+112+66=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D27042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27042 is #2D8FBD. Grayscale: #888888. Windows color (decimal): -2985918 or 4354258. OLE color: 4354258.

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

Color convert

RGB21011266-
CMYK00.470.690.18
HSL19.17º61.54%54.12%-
HSV(B)19.17º68.57%82.35%-
XYZ33.3625.688.35-
YUV136.0688.47180.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.12%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=54.12%
G=28.87%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101126600.470.690.1819.1761.5454.12
HexD2704202F4512133e36
Octal32216010205710522237666
Binary1101001011100001000010010111110001011001010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27042; }

 p { color: rgb(210,112,66); }

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

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

 a { background-color: rgb(210,112,66); }

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

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

 span { border-color: rgb(210,112,66); }

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