Shades of Red Damask #D16646
Tints of Red Damask #D16646
RGB
CMYK
RGB Variations
Color information
#D16646 (or 0xD16646) is known color: Red Damask. HEX triplet: D1, 66 and 46. RGB value is (209,102,70). Sum of RGB (Red+Green+Blue) = 209+102+70=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16646 is #2E99B9. Grayscale: #828282. Windows color (decimal): -3054010 or 4613841. OLE color: 4613841.
HSL color Cylindrical-coordinate representation of color #D16646: hue angle of 13.81º 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 #D16646 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 70 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.18 |
| HSL | 13.81º | 0.6% | 0.55% | - |
| HSV(B) | 13.81º | 0.67% | 0.82% | - |
| XYZ | 32.15 | 23.5 | 8.64 | - |
| YUV | 130.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 70 | 0 | 0.51 | 0.67 | 0.18 | 13.81 | 0.6 | 0.55 |
| Hex | D1 | 66 | 46 | 0 | 33 | 43 | 12 | E | 3C | 37 |
| Octal | 321 | 146 | 106 | 0 | 63 | 103 | 22 | 16 | 74 | 67 |
| Binary | 11010001 | 1100110 | 1000110 | 0 | 110011 | 1000011 | 10010 | 1110 | 111100 | 110111 |
Color Harmonies of #D16646
Complementary color
Monochromatic Colors of #D16646
Black with #D16646
Text Example
Text Example
White with #D16646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16646; }
p { color: rgb(209,102,70); }
H1.HeaderClassName
{
color: #D16646;
}
.AnyTagClassName
{
color: #D16646;
}
</style>
background-color css
<style>
a { background-color: #D16646; }
a { background-color: rgb(209,102,70); }
div.DivClassName
{
background-color: #D16646;
}
.BgClassName
{
background-color: #D16646;
}
</style>
border-color css
<style>
span { border-color: #D16646; }
span { border-color: rgb(209,102,70); }
td.TdClassName
{
border-color: #D16646;
}
.TagClassName
{
border-color: #D16646;
}
</style>