Shades of Red Damask #D07247
Tints of Red Damask #D07247
RGB
CMYK
RGB Variations
Color information
#D07247 (or 0xD07247) is known color: Red Damask. HEX triplet: D0, 72 and 47. RGB value is (208,114,71). Sum of RGB (Red+Green+Blue) = 208+114+71=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07247 is #2F8DB8. Grayscale: #898989. Windows color (decimal): -3116473 or 4682448. OLE color: 4682448.
HSL color Cylindrical-coordinate representation of color #D07247: hue angle of 18.83º degrees, saturation: 0.59, 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 #D07247 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 71 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.18 |
| HSL | 18.83º | 0.59% | 0.55% | - |
| HSV(B) | 18.83º | 0.66% | 0.82% | - |
| XYZ | 33.17 | 25.9 | 9.21 | - |
| YUV | 137.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 71 | 0 | 0.45 | 0.66 | 0.18 | 18.83 | 0.59 | 0.55 |
| Hex | D0 | 72 | 47 | 0 | 2D | 42 | 12 | 13 | 3B | 37 |
| Octal | 320 | 162 | 107 | 0 | 55 | 102 | 22 | 23 | 73 | 67 |
| Binary | 11010000 | 1110010 | 1000111 | 0 | 101101 | 1000010 | 10010 | 10011 | 111011 | 110111 |
Color Harmonies of #D07247
Complementary color
Monochromatic Colors of #D07247
Black with #D07247
Text Example
Text Example
White with #D07247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07247; }
p { color: rgb(208,114,71); }
H1.HeaderClassName
{
color: #D07247;
}
.AnyTagClassName
{
color: #D07247;
}
</style>
background-color css
<style>
a { background-color: #D07247; }
a { background-color: rgb(208,114,71); }
div.DivClassName
{
background-color: #D07247;
}
.BgClassName
{
background-color: #D07247;
}
</style>
border-color css
<style>
span { border-color: #D07247; }
span { border-color: rgb(208,114,71); }
td.TdClassName
{
border-color: #D07247;
}
.TagClassName
{
border-color: #D07247;
}
</style>