Shades of Red Damask #D17041
Tints of Red Damask #D17041
RGB
CMYK
RGB Variations
Color information
#D17041 (or 0xD17041) is known color: Red Damask. HEX triplet: D1, 70 and 41. RGB value is (209,112,65). Sum of RGB (Red+Green+Blue) = 209+112+65=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D17041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17041 is #2E8FBE. Grayscale: #878787. Windows color (decimal): -3051455 or 4288721. OLE color: 4288721.
HSL color Cylindrical-coordinate representation of color #D17041: hue angle of 19.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D17041 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 65 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.18 |
| HSL | 19.58º | 0.61% | 0.54% | - |
| HSV(B) | 19.58º | 0.69% | 0.82% | - |
| XYZ | 33.04 | 25.53 | 8.19 | - |
| YUV | 135.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 65 | 0 | 0.46 | 0.69 | 0.18 | 19.58 | 0.61 | 0.54 |
| Hex | D1 | 70 | 41 | 0 | 2E | 45 | 12 | 14 | 3D | 36 |
| Octal | 321 | 160 | 101 | 0 | 56 | 105 | 22 | 24 | 75 | 66 |
| Binary | 11010001 | 1110000 | 1000001 | 0 | 101110 | 1000101 | 10010 | 10100 | 111101 | 110110 |
Color Harmonies of #D17041
Complementary color
Monochromatic Colors of #D17041
Black with #D17041
Text Example
Text Example
White with #D17041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17041; }
p { color: rgb(209,112,65); }
H1.HeaderClassName
{
color: #D17041;
}
.AnyTagClassName
{
color: #D17041;
}
</style>
background-color css
<style>
a { background-color: #D17041; }
a { background-color: rgb(209,112,65); }
div.DivClassName
{
background-color: #D17041;
}
.BgClassName
{
background-color: #D17041;
}
</style>
border-color css
<style>
span { border-color: #D17041; }
span { border-color: rgb(209,112,65); }
td.TdClassName
{
border-color: #D17041;
}
.TagClassName
{
border-color: #D17041;
}
</style>