Shades of Red Damask #D37249
Tints of Red Damask #D37249
RGB
CMYK
RGB Variations
Color information
#D37249 (or 0xD37249) is known color: Red Damask. HEX triplet: D3, 72 and 49. RGB value is (211,114,73). Sum of RGB (Red+Green+Blue) = 211+114+73=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D37249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37249 is #2C8DB6. Grayscale: #8A8A8A. Windows color (decimal): -2919863 or 4813523. OLE color: 4813523.
HSL color Cylindrical-coordinate representation of color #D37249: hue angle of 17.83º 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 #D37249 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 73 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.17 |
| HSL | 17.83º | 0.61% | 0.56% | - |
| HSV(B) | 17.83º | 0.65% | 0.83% | - |
| XYZ | 34.08 | 26.36 | 9.6 | - |
| YUV | 138.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 73 | 0 | 0.46 | 0.65 | 0.17 | 17.83 | 0.61 | 0.56 |
| Hex | D3 | 72 | 49 | 0 | 2E | 41 | 11 | 12 | 3D | 38 |
| Octal | 323 | 162 | 111 | 0 | 56 | 101 | 21 | 22 | 75 | 70 |
| Binary | 11010011 | 1110010 | 1001001 | 0 | 101110 | 1000001 | 10001 | 10010 | 111101 | 111000 |
Color Harmonies of #D37249
Complementary color
Monochromatic Colors of #D37249
Black with #D37249
Text Example
Text Example
White with #D37249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37249; }
p { color: rgb(211,114,73); }
H1.HeaderClassName
{
color: #D37249;
}
.AnyTagClassName
{
color: #D37249;
}
</style>
background-color css
<style>
a { background-color: #D37249; }
a { background-color: rgb(211,114,73); }
div.DivClassName
{
background-color: #D37249;
}
.BgClassName
{
background-color: #D37249;
}
</style>
border-color css
<style>
span { border-color: #D37249; }
span { border-color: rgb(211,114,73); }
td.TdClassName
{
border-color: #D37249;
}
.TagClassName
{
border-color: #D37249;
}
</style>