Shades of Red Damask #D16748
Tints of Red Damask #D16748
RGB
CMYK
RGB Variations
Color information
#D16748 (or 0xD16748) is known color: Red Damask. HEX triplet: D1, 67 and 48. RGB value is (209,103,72). Sum of RGB (Red+Green+Blue) = 209+103+72=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D16748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16748 is #2E98B7. Grayscale: #838383. Windows color (decimal): -3053752 or 4745169. OLE color: 4745169.
HSL color Cylindrical-coordinate representation of color #D16748: hue angle of 13.58º 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 #D16748 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 72 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.18 |
| HSL | 13.58º | 0.6% | 0.55% | - |
| HSV(B) | 13.58º | 0.66% | 0.82% | - |
| XYZ | 32.31 | 23.72 | 9.01 | - |
| YUV | 131.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 72 | 0 | 0.51 | 0.66 | 0.18 | 13.58 | 0.6 | 0.55 |
| Hex | D1 | 67 | 48 | 0 | 33 | 42 | 12 | E | 3C | 37 |
| Octal | 321 | 147 | 110 | 0 | 63 | 102 | 22 | 16 | 74 | 67 |
| Binary | 11010001 | 1100111 | 1001000 | 0 | 110011 | 1000010 | 10010 | 1110 | 111100 | 110111 |
Color Harmonies of #D16748
Complementary color
Monochromatic Colors of #D16748
Black with #D16748
Text Example
Text Example
White with #D16748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16748; }
p { color: rgb(209,103,72); }
H1.HeaderClassName
{
color: #D16748;
}
.AnyTagClassName
{
color: #D16748;
}
</style>
background-color css
<style>
a { background-color: #D16748; }
a { background-color: rgb(209,103,72); }
div.DivClassName
{
background-color: #D16748;
}
.BgClassName
{
background-color: #D16748;
}
</style>
border-color css
<style>
span { border-color: #D16748; }
span { border-color: rgb(209,103,72); }
td.TdClassName
{
border-color: #D16748;
}
.TagClassName
{
border-color: #D16748;
}
</style>