Shades of Red Damask #D17851
Tints of Red Damask #D17851
RGB
CMYK
RGB Variations
Color information
#D17851 (or 0xD17851) is known color: Red Damask. HEX triplet: D1, 78 and 51. RGB value is (209,120,81). Sum of RGB (Red+Green+Blue) = 209+120+81=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D17851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17851 is #2E87AE. Grayscale: #8E8E8E. Windows color (decimal): -3049391 or 5339345. OLE color: 5339345.
HSL color Cylindrical-coordinate representation of color #D17851: hue angle of 18.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D17851 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 81 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.18 |
| HSL | 18.28º | 0.58% | 0.57% | - |
| HSV(B) | 18.28º | 0.61% | 0.82% | - |
| XYZ | 34.5 | 27.58 | 11.29 | - |
| YUV | 142.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 81 | 0 | 0.43 | 0.61 | 0.18 | 18.28 | 0.58 | 0.57 |
| Hex | D1 | 78 | 51 | 0 | 2B | 3D | 12 | 12 | 3A | 39 |
| Octal | 321 | 170 | 121 | 0 | 53 | 75 | 22 | 22 | 72 | 71 |
| Binary | 11010001 | 1111000 | 1010001 | 0 | 101011 | 111101 | 10010 | 10010 | 111010 | 111001 |
Color Harmonies of #D17851
Complementary color
Monochromatic Colors of #D17851
Black with #D17851
Text Example
Text Example
White with #D17851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17851; }
p { color: rgb(209,120,81); }
H1.HeaderClassName
{
color: #D17851;
}
.AnyTagClassName
{
color: #D17851;
}
</style>
background-color css
<style>
a { background-color: #D17851; }
a { background-color: rgb(209,120,81); }
div.DivClassName
{
background-color: #D17851;
}
.BgClassName
{
background-color: #D17851;
}
</style>
border-color css
<style>
span { border-color: #D17851; }
span { border-color: rgb(209,120,81); }
td.TdClassName
{
border-color: #D17851;
}
.TagClassName
{
border-color: #D17851;
}
</style>