Shades of Red Damask #D36A49
Tints of Red Damask #D36A49
RGB
CMYK
RGB Variations
Color information
#D36A49 (or 0xD36A49) is known color: Red Damask. HEX triplet: D3, 6A and 49. RGB value is (211,106,73). Sum of RGB (Red+Green+Blue) = 211+106+73=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36A49 is #2C95B6. Grayscale: #858585. Windows color (decimal): -2921911 or 4811475. OLE color: 4811475.
HSL color Cylindrical-coordinate representation of color #D36A49: hue angle of 14.35º 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 #D36A49 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 73 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.17 |
| HSL | 14.35º | 0.61% | 0.56% | - |
| HSV(B) | 14.35º | 0.65% | 0.83% | - |
| XYZ | 33.22 | 24.64 | 9.31 | - |
| YUV | 133.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 73 | 0 | 0.50 | 0.65 | 0.17 | 14.35 | 0.61 | 0.56 |
| Hex | D3 | 6A | 49 | 0 | 32 | 41 | 11 | E | 3D | 38 |
| Octal | 323 | 152 | 111 | 0 | 62 | 101 | 21 | 16 | 75 | 70 |
| Binary | 11010011 | 1101010 | 1001001 | 0 | 110010 | 1000001 | 10001 | 1110 | 111101 | 111000 |
Color Harmonies of #D36A49
Complementary color
Monochromatic Colors of #D36A49
Black with #D36A49
Text Example
Text Example
White with #D36A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36A49; }
p { color: rgb(211,106,73); }
H1.HeaderClassName
{
color: #D36A49;
}
.AnyTagClassName
{
color: #D36A49;
}
</style>
background-color css
<style>
a { background-color: #D36A49; }
a { background-color: rgb(211,106,73); }
div.DivClassName
{
background-color: #D36A49;
}
.BgClassName
{
background-color: #D36A49;
}
</style>
border-color css
<style>
span { border-color: #D36A49; }
span { border-color: rgb(211,106,73); }
td.TdClassName
{
border-color: #D36A49;
}
.TagClassName
{
border-color: #D36A49;
}
</style>