Shades of Red Damask #D17250
Tints of Red Damask #D17250
RGB
CMYK
RGB Variations
Color information
#D17250 (or 0xD17250) is known color: Red Damask. HEX triplet: D1, 72 and 50. RGB value is (209,114,80). Sum of RGB (Red+Green+Blue) = 209+114+80=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D17250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17250 is #2E8DAF. Grayscale: #8A8A8A. Windows color (decimal): -3050928 or 5272273. OLE color: 5272273.
HSL color Cylindrical-coordinate representation of color #D17250: hue angle of 15.81º 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 #D17250 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 80 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.18 |
| HSL | 15.81º | 0.58% | 0.57% | - |
| HSV(B) | 15.81º | 0.62% | 0.82% | - |
| XYZ | 33.76 | 26.17 | 10.86 | - |
| YUV | 138.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 80 | 0 | 0.45 | 0.62 | 0.18 | 15.81 | 0.58 | 0.57 |
| Hex | D1 | 72 | 50 | 0 | 2D | 3E | 12 | 10 | 3A | 39 |
| Octal | 321 | 162 | 120 | 0 | 55 | 76 | 22 | 20 | 72 | 71 |
| Binary | 11010001 | 1110010 | 1010000 | 0 | 101101 | 111110 | 10010 | 10000 | 111010 | 111001 |
Color Harmonies of #D17250
Complementary color
Monochromatic Colors of #D17250
Black with #D17250
Text Example
Text Example
White with #D17250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17250; }
p { color: rgb(209,114,80); }
H1.HeaderClassName
{
color: #D17250;
}
.AnyTagClassName
{
color: #D17250;
}
</style>
background-color css
<style>
a { background-color: #D17250; }
a { background-color: rgb(209,114,80); }
div.DivClassName
{
background-color: #D17250;
}
.BgClassName
{
background-color: #D17250;
}
</style>
border-color css
<style>
span { border-color: #D17250; }
span { border-color: rgb(209,114,80); }
td.TdClassName
{
border-color: #D17250;
}
.TagClassName
{
border-color: #D17250;
}
</style>