Shades of Red Damask #D16648
Tints of Red Damask #D16648
RGB
CMYK
RGB Variations
Color information
#D16648 (or 0xD16648) is known color: Red Damask. HEX triplet: D1, 66 and 48. RGB value is (209,102,72). Sum of RGB (Red+Green+Blue) = 209+102+72=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D16648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16648 is #2E99B7. Grayscale: #828282. Windows color (decimal): -3054008 or 4744913. OLE color: 4744913.
HSL color Cylindrical-coordinate representation of color #D16648: hue angle of 13.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D16648 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 72 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.18 |
| HSL | 13.14º | 0.6% | 0.55% | - |
| HSV(B) | 13.14º | 0.66% | 0.82% | - |
| XYZ | 32.22 | 23.53 | 8.97 | - |
| YUV | 130.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 72 | 0 | 0.51 | 0.66 | 0.18 | 13.14 | 0.6 | 0.55 |
| Hex | D1 | 66 | 48 | 0 | 33 | 42 | 12 | D | 3C | 37 |
| Octal | 321 | 146 | 110 | 0 | 63 | 102 | 22 | 15 | 74 | 67 |
| Binary | 11010001 | 1100110 | 1001000 | 0 | 110011 | 1000010 | 10010 | 1101 | 111100 | 110111 |
Color Harmonies of #D16648
Complementary color
Monochromatic Colors of #D16648
Black with #D16648
Text Example
Text Example
White with #D16648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16648; }
p { color: rgb(209,102,72); }
H1.HeaderClassName
{
color: #D16648;
}
.AnyTagClassName
{
color: #D16648;
}
</style>
background-color css
<style>
a { background-color: #D16648; }
a { background-color: rgb(209,102,72); }
div.DivClassName
{
background-color: #D16648;
}
.BgClassName
{
background-color: #D16648;
}
</style>
border-color css
<style>
span { border-color: #D16648; }
span { border-color: rgb(209,102,72); }
td.TdClassName
{
border-color: #D16648;
}
.TagClassName
{
border-color: #D16648;
}
</style>