Shades of Red Damask #D17550
Tints of Red Damask #D17550
RGB
CMYK
RGB Variations
Color information
#D17550 (or 0xD17550) is known color: Red Damask. HEX triplet: D1, 75 and 50. RGB value is (209,117,80). Sum of RGB (Red+Green+Blue) = 209+117+80=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D17550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17550 is #2E8AAF. Grayscale: #8C8C8C. Windows color (decimal): -3050160 or 5273041. OLE color: 5273041.
HSL color Cylindrical-coordinate representation of color #D17550: hue angle of 17.21º 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 #D17550 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 80 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.18 |
| HSL | 17.21º | 0.58% | 0.57% | - |
| HSV(B) | 17.21º | 0.62% | 0.82% | - |
| XYZ | 34.1 | 26.86 | 10.98 | - |
| YUV | 140.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 80 | 0 | 0.44 | 0.62 | 0.18 | 17.21 | 0.58 | 0.57 |
| Hex | D1 | 75 | 50 | 0 | 2C | 3E | 12 | 11 | 3A | 39 |
| Octal | 321 | 165 | 120 | 0 | 54 | 76 | 22 | 21 | 72 | 71 |
| Binary | 11010001 | 1110101 | 1010000 | 0 | 101100 | 111110 | 10010 | 10001 | 111010 | 111001 |
Color Harmonies of #D17550
Complementary color
Monochromatic Colors of #D17550
Black with #D17550
Text Example
Text Example
White with #D17550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17550; }
p { color: rgb(209,117,80); }
H1.HeaderClassName
{
color: #D17550;
}
.AnyTagClassName
{
color: #D17550;
}
</style>
background-color css
<style>
a { background-color: #D17550; }
a { background-color: rgb(209,117,80); }
div.DivClassName
{
background-color: #D17550;
}
.BgClassName
{
background-color: #D17550;
}
</style>
border-color css
<style>
span { border-color: #D17550; }
span { border-color: rgb(209,117,80); }
td.TdClassName
{
border-color: #D17550;
}
.TagClassName
{
border-color: #D17550;
}
</style>