Shades of Red Damask #D16850
Tints of Red Damask #D16850
RGB
CMYK
RGB Variations
Color information
#D16850 (or 0xD16850) is known color: Red Damask. HEX triplet: D1, 68 and 50. RGB value is (209,104,80). Sum of RGB (Red+Green+Blue) = 209+104+80=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D16850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16850 is #2E97AF. Grayscale: #848484. Windows color (decimal): -3053488 or 5269713. OLE color: 5269713.
HSL color Cylindrical-coordinate representation of color #D16850: hue angle of 11.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D16850 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 80 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.18 |
| HSL | 11.16º | 0.58% | 0.57% | - |
| HSV(B) | 11.16º | 0.62% | 0.82% | - |
| XYZ | 32.69 | 24.04 | 10.51 | - |
| YUV | 132.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 80 | 0 | 0.50 | 0.62 | 0.18 | 11.16 | 0.58 | 0.57 |
| Hex | D1 | 68 | 50 | 0 | 32 | 3E | 12 | B | 3A | 39 |
| Octal | 321 | 150 | 120 | 0 | 62 | 76 | 22 | 13 | 72 | 71 |
| Binary | 11010001 | 1101000 | 1010000 | 0 | 110010 | 111110 | 10010 | 1011 | 111010 | 111001 |
Color Harmonies of #D16850
Complementary color
Monochromatic Colors of #D16850
Black with #D16850
Text Example
Text Example
White with #D16850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16850; }
p { color: rgb(209,104,80); }
H1.HeaderClassName
{
color: #D16850;
}
.AnyTagClassName
{
color: #D16850;
}
</style>
background-color css
<style>
a { background-color: #D16850; }
a { background-color: rgb(209,104,80); }
div.DivClassName
{
background-color: #D16850;
}
.BgClassName
{
background-color: #D16850;
}
</style>
border-color css
<style>
span { border-color: #D16850; }
span { border-color: rgb(209,104,80); }
td.TdClassName
{
border-color: #D16850;
}
.TagClassName
{
border-color: #D16850;
}
</style>