Shades of Red Damask #D16940
Tints of Red Damask #D16940
RGB
CMYK
RGB Variations
Color information
#D16940 (or 0xD16940) is known color: Red Damask. HEX triplet: D1, 69 and 40. RGB value is (209,105,64). Sum of RGB (Red+Green+Blue) = 209+105+64=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16940 is #2E96BF. Grayscale: #838383. Windows color (decimal): -3053248 or 4221393. OLE color: 4221393.
HSL color Cylindrical-coordinate representation of color #D16940: hue angle of 16.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D16940 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 64 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.18 |
| HSL | 16.97º | 0.61% | 0.54% | - |
| HSV(B) | 16.97º | 0.69% | 0.82% | - |
| XYZ | 32.27 | 24.03 | 7.79 | - |
| YUV | 131.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 64 | 0 | 0.50 | 0.69 | 0.18 | 16.97 | 0.61 | 0.54 |
| Hex | D1 | 69 | 40 | 0 | 32 | 45 | 12 | 11 | 3D | 36 |
| Octal | 321 | 151 | 100 | 0 | 62 | 105 | 22 | 21 | 75 | 66 |
| Binary | 11010001 | 1101001 | 1000000 | 0 | 110010 | 1000101 | 10010 | 10001 | 111101 | 110110 |
Color Harmonies of #D16940
Complementary color
Monochromatic Colors of #D16940
Black with #D16940
Text Example
Text Example
White with #D16940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16940; }
p { color: rgb(209,105,64); }
H1.HeaderClassName
{
color: #D16940;
}
.AnyTagClassName
{
color: #D16940;
}
</style>
background-color css
<style>
a { background-color: #D16940; }
a { background-color: rgb(209,105,64); }
div.DivClassName
{
background-color: #D16940;
}
.BgClassName
{
background-color: #D16940;
}
</style>
border-color css
<style>
span { border-color: #D16940; }
span { border-color: rgb(209,105,64); }
td.TdClassName
{
border-color: #D16940;
}
.TagClassName
{
border-color: #D16940;
}
</style>