Shades of Venetian Red #E9000E
Tints of Venetian Red #E9000E
RGB
CMYK
RGB Variations
Color information
#E9000E (or 0xE9000E) is known color: Venetian Red. HEX triplet: E9, 00 and 0E. RGB value is (233,0,14). Sum of RGB (Red+Green+Blue) = 233+0+14=247 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.33% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 233 - color contains mainly: red. Hex color #E9000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9000E is #16FFF1. Grayscale: #474747. Windows color (decimal): -1507314 or 917737. OLE color: 917737.
HSL color Cylindrical-coordinate representation of color #E9000E: hue angle of 356.39º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.09 |
| HSL | 356.39º | 1% | 0.46% | - |
| HSV(B) | 356.39º | 1% | 0.91% | - |
| XYZ | 33.68 | 17.36 | 1.99 | - |
| YUV | 71.26 | 95.69 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 14 | 0 | 1 | 0.94 | 0.09 | 356.39 | 1 | 0.46 |
| Hex | E9 | 0 | E | 0 | 64 | 5E | 9 | 164 | 64 | 2E |
| Octal | 351 | 0 | 16 | 0 | 144 | 136 | 11 | 544 | 144 | 56 |
| Binary | 11101001 | 0 | 1110 | 0 | 1100100 | 1011110 | 1001 | 101100100 | 1100100 | 101110 |
Color Harmonies of #E9000E
Complementary color
Monochromatic Colors of #E9000E
Black with #E9000E
Text Example
Text Example
White with #E9000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9000E; }
p { color: rgb(233,0,14); }
H1.HeaderClassName
{
color: #E9000E;
}
.AnyTagClassName
{
color: #E9000E;
}
</style>
background-color css
<style>
a { background-color: #E9000E; }
a { background-color: rgb(233,0,14); }
div.DivClassName
{
background-color: #E9000E;
}
.BgClassName
{
background-color: #E9000E;
}
</style>
border-color css
<style>
span { border-color: #E9000E; }
span { border-color: rgb(233,0,14); }
td.TdClassName
{
border-color: #E9000E;
}
.TagClassName
{
border-color: #E9000E;
}
</style>