Shades of Red Damask #D16749
Tints of Red Damask #D16749
RGB
CMYK
RGB Variations
Color information
#D16749 (or 0xD16749) is known color: Red Damask. HEX triplet: D1, 67 and 49. RGB value is (209,103,73). Sum of RGB (Red+Green+Blue) = 209+103+73=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D16749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16749 is #2E98B6. Grayscale: #838383. Windows color (decimal): -3053751 or 4810705. OLE color: 4810705.
HSL color Cylindrical-coordinate representation of color #D16749: hue angle of 13.24º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D16749 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 73 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 13.24º | 0.6% | 0.55% | - |
| HSV(B) | 13.24º | 0.65% | 0.82% | - |
| XYZ | 32.35 | 23.74 | 9.18 | - |
| YUV | 131.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 73 | 0 | 0.51 | 0.65 | 0.18 | 13.24 | 0.6 | 0.55 |
| Hex | D1 | 67 | 49 | 0 | 33 | 41 | 12 | D | 3C | 37 |
| Octal | 321 | 147 | 111 | 0 | 63 | 101 | 22 | 15 | 74 | 67 |
| Binary | 11010001 | 1100111 | 1001001 | 0 | 110011 | 1000001 | 10010 | 1101 | 111100 | 110111 |
Color Harmonies of #D16749
Complementary color
Monochromatic Colors of #D16749
Black with #D16749
Text Example
Text Example
White with #D16749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16749; }
p { color: rgb(209,103,73); }
H1.HeaderClassName
{
color: #D16749;
}
.AnyTagClassName
{
color: #D16749;
}
</style>
background-color css
<style>
a { background-color: #D16749; }
a { background-color: rgb(209,103,73); }
div.DivClassName
{
background-color: #D16749;
}
.BgClassName
{
background-color: #D16749;
}
</style>
border-color css
<style>
span { border-color: #D16749; }
span { border-color: rgb(209,103,73); }
td.TdClassName
{
border-color: #D16749;
}
.TagClassName
{
border-color: #D16749;
}
</style>