Shades of Venetian Red #E0010E
Tints of Venetian Red #E0010E
RGB
CMYK
RGB Variations
Color information
#E0010E (or 0xE0010E) is known color: Venetian Red. HEX triplet: E0, 01 and 0E. RGB value is (224,1,14). Sum of RGB (Red+Green+Blue) = 224+1+14=239 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.72% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 224 - color contains mainly: red. Hex color #E0010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0010E is #1FFEF1. Grayscale: #454545. Windows color (decimal): -2096882 or 917984. OLE color: 917984.
HSL color Cylindrical-coordinate representation of color #E0010E: hue angle of 356.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.12 |
| HSL | 356.5º | 0.99% | 0.44% | - |
| HSV(B) | 356.5º | 1% | 0.88% | - |
| XYZ | 30.83 | 15.9 | 1.86 | - |
| YUV | 69.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 14 | 0 | 1.00 | 0.94 | 0.12 | 356.5 | 0.99 | 0.44 |
| Hex | E0 | 1 | E | 0 | 64 | 5E | C | 165 | 63 | 2C |
| Octal | 340 | 1 | 16 | 0 | 144 | 136 | 14 | 545 | 143 | 54 |
| Binary | 11100000 | 1 | 1110 | 0 | 1100100 | 1011110 | 1100 | 101100101 | 1100011 | 101100 |
Color Harmonies of #E0010E
Complementary color
Monochromatic Colors of #E0010E
Black with #E0010E
Text Example
Text Example
White with #E0010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0010E; }
p { color: rgb(224,1,14); }
H1.HeaderClassName
{
color: #E0010E;
}
.AnyTagClassName
{
color: #E0010E;
}
</style>
background-color css
<style>
a { background-color: #E0010E; }
a { background-color: rgb(224,1,14); }
div.DivClassName
{
background-color: #E0010E;
}
.BgClassName
{
background-color: #E0010E;
}
</style>
border-color css
<style>
span { border-color: #E0010E; }
span { border-color: rgb(224,1,14); }
td.TdClassName
{
border-color: #E0010E;
}
.TagClassName
{
border-color: #E0010E;
}
</style>