Shades of Venetian Red #E8010E
Tints of Venetian Red #E8010E
RGB
CMYK
RGB Variations
Color information
#E8010E (or 0xE8010E) is known color: Venetian Red. HEX triplet: E8, 01 and 0E. RGB value is (232,1,14). Sum of RGB (Red+Green+Blue) = 232+1+14=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E8010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8010E is #17FEF1. Grayscale: #474747. Windows color (decimal): -1572594 or 917992. OLE color: 917992.
HSL color Cylindrical-coordinate representation of color #E8010E: hue angle of 356.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.09 |
| HSL | 356.62º | 0.99% | 0.46% | - |
| HSV(B) | 356.62º | 1% | 0.91% | - |
| XYZ | 33.37 | 17.21 | 1.98 | - |
| YUV | 71.55 | 95.53 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 14 | 0 | 1.00 | 0.94 | 0.09 | 356.62 | 0.99 | 0.46 |
| Hex | E8 | 1 | E | 0 | 64 | 5E | 9 | 165 | 63 | 2E |
| Octal | 350 | 1 | 16 | 0 | 144 | 136 | 11 | 545 | 143 | 56 |
| Binary | 11101000 | 1 | 1110 | 0 | 1100100 | 1011110 | 1001 | 101100101 | 1100011 | 101110 |
Color Harmonies of #E8010E
Complementary color
Monochromatic Colors of #E8010E
Black with #E8010E
Text Example
Text Example
White with #E8010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8010E; }
p { color: rgb(232,1,14); }
H1.HeaderClassName
{
color: #E8010E;
}
.AnyTagClassName
{
color: #E8010E;
}
</style>
background-color css
<style>
a { background-color: #E8010E; }
a { background-color: rgb(232,1,14); }
div.DivClassName
{
background-color: #E8010E;
}
.BgClassName
{
background-color: #E8010E;
}
</style>
border-color css
<style>
span { border-color: #E8010E; }
span { border-color: rgb(232,1,14); }
td.TdClassName
{
border-color: #E8010E;
}
.TagClassName
{
border-color: #E8010E;
}
</style>