Shades of Red Damask #D07850
Tints of Red Damask #D07850
RGB
CMYK
RGB Variations
Color information
#D07850 (or 0xD07850) is known color: Red Damask. HEX triplet: D0, 78 and 50. RGB value is (208,120,80). Sum of RGB (Red+Green+Blue) = 208+120+80=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07850 is #2F87AF. Grayscale: #8E8E8E. Windows color (decimal): -3114928 or 5273808. OLE color: 5273808.
HSL color Cylindrical-coordinate representation of color #D07850: hue angle of 18.75º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07850 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 80 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.18 |
| HSL | 18.75º | 0.58% | 0.56% | - |
| HSV(B) | 18.75º | 0.62% | 0.82% | - |
| XYZ | 34.18 | 27.42 | 11.08 | - |
| YUV | 141.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 80 | 0 | 0.42 | 0.62 | 0.18 | 18.75 | 0.58 | 0.56 |
| Hex | D0 | 78 | 50 | 0 | 2A | 3E | 12 | 13 | 3A | 38 |
| Octal | 320 | 170 | 120 | 0 | 52 | 76 | 22 | 23 | 72 | 70 |
| Binary | 11010000 | 1111000 | 1010000 | 0 | 101010 | 111110 | 10010 | 10011 | 111010 | 111000 |
Color Harmonies of #D07850
Complementary color
Monochromatic Colors of #D07850
Black with #D07850
Text Example
Text Example
White with #D07850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07850; }
p { color: rgb(208,120,80); }
H1.HeaderClassName
{
color: #D07850;
}
.AnyTagClassName
{
color: #D07850;
}
</style>
background-color css
<style>
a { background-color: #D07850; }
a { background-color: rgb(208,120,80); }
div.DivClassName
{
background-color: #D07850;
}
.BgClassName
{
background-color: #D07850;
}
</style>
border-color css
<style>
span { border-color: #D07850; }
span { border-color: rgb(208,120,80); }
td.TdClassName
{
border-color: #D07850;
}
.TagClassName
{
border-color: #D07850;
}
</style>