#D37041

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

Shades of Red Damask #D37041

Tints of Red Damask #D37041

Color information

#D37041 (or 0xD37041) is unknown color: approx Red Damask. HEX triplet: D3, 70 and 41. RGB value is (211,112,65). Sum of RGB (Red+Green+Blue) = 211+112+65=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D37041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37041 is #2C8FBE. Grayscale: #888888. Windows color (decimal): -2920383 or 4288723. OLE color: 4288723.

HSL color Cylindrical-coordinate representation of color #D37041: hue angle of 19.32º 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 #D37041 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21111265-
CMYK00.470.690.17
HSL19.32º62.39%54.12%-
HSV(B)19.32º69.19%82.75%-
XYZ33.6125.828.21-
YUV136.2487.8181.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.38%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=54.38%
G=28.87%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111126500.470.690.1719.3262.3954.12
HexD3704102F4511133e36
Octal32316010105710521237666
Binary1101001111100001000001010111110001011000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37041; }

 p { color: rgb(211,112,65); }

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

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

 a { background-color: rgb(211,112,65); }

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

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

 span { border-color: rgb(211,112,65); }

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