Shades of Red Damask #D16842
Tints of Red Damask #D16842
RGB
CMYK
RGB Variations
Color information
#D16842 (or 0xD16842) is known color: Red Damask. HEX triplet: D1, 68 and 42. RGB value is (209,104,66). Sum of RGB (Red+Green+Blue) = 209+104+66=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16842 is #2E97BD. Grayscale: #838383. Windows color (decimal): -3053502 or 4352209. OLE color: 4352209.
HSL color Cylindrical-coordinate representation of color #D16842: hue angle of 15.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16842 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 66 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.18 |
| HSL | 15.94º | 0.61% | 0.54% | - |
| HSV(B) | 15.94º | 0.68% | 0.82% | - |
| XYZ | 32.23 | 23.85 | 8.06 | - |
| YUV | 131.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 66 | 0 | 0.50 | 0.68 | 0.18 | 15.94 | 0.61 | 0.54 |
| Hex | D1 | 68 | 42 | 0 | 32 | 44 | 12 | 10 | 3D | 36 |
| Octal | 321 | 150 | 102 | 0 | 62 | 104 | 22 | 20 | 75 | 66 |
| Binary | 11010001 | 1101000 | 1000010 | 0 | 110010 | 1000100 | 10010 | 10000 | 111101 | 110110 |
Color Harmonies of #D16842
Complementary color
Monochromatic Colors of #D16842
Black with #D16842
Text Example
Text Example
White with #D16842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16842; }
p { color: rgb(209,104,66); }
H1.HeaderClassName
{
color: #D16842;
}
.AnyTagClassName
{
color: #D16842;
}
</style>
background-color css
<style>
a { background-color: #D16842; }
a { background-color: rgb(209,104,66); }
div.DivClassName
{
background-color: #D16842;
}
.BgClassName
{
background-color: #D16842;
}
</style>
border-color css
<style>
span { border-color: #D16842; }
span { border-color: rgb(209,104,66); }
td.TdClassName
{
border-color: #D16842;
}
.TagClassName
{
border-color: #D16842;
}
</style>