#D37149

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

Shades of Red Damask #D37149

Tints of Red Damask #D37149

Color information

#D37149 (or 0xD37149) is unknown color: approx Red Damask. HEX triplet: D3, 71 and 49. RGB value is (211,113,73). Sum of RGB (Red+Green+Blue) = 211+113+73=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D37149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37149 is #2C8EB6. Grayscale: #8A8A8A. Windows color (decimal): -2920119 or 4813267. OLE color: 4813267.

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

Color convert

RGB21111373-
CMYK00.460.650.17
HSL17.39º61.06%55.69%-
HSV(B)17.39º65.4%82.75%-
XYZ33.9726.149.56-
YUV137.7491.47180.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=53.15%
G=28.46%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111137300.460.650.1717.3961.0655.69
HexD3714902E4111113d38
Octal32316111105610121217570
Binary1101001111100011001001010111010000011000110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37149; }

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

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

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

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

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

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

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

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