Shades of Red Damask #D17346
Tints of Red Damask #D17346
RGB
CMYK
RGB Variations
Color information
#D17346 (or 0xD17346) is known color: Red Damask. HEX triplet: D1, 73 and 46. RGB value is (209,115,70). Sum of RGB (Red+Green+Blue) = 209+115+70=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D17346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17346 is #2E8CB9. Grayscale: #8A8A8A. Windows color (decimal): -3050682 or 4617169. OLE color: 4617169.
HSL color Cylindrical-coordinate representation of color #D17346: hue angle of 19.42º 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 #D17346 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 70 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.18 |
| HSL | 19.42º | 0.6% | 0.55% | - |
| HSV(B) | 19.42º | 0.67% | 0.82% | - |
| XYZ | 33.53 | 26.26 | 9.1 | - |
| YUV | 137.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 70 | 0 | 0.45 | 0.67 | 0.18 | 19.42 | 0.6 | 0.55 |
| Hex | D1 | 73 | 46 | 0 | 2D | 43 | 12 | 13 | 3C | 37 |
| Octal | 321 | 163 | 106 | 0 | 55 | 103 | 22 | 23 | 74 | 67 |
| Binary | 11010001 | 1110011 | 1000110 | 0 | 101101 | 1000011 | 10010 | 10011 | 111100 | 110111 |
Color Harmonies of #D17346
Complementary color
Monochromatic Colors of #D17346
Black with #D17346
Text Example
Text Example
White with #D17346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17346; }
p { color: rgb(209,115,70); }
H1.HeaderClassName
{
color: #D17346;
}
.AnyTagClassName
{
color: #D17346;
}
</style>
background-color css
<style>
a { background-color: #D17346; }
a { background-color: rgb(209,115,70); }
div.DivClassName
{
background-color: #D17346;
}
.BgClassName
{
background-color: #D17346;
}
</style>
border-color css
<style>
span { border-color: #D17346; }
span { border-color: rgb(209,115,70); }
td.TdClassName
{
border-color: #D17346;
}
.TagClassName
{
border-color: #D17346;
}
</style>