Shades of Red Damask #D16A49
Tints of Red Damask #D16A49
RGB
CMYK
RGB Variations
Color information
#D16A49 (or 0xD16A49) is known color: Red Damask. HEX triplet: D1, 6A and 49. RGB value is (209,106,73). Sum of RGB (Red+Green+Blue) = 209+106+73=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A49 is #2E95B6. Grayscale: #858585. Windows color (decimal): -3052983 or 4811473. OLE color: 4811473.
HSL color Cylindrical-coordinate representation of color #D16A49: hue angle of 14.56º 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 #D16A49 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 73 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.18 |
| HSL | 14.56º | 0.6% | 0.55% | - |
| HSV(B) | 14.56º | 0.65% | 0.82% | - |
| XYZ | 32.65 | 24.34 | 9.28 | - |
| YUV | 133.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 73 | 0 | 0.49 | 0.65 | 0.18 | 14.56 | 0.6 | 0.55 |
| Hex | D1 | 6A | 49 | 0 | 31 | 41 | 12 | F | 3C | 37 |
| Octal | 321 | 152 | 111 | 0 | 61 | 101 | 22 | 17 | 74 | 67 |
| Binary | 11010001 | 1101010 | 1001001 | 0 | 110001 | 1000001 | 10010 | 1111 | 111100 | 110111 |
Color Harmonies of #D16A49
Complementary color
Monochromatic Colors of #D16A49
Black with #D16A49
Text Example
Text Example
White with #D16A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A49; }
p { color: rgb(209,106,73); }
H1.HeaderClassName
{
color: #D16A49;
}
.AnyTagClassName
{
color: #D16A49;
}
</style>
background-color css
<style>
a { background-color: #D16A49; }
a { background-color: rgb(209,106,73); }
div.DivClassName
{
background-color: #D16A49;
}
.BgClassName
{
background-color: #D16A49;
}
</style>
border-color css
<style>
span { border-color: #D16A49; }
span { border-color: rgb(209,106,73); }
td.TdClassName
{
border-color: #D16A49;
}
.TagClassName
{
border-color: #D16A49;
}
</style>