Shades of Red Damask #D17042
Tints of Red Damask #D17042
RGB
CMYK
RGB Variations
Color information
#D17042 (or 0xD17042) is known color: Red Damask. HEX triplet: D1, 70 and 42. RGB value is (209,112,66). Sum of RGB (Red+Green+Blue) = 209+112+66=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D17042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17042 is #2E8FBD. Grayscale: #888888. Windows color (decimal): -3051454 or 4354257. OLE color: 4354257.
HSL color Cylindrical-coordinate representation of color #D17042: hue angle of 19.3º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D17042 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 66 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.18 |
| HSL | 19.3º | 0.61% | 0.54% | - |
| HSV(B) | 19.3º | 0.68% | 0.82% | - |
| XYZ | 33.07 | 25.54 | 8.34 | - |
| YUV | 135.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 66 | 0 | 0.46 | 0.68 | 0.18 | 19.3 | 0.61 | 0.54 |
| Hex | D1 | 70 | 42 | 0 | 2E | 44 | 12 | 13 | 3D | 36 |
| Octal | 321 | 160 | 102 | 0 | 56 | 104 | 22 | 23 | 75 | 66 |
| Binary | 11010001 | 1110000 | 1000010 | 0 | 101110 | 1000100 | 10010 | 10011 | 111101 | 110110 |
Color Harmonies of #D17042
Complementary color
Monochromatic Colors of #D17042
Black with #D17042
Text Example
Text Example
White with #D17042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17042; }
p { color: rgb(209,112,66); }
H1.HeaderClassName
{
color: #D17042;
}
.AnyTagClassName
{
color: #D17042;
}
</style>
background-color css
<style>
a { background-color: #D17042; }
a { background-color: rgb(209,112,66); }
div.DivClassName
{
background-color: #D17042;
}
.BgClassName
{
background-color: #D17042;
}
</style>
border-color css
<style>
span { border-color: #D17042; }
span { border-color: rgb(209,112,66); }
td.TdClassName
{
border-color: #D17042;
}
.TagClassName
{
border-color: #D17042;
}
</style>