Shades of Red Damask #D07046
Tints of Red Damask #D07046
RGB
CMYK
RGB Variations
Color information
#D07046 (or 0xD07046) is known color: Red Damask. HEX triplet: D0, 70 and 46. RGB value is (208,112,70). Sum of RGB (Red+Green+Blue) = 208+112+70=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07046 is #2F8FB9. Grayscale: #888888. Windows color (decimal): -3116986 or 4616400. OLE color: 4616400.
HSL color Cylindrical-coordinate representation of color #D07046: hue angle of 18.26º 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 #D07046 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 70 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.18 |
| HSL | 18.26º | 0.59% | 0.55% | - |
| HSV(B) | 18.26º | 0.66% | 0.82% | - |
| XYZ | 32.91 | 25.44 | 8.97 | - |
| YUV | 135.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 70 | 0 | 0.46 | 0.66 | 0.18 | 18.26 | 0.59 | 0.55 |
| Hex | D0 | 70 | 46 | 0 | 2E | 42 | 12 | 12 | 3B | 37 |
| Octal | 320 | 160 | 106 | 0 | 56 | 102 | 22 | 22 | 73 | 67 |
| Binary | 11010000 | 1110000 | 1000110 | 0 | 101110 | 1000010 | 10010 | 10010 | 111011 | 110111 |
Color Harmonies of #D07046
Complementary color
Monochromatic Colors of #D07046
Black with #D07046
Text Example
Text Example
White with #D07046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07046; }
p { color: rgb(208,112,70); }
H1.HeaderClassName
{
color: #D07046;
}
.AnyTagClassName
{
color: #D07046;
}
</style>
background-color css
<style>
a { background-color: #D07046; }
a { background-color: rgb(208,112,70); }
div.DivClassName
{
background-color: #D07046;
}
.BgClassName
{
background-color: #D07046;
}
</style>
border-color css
<style>
span { border-color: #D07046; }
span { border-color: rgb(208,112,70); }
td.TdClassName
{
border-color: #D07046;
}
.TagClassName
{
border-color: #D07046;
}
</style>