Shades of Red Damask #D36F49
Tints of Red Damask #D36F49
RGB
CMYK
RGB Variations
Color information
#D36F49 (or 0xD36F49) is known color: Red Damask. HEX triplet: D3, 6F and 49. RGB value is (211,111,73). Sum of RGB (Red+Green+Blue) = 211+111+73=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36F49 is #2C90B6. Grayscale: #888888. Windows color (decimal): -2920631 or 4812755. OLE color: 4812755.
HSL color Cylindrical-coordinate representation of color #D36F49: hue angle of 16.52º 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 #D36F49 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 73 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.17 |
| HSL | 16.52º | 0.61% | 0.56% | - |
| HSV(B) | 16.52º | 0.65% | 0.83% | - |
| XYZ | 33.75 | 25.7 | 9.48 | - |
| YUV | 136.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 73 | 0 | 0.47 | 0.65 | 0.17 | 16.52 | 0.61 | 0.56 |
| Hex | D3 | 6F | 49 | 0 | 2F | 41 | 11 | 11 | 3D | 38 |
| Octal | 323 | 157 | 111 | 0 | 57 | 101 | 21 | 21 | 75 | 70 |
| Binary | 11010011 | 1101111 | 1001001 | 0 | 101111 | 1000001 | 10001 | 10001 | 111101 | 111000 |
Color Harmonies of #D36F49
Complementary color
Monochromatic Colors of #D36F49
Black with #D36F49
Text Example
Text Example
White with #D36F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F49; }
p { color: rgb(211,111,73); }
H1.HeaderClassName
{
color: #D36F49;
}
.AnyTagClassName
{
color: #D36F49;
}
</style>
background-color css
<style>
a { background-color: #D36F49; }
a { background-color: rgb(211,111,73); }
div.DivClassName
{
background-color: #D36F49;
}
.BgClassName
{
background-color: #D36F49;
}
</style>
border-color css
<style>
span { border-color: #D36F49; }
span { border-color: rgb(211,111,73); }
td.TdClassName
{
border-color: #D36F49;
}
.TagClassName
{
border-color: #D36F49;
}
</style>