Shades of Venetian Red #D0070E
Tints of Venetian Red #D0070E
RGB
CMYK
RGB Variations
Color information
#D0070E (or 0xD0070E) is known color: Venetian Red. HEX triplet: D0, 07 and 0E. RGB value is (208,7,14). Sum of RGB (Red+Green+Blue) = 208+7+14=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D0070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0070E is #2FF8F1. Grayscale: #444444. Windows color (decimal): -3143922 or 919504. OLE color: 919504.
HSL color Cylindrical-coordinate representation of color #D0070E: hue angle of 357.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0070E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.18 |
| HSL | 357.91º | 0.93% | 0.42% | - |
| HSV(B) | 357.91º | 0.97% | 0.82% | - |
| XYZ | 26.17 | 13.59 | 1.66 | - |
| YUV | 67.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 14 | 0 | 0.97 | 0.93 | 0.18 | 357.91 | 0.93 | 0.42 |
| Hex | D0 | 7 | E | 0 | 61 | 5D | 12 | 166 | 5D | 2A |
| Octal | 320 | 7 | 16 | 0 | 141 | 135 | 22 | 546 | 135 | 52 |
| Binary | 11010000 | 111 | 1110 | 0 | 1100001 | 1011101 | 10010 | 101100110 | 1011101 | 101010 |
Color Harmonies of #D0070E
Complementary color
Monochromatic Colors of #D0070E
Black with #D0070E
Text Example
Text Example
White with #D0070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0070E; }
p { color: rgb(208,7,14); }
H1.HeaderClassName
{
color: #D0070E;
}
.AnyTagClassName
{
color: #D0070E;
}
</style>
background-color css
<style>
a { background-color: #D0070E; }
a { background-color: rgb(208,7,14); }
div.DivClassName
{
background-color: #D0070E;
}
.BgClassName
{
background-color: #D0070E;
}
</style>
border-color css
<style>
span { border-color: #D0070E; }
span { border-color: rgb(208,7,14); }
td.TdClassName
{
border-color: #D0070E;
}
.TagClassName
{
border-color: #D0070E;
}
</style>