#D37142

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

Shades of Red Damask #D37142

Tints of Red Damask #D37142

Color information

#D37142 (or 0xD37142) is unknown color: approx Red Damask. HEX triplet: D3, 71 and 42. RGB value is (211,113,66). Sum of RGB (Red+Green+Blue) = 211+113+66=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D37142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37142 is #2C8EBD. Grayscale: #898989. Windows color (decimal): -2920126 or 4354515. OLE color: 4354515.

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

Color convert

RGB21111366-
CMYK00.460.690.17
HSL19.45º62.23%54.31%-
HSV(B)19.45º68.72%82.75%-
XYZ33.7526.058.4-
YUV136.9487.97180.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.10%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=54.10%
G=28.97%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111136600.460.690.1719.4562.2354.31
HexD3714202E4511133e36
Octal32316110205610521237666
Binary1101001111100011000010010111010001011000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37142; }

 p { color: rgb(211,113,66); }

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

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

 a { background-color: rgb(211,113,66); }

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

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

 span { border-color: rgb(211,113,66); }

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