Shades of Red Damask #D16642
Tints of Red Damask #D16642
RGB
CMYK
RGB Variations
Color information
#D16642 (or 0xD16642) is known color: Red Damask. HEX triplet: D1, 66 and 42. RGB value is (209,102,66). Sum of RGB (Red+Green+Blue) = 209+102+66=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16642 is #2E99BD. Grayscale: #828282. Windows color (decimal): -3054014 or 4351697. OLE color: 4351697.
HSL color Cylindrical-coordinate representation of color #D16642: hue angle of 15.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16642 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 66 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.18 |
| HSL | 15.1º | 0.61% | 0.54% | - |
| HSV(B) | 15.1º | 0.68% | 0.82% | - |
| XYZ | 32.03 | 23.45 | 7.99 | - |
| YUV | 129.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 66 | 0 | 0.51 | 0.68 | 0.18 | 15.1 | 0.61 | 0.54 |
| Hex | D1 | 66 | 42 | 0 | 33 | 44 | 12 | F | 3D | 36 |
| Octal | 321 | 146 | 102 | 0 | 63 | 104 | 22 | 17 | 75 | 66 |
| Binary | 11010001 | 1100110 | 1000010 | 0 | 110011 | 1000100 | 10010 | 1111 | 111101 | 110110 |
Color Harmonies of #D16642
Complementary color
Monochromatic Colors of #D16642
Black with #D16642
Text Example
Text Example
White with #D16642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16642; }
p { color: rgb(209,102,66); }
H1.HeaderClassName
{
color: #D16642;
}
.AnyTagClassName
{
color: #D16642;
}
</style>
background-color css
<style>
a { background-color: #D16642; }
a { background-color: rgb(209,102,66); }
div.DivClassName
{
background-color: #D16642;
}
.BgClassName
{
background-color: #D16642;
}
</style>
border-color css
<style>
span { border-color: #D16642; }
span { border-color: rgb(209,102,66); }
td.TdClassName
{
border-color: #D16642;
}
.TagClassName
{
border-color: #D16642;
}
</style>