Shades of Red Damask #D17144
Tints of Red Damask #D17144
RGB
CMYK
RGB Variations
Color information
#D17144 (or 0xD17144) is known color: Red Damask. HEX triplet: D1, 71 and 44. RGB value is (209,113,68). Sum of RGB (Red+Green+Blue) = 209+113+68=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D17144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17144 is #2E8EBB. Grayscale: #888888. Windows color (decimal): -3051196 or 4485585. OLE color: 4485585.
HSL color Cylindrical-coordinate representation of color #D17144: hue angle of 19.15º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D17144 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 68 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.18 |
| HSL | 19.15º | 0.61% | 0.54% | - |
| HSV(B) | 19.15º | 0.67% | 0.82% | - |
| XYZ | 33.24 | 25.78 | 8.69 | - |
| YUV | 136.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 68 | 0 | 0.46 | 0.67 | 0.18 | 19.15 | 0.61 | 0.54 |
| Hex | D1 | 71 | 44 | 0 | 2E | 43 | 12 | 13 | 3D | 36 |
| Octal | 321 | 161 | 104 | 0 | 56 | 103 | 22 | 23 | 75 | 66 |
| Binary | 11010001 | 1110001 | 1000100 | 0 | 101110 | 1000011 | 10010 | 10011 | 111101 | 110110 |
Color Harmonies of #D17144
Complementary color
Monochromatic Colors of #D17144
Black with #D17144
Text Example
Text Example
White with #D17144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17144; }
p { color: rgb(209,113,68); }
H1.HeaderClassName
{
color: #D17144;
}
.AnyTagClassName
{
color: #D17144;
}
</style>
background-color css
<style>
a { background-color: #D17144; }
a { background-color: rgb(209,113,68); }
div.DivClassName
{
background-color: #D17144;
}
.BgClassName
{
background-color: #D17144;
}
</style>
border-color css
<style>
span { border-color: #D17144; }
span { border-color: rgb(209,113,68); }
td.TdClassName
{
border-color: #D17144;
}
.TagClassName
{
border-color: #D17144;
}
</style>