Shades of Red Damask #D16649
Tints of Red Damask #D16649
RGB
CMYK
RGB Variations
Color information
#D16649 (or 0xD16649) is known color: Red Damask. HEX triplet: D1, 66 and 49. RGB value is (209,102,73). Sum of RGB (Red+Green+Blue) = 209+102+73=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D16649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16649 is #2E99B6. Grayscale: #828282. Windows color (decimal): -3054007 or 4810449. OLE color: 4810449.
HSL color Cylindrical-coordinate representation of color #D16649: hue angle of 12.79º 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 #D16649 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 73 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 12.79º | 0.6% | 0.55% | - |
| HSV(B) | 12.79º | 0.65% | 0.82% | - |
| XYZ | 32.25 | 23.54 | 9.15 | - |
| YUV | 130.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 73 | 0 | 0.51 | 0.65 | 0.18 | 12.79 | 0.6 | 0.55 |
| Hex | D1 | 66 | 49 | 0 | 33 | 41 | 12 | D | 3C | 37 |
| Octal | 321 | 146 | 111 | 0 | 63 | 101 | 22 | 15 | 74 | 67 |
| Binary | 11010001 | 1100110 | 1001001 | 0 | 110011 | 1000001 | 10010 | 1101 | 111100 | 110111 |
Color Harmonies of #D16649
Complementary color
Monochromatic Colors of #D16649
Black with #D16649
Text Example
Text Example
White with #D16649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16649; }
p { color: rgb(209,102,73); }
H1.HeaderClassName
{
color: #D16649;
}
.AnyTagClassName
{
color: #D16649;
}
</style>
background-color css
<style>
a { background-color: #D16649; }
a { background-color: rgb(209,102,73); }
div.DivClassName
{
background-color: #D16649;
}
.BgClassName
{
background-color: #D16649;
}
</style>
border-color css
<style>
span { border-color: #D16649; }
span { border-color: rgb(209,102,73); }
td.TdClassName
{
border-color: #D16649;
}
.TagClassName
{
border-color: #D16649;
}
</style>