Shades of Red Damask #D17850
Tints of Red Damask #D17850
RGB
CMYK
RGB Variations
Color information
#D17850 (or 0xD17850) is known color: Red Damask. HEX triplet: D1, 78 and 50. RGB value is (209,120,80). Sum of RGB (Red+Green+Blue) = 209+120+80=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D17850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17850 is #2E87AF. Grayscale: #8E8E8E. Windows color (decimal): -3049392 or 5273809. OLE color: 5273809.
HSL color Cylindrical-coordinate representation of color #D17850: hue angle of 18.6º 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 #D17850 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 80 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.18 |
| HSL | 18.6º | 0.58% | 0.57% | - |
| HSV(B) | 18.6º | 0.62% | 0.82% | - |
| XYZ | 34.46 | 27.57 | 11.09 | - |
| YUV | 142.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 80 | 0 | 0.43 | 0.62 | 0.18 | 18.6 | 0.58 | 0.57 |
| Hex | D1 | 78 | 50 | 0 | 2B | 3E | 12 | 13 | 3A | 39 |
| Octal | 321 | 170 | 120 | 0 | 53 | 76 | 22 | 23 | 72 | 71 |
| Binary | 11010001 | 1111000 | 1010000 | 0 | 101011 | 111110 | 10010 | 10011 | 111010 | 111001 |
Color Harmonies of #D17850
Complementary color
Monochromatic Colors of #D17850
Black with #D17850
Text Example
Text Example
White with #D17850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17850; }
p { color: rgb(209,120,80); }
H1.HeaderClassName
{
color: #D17850;
}
.AnyTagClassName
{
color: #D17850;
}
</style>
background-color css
<style>
a { background-color: #D17850; }
a { background-color: rgb(209,120,80); }
div.DivClassName
{
background-color: #D17850;
}
.BgClassName
{
background-color: #D17850;
}
</style>
border-color css
<style>
span { border-color: #D17850; }
span { border-color: rgb(209,120,80); }
td.TdClassName
{
border-color: #D17850;
}
.TagClassName
{
border-color: #D17850;
}
</style>