Shades of Red Damask #D07350
Tints of Red Damask #D07350
RGB
CMYK
RGB Variations
Color information
#D07350 (or 0xD07350) is known color: Red Damask. HEX triplet: D0, 73 and 50. RGB value is (208,115,80). Sum of RGB (Red+Green+Blue) = 208+115+80=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D07350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07350 is #2F8CAF. Grayscale: #8B8B8B. Windows color (decimal): -3116208 or 5272528. OLE color: 5272528.
HSL color Cylindrical-coordinate representation of color #D07350: hue angle of 16.41º 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 #D07350 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 80 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.18 |
| HSL | 16.41º | 0.58% | 0.56% | - |
| HSV(B) | 16.41º | 0.62% | 0.82% | - |
| XYZ | 33.59 | 26.25 | 10.89 | - |
| YUV | 138.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 80 | 0 | 0.45 | 0.62 | 0.18 | 16.41 | 0.58 | 0.56 |
| Hex | D0 | 73 | 50 | 0 | 2D | 3E | 12 | 10 | 3A | 38 |
| Octal | 320 | 163 | 120 | 0 | 55 | 76 | 22 | 20 | 72 | 70 |
| Binary | 11010000 | 1110011 | 1010000 | 0 | 101101 | 111110 | 10010 | 10000 | 111010 | 111000 |
Color Harmonies of #D07350
Complementary color
Monochromatic Colors of #D07350
Black with #D07350
Text Example
Text Example
White with #D07350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07350; }
p { color: rgb(208,115,80); }
H1.HeaderClassName
{
color: #D07350;
}
.AnyTagClassName
{
color: #D07350;
}
</style>
background-color css
<style>
a { background-color: #D07350; }
a { background-color: rgb(208,115,80); }
div.DivClassName
{
background-color: #D07350;
}
.BgClassName
{
background-color: #D07350;
}
</style>
border-color css
<style>
span { border-color: #D07350; }
span { border-color: rgb(208,115,80); }
td.TdClassName
{
border-color: #D07350;
}
.TagClassName
{
border-color: #D07350;
}
</style>