Shades of Venetian Red #E00A0E
Tints of Venetian Red #E00A0E
RGB
CMYK
RGB Variations
Color information
#E00A0E (or 0xE00A0E) is known color: Venetian Red. HEX triplet: E0, 0A and 0E. RGB value is (224,10,14). Sum of RGB (Red+Green+Blue) = 224+10+14=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A0E is #1FF5F1. Grayscale: #4A4A4A. Windows color (decimal): -2094578 or 920288. OLE color: 920288.
HSL color Cylindrical-coordinate representation of color #E00A0E: hue angle of 358.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.12 |
| HSL | 358.88º | 0.91% | 0.46% | - |
| HSV(B) | 358.88º | 0.96% | 0.88% | - |
| XYZ | 30.93 | 16.1 | 1.89 | - |
| YUV | 74.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 14 | 0 | 0.96 | 0.94 | 0.12 | 358.88 | 0.91 | 0.46 |
| Hex | E0 | A | E | 0 | 60 | 5E | C | 167 | 5B | 2E |
| Octal | 340 | 12 | 16 | 0 | 140 | 136 | 14 | 547 | 133 | 56 |
| Binary | 11100000 | 1010 | 1110 | 0 | 1100000 | 1011110 | 1100 | 101100111 | 1011011 | 101110 |
Color Harmonies of #E00A0E
Complementary color
Monochromatic Colors of #E00A0E
Black with #E00A0E
Text Example
Text Example
White with #E00A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A0E; }
p { color: rgb(224,10,14); }
H1.HeaderClassName
{
color: #E00A0E;
}
.AnyTagClassName
{
color: #E00A0E;
}
</style>
background-color css
<style>
a { background-color: #E00A0E; }
a { background-color: rgb(224,10,14); }
div.DivClassName
{
background-color: #E00A0E;
}
.BgClassName
{
background-color: #E00A0E;
}
</style>
border-color css
<style>
span { border-color: #E00A0E; }
span { border-color: rgb(224,10,14); }
td.TdClassName
{
border-color: #E00A0E;
}
.TagClassName
{
border-color: #E00A0E;
}
</style>