Shades of Red Damask #D17246
Tints of Red Damask #D17246
RGB
CMYK
RGB Variations
Color information
#D17246 (or 0xD17246) is known color: Red Damask. HEX triplet: D1, 72 and 46. RGB value is (209,114,70). Sum of RGB (Red+Green+Blue) = 209+114+70=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17246 is #2E8DB9. Grayscale: #898989. Windows color (decimal): -3050938 or 4616913. OLE color: 4616913.
HSL color Cylindrical-coordinate representation of color #D17246: hue angle of 18.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D17246 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 70 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.18 |
| HSL | 18.99º | 0.6% | 0.55% | - |
| HSV(B) | 18.99º | 0.67% | 0.82% | - |
| XYZ | 33.42 | 26.03 | 9.06 | - |
| YUV | 137.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 70 | 0 | 0.45 | 0.67 | 0.18 | 18.99 | 0.6 | 0.55 |
| Hex | D1 | 72 | 46 | 0 | 2D | 43 | 12 | 13 | 3C | 37 |
| Octal | 321 | 162 | 106 | 0 | 55 | 103 | 22 | 23 | 74 | 67 |
| Binary | 11010001 | 1110010 | 1000110 | 0 | 101101 | 1000011 | 10010 | 10011 | 111100 | 110111 |
Color Harmonies of #D17246
Complementary color
Monochromatic Colors of #D17246
Black with #D17246
Text Example
Text Example
White with #D17246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17246; }
p { color: rgb(209,114,70); }
H1.HeaderClassName
{
color: #D17246;
}
.AnyTagClassName
{
color: #D17246;
}
</style>
background-color css
<style>
a { background-color: #D17246; }
a { background-color: rgb(209,114,70); }
div.DivClassName
{
background-color: #D17246;
}
.BgClassName
{
background-color: #D17246;
}
</style>
border-color css
<style>
span { border-color: #D17246; }
span { border-color: rgb(209,114,70); }
td.TdClassName
{
border-color: #D17246;
}
.TagClassName
{
border-color: #D17246;
}
</style>