Shades of Red Damask #D16F42
Tints of Red Damask #D16F42
RGB
CMYK
RGB Variations
Color information
#D16F42 (or 0xD16F42) is known color: Red Damask. HEX triplet: D1, 6F and 42. RGB value is (209,111,66). Sum of RGB (Red+Green+Blue) = 209+111+66=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F42 is #2E90BD. Grayscale: #878787. Windows color (decimal): -3051710 or 4354001. OLE color: 4354001.
HSL color Cylindrical-coordinate representation of color #D16F42: hue angle of 18.88º 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 #D16F42 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 66 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.18 |
| HSL | 18.88º | 0.61% | 0.54% | - |
| HSV(B) | 18.88º | 0.68% | 0.82% | - |
| XYZ | 32.96 | 25.32 | 8.3 | - |
| YUV | 135.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 66 | 0 | 0.47 | 0.68 | 0.18 | 18.88 | 0.61 | 0.54 |
| Hex | D1 | 6F | 42 | 0 | 2F | 44 | 12 | 13 | 3D | 36 |
| Octal | 321 | 157 | 102 | 0 | 57 | 104 | 22 | 23 | 75 | 66 |
| Binary | 11010001 | 1101111 | 1000010 | 0 | 101111 | 1000100 | 10010 | 10011 | 111101 | 110110 |
Color Harmonies of #D16F42
Complementary color
Monochromatic Colors of #D16F42
Black with #D16F42
Text Example
Text Example
White with #D16F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F42; }
p { color: rgb(209,111,66); }
H1.HeaderClassName
{
color: #D16F42;
}
.AnyTagClassName
{
color: #D16F42;
}
</style>
background-color css
<style>
a { background-color: #D16F42; }
a { background-color: rgb(209,111,66); }
div.DivClassName
{
background-color: #D16F42;
}
.BgClassName
{
background-color: #D16F42;
}
</style>
border-color css
<style>
span { border-color: #D16F42; }
span { border-color: rgb(209,111,66); }
td.TdClassName
{
border-color: #D16F42;
}
.TagClassName
{
border-color: #D16F42;
}
</style>