Shades of Venetian Red #E0090E
Tints of Venetian Red #E0090E
RGB
CMYK
RGB Variations
Color information
#E0090E (or 0xE0090E) is known color: Venetian Red. HEX triplet: E0, 09 and 0E. RGB value is (224,9,14). Sum of RGB (Red+Green+Blue) = 224+9+14=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E0090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0090E is #1FF6F1. Grayscale: #4A4A4A. Windows color (decimal): -2094834 or 920032. OLE color: 920032.
HSL color Cylindrical-coordinate representation of color #E0090E: hue angle of 358.6º degrees, saturation: 0.92, 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 #E0090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.12 |
| HSL | 358.6º | 0.92% | 0.46% | - |
| HSV(B) | 358.6º | 0.96% | 0.88% | - |
| XYZ | 30.92 | 16.07 | 1.89 | - |
| YUV | 73.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 14 | 0 | 0.96 | 0.94 | 0.12 | 358.6 | 0.92 | 0.46 |
| Hex | E0 | 9 | E | 0 | 60 | 5E | C | 167 | 5C | 2E |
| Octal | 340 | 11 | 16 | 0 | 140 | 136 | 14 | 547 | 134 | 56 |
| Binary | 11100000 | 1001 | 1110 | 0 | 1100000 | 1011110 | 1100 | 101100111 | 1011100 | 101110 |
Color Harmonies of #E0090E
Complementary color
Monochromatic Colors of #E0090E
Black with #E0090E
Text Example
Text Example
White with #E0090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0090E; }
p { color: rgb(224,9,14); }
H1.HeaderClassName
{
color: #E0090E;
}
.AnyTagClassName
{
color: #E0090E;
}
</style>
background-color css
<style>
a { background-color: #E0090E; }
a { background-color: rgb(224,9,14); }
div.DivClassName
{
background-color: #E0090E;
}
.BgClassName
{
background-color: #E0090E;
}
</style>
border-color css
<style>
span { border-color: #E0090E; }
span { border-color: rgb(224,9,14); }
td.TdClassName
{
border-color: #E0090E;
}
.TagClassName
{
border-color: #E0090E;
}
</style>