Shades of Red Damask #D16F4B
Tints of Red Damask #D16F4B
RGB
CMYK
RGB Variations
Color information
#D16F4B (or 0xD16F4B) is known color: Red Damask. HEX triplet: D1, 6F and 4B. RGB value is (209,111,75). Sum of RGB (Red+Green+Blue) = 209+111+75=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F4B is #2E90B4. Grayscale: #888888. Windows color (decimal): -3051701 or 4943825. OLE color: 4943825.
HSL color Cylindrical-coordinate representation of color #D16F4B: hue angle of 16.12º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D16F4B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 75 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.18 |
| HSL | 16.12º | 0.59% | 0.56% | - |
| HSV(B) | 16.12º | 0.64% | 0.82% | - |
| XYZ | 33.25 | 25.43 | 9.81 | - |
| YUV | 136.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 75 | 0 | 0.47 | 0.64 | 0.18 | 16.12 | 0.59 | 0.56 |
| Hex | D1 | 6F | 4B | 0 | 2F | 40 | 12 | 10 | 3B | 38 |
| Octal | 321 | 157 | 113 | 0 | 57 | 100 | 22 | 20 | 73 | 70 |
| Binary | 11010001 | 1101111 | 1001011 | 0 | 101111 | 1000000 | 10010 | 10000 | 111011 | 111000 |
Color Harmonies of #D16F4B
Complementary color
Monochromatic Colors of #D16F4B
Black with #D16F4B
Text Example
Text Example
White with #D16F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F4B; }
p { color: rgb(209,111,75); }
H1.HeaderClassName
{
color: #D16F4B;
}
.AnyTagClassName
{
color: #D16F4B;
}
</style>
background-color css
<style>
a { background-color: #D16F4B; }
a { background-color: rgb(209,111,75); }
div.DivClassName
{
background-color: #D16F4B;
}
.BgClassName
{
background-color: #D16F4B;
}
</style>
border-color css
<style>
span { border-color: #D16F4B; }
span { border-color: rgb(209,111,75); }
td.TdClassName
{
border-color: #D16F4B;
}
.TagClassName
{
border-color: #D16F4B;
}
</style>