Shades of Venetian Red #E0070E
Tints of Venetian Red #E0070E
RGB
CMYK
RGB Variations
Color information
#E0070E (or 0xE0070E) is known color: Venetian Red. HEX triplet: E0, 07 and 0E. RGB value is (224,7,14). Sum of RGB (Red+Green+Blue) = 224+7+14=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E0070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0070E is #1FF8F1. Grayscale: #484848. Windows color (decimal): -2095346 or 919520. OLE color: 919520.
HSL color Cylindrical-coordinate representation of color #E0070E: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.12 |
| HSL | 358.06º | 0.94% | 0.45% | - |
| HSV(B) | 358.06º | 0.97% | 0.88% | - |
| XYZ | 30.9 | 16.03 | 1.88 | - |
| YUV | 72.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 14 | 0 | 0.97 | 0.94 | 0.12 | 358.06 | 0.94 | 0.45 |
| Hex | E0 | 7 | E | 0 | 61 | 5E | C | 166 | 5E | 2D |
| Octal | 340 | 7 | 16 | 0 | 141 | 136 | 14 | 546 | 136 | 55 |
| Binary | 11100000 | 111 | 1110 | 0 | 1100001 | 1011110 | 1100 | 101100110 | 1011110 | 101101 |
Color Harmonies of #E0070E
Complementary color
Monochromatic Colors of #E0070E
Black with #E0070E
Text Example
Text Example
White with #E0070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0070E; }
p { color: rgb(224,7,14); }
H1.HeaderClassName
{
color: #E0070E;
}
.AnyTagClassName
{
color: #E0070E;
}
</style>
background-color css
<style>
a { background-color: #E0070E; }
a { background-color: rgb(224,7,14); }
div.DivClassName
{
background-color: #E0070E;
}
.BgClassName
{
background-color: #E0070E;
}
</style>
border-color css
<style>
span { border-color: #E0070E; }
span { border-color: rgb(224,7,14); }
td.TdClassName
{
border-color: #E0070E;
}
.TagClassName
{
border-color: #E0070E;
}
</style>