Shades of Red Damask #D17050
Tints of Red Damask #D17050
RGB
CMYK
RGB Variations
Color information
#D17050 (or 0xD17050) is known color: Red Damask. HEX triplet: D1, 70 and 50. RGB value is (209,112,80). Sum of RGB (Red+Green+Blue) = 209+112+80=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D17050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17050 is #2E8FAF. Grayscale: #898989. Windows color (decimal): -3051440 or 5271761. OLE color: 5271761.
HSL color Cylindrical-coordinate representation of color #D17050: hue angle of 14.88º 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 #D17050 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 80 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.18 |
| HSL | 14.88º | 0.58% | 0.57% | - |
| HSV(B) | 14.88º | 0.62% | 0.82% | - |
| XYZ | 33.54 | 25.72 | 10.79 | - |
| YUV | 137.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 80 | 0 | 0.46 | 0.62 | 0.18 | 14.88 | 0.58 | 0.57 |
| Hex | D1 | 70 | 50 | 0 | 2E | 3E | 12 | F | 3A | 39 |
| Octal | 321 | 160 | 120 | 0 | 56 | 76 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110000 | 1010000 | 0 | 101110 | 111110 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17050
Complementary color
Monochromatic Colors of #D17050
Black with #D17050
Text Example
Text Example
White with #D17050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17050; }
p { color: rgb(209,112,80); }
H1.HeaderClassName
{
color: #D17050;
}
.AnyTagClassName
{
color: #D17050;
}
</style>
background-color css
<style>
a { background-color: #D17050; }
a { background-color: rgb(209,112,80); }
div.DivClassName
{
background-color: #D17050;
}
.BgClassName
{
background-color: #D17050;
}
</style>
border-color css
<style>
span { border-color: #D17050; }
span { border-color: rgb(209,112,80); }
td.TdClassName
{
border-color: #D17050;
}
.TagClassName
{
border-color: #D17050;
}
</style>