Shades of Red Damask #D36D41
Tints of Red Damask #D36D41
RGB
CMYK
RGB Variations
Color information
#D36D41 (or 0xD36D41) is known color: Red Damask. HEX triplet: D3, 6D and 41. RGB value is (211,109,65). Sum of RGB (Red+Green+Blue) = 211+109+65=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36D41 is #2C92BE. Grayscale: #868686. Windows color (decimal): -2921151 or 4287955. OLE color: 4287955.
HSL color Cylindrical-coordinate representation of color #D36D41: hue angle of 18.08º 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 #D36D41 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 65 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.17 |
| HSL | 18.08º | 0.62% | 0.54% | - |
| HSV(B) | 18.08º | 0.69% | 0.83% | - |
| XYZ | 33.29 | 25.17 | 8.1 | - |
| YUV | 134.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 65 | 0 | 0.48 | 0.69 | 0.17 | 18.08 | 0.62 | 0.54 |
| Hex | D3 | 6D | 41 | 0 | 30 | 45 | 11 | 12 | 3E | 36 |
| Octal | 323 | 155 | 101 | 0 | 60 | 105 | 21 | 22 | 76 | 66 |
| Binary | 11010011 | 1101101 | 1000001 | 0 | 110000 | 1000101 | 10001 | 10010 | 111110 | 110110 |
Color Harmonies of #D36D41
Complementary color
Monochromatic Colors of #D36D41
Black with #D36D41
Text Example
Text Example
White with #D36D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36D41; }
p { color: rgb(211,109,65); }
H1.HeaderClassName
{
color: #D36D41;
}
.AnyTagClassName
{
color: #D36D41;
}
</style>
background-color css
<style>
a { background-color: #D36D41; }
a { background-color: rgb(211,109,65); }
div.DivClassName
{
background-color: #D36D41;
}
.BgClassName
{
background-color: #D36D41;
}
</style>
border-color css
<style>
span { border-color: #D36D41; }
span { border-color: rgb(211,109,65); }
td.TdClassName
{
border-color: #D36D41;
}
.TagClassName
{
border-color: #D36D41;
}
</style>