Shades of Venetian Red #E9010E
Tints of Venetian Red #E9010E
RGB
CMYK
RGB Variations
Color information
#E9010E (or 0xE9010E) is known color: Venetian Red. HEX triplet: E9, 01 and 0E. RGB value is (233,1,14). Sum of RGB (Red+Green+Blue) = 233+1+14=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E9010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9010E is #16FEF1. Grayscale: #484848. Windows color (decimal): -1507058 or 917993. OLE color: 917993.
HSL color Cylindrical-coordinate representation of color #E9010E: hue angle of 356.64º 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 #E9010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.09 |
| HSL | 356.64º | 0.99% | 0.46% | - |
| HSV(B) | 356.64º | 1% | 0.91% | - |
| XYZ | 33.69 | 17.38 | 1.99 | - |
| YUV | 71.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 14 | 0 | 1.00 | 0.94 | 0.09 | 356.64 | 0.99 | 0.46 |
| Hex | E9 | 1 | E | 0 | 64 | 5E | 9 | 165 | 63 | 2E |
| Octal | 351 | 1 | 16 | 0 | 144 | 136 | 11 | 545 | 143 | 56 |
| Binary | 11101001 | 1 | 1110 | 0 | 1100100 | 1011110 | 1001 | 101100101 | 1100011 | 101110 |
Color Harmonies of #E9010E
Complementary color
Monochromatic Colors of #E9010E
Black with #E9010E
Text Example
Text Example
White with #E9010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9010E; }
p { color: rgb(233,1,14); }
H1.HeaderClassName
{
color: #E9010E;
}
.AnyTagClassName
{
color: #E9010E;
}
</style>
background-color css
<style>
a { background-color: #E9010E; }
a { background-color: rgb(233,1,14); }
div.DivClassName
{
background-color: #E9010E;
}
.BgClassName
{
background-color: #E9010E;
}
</style>
border-color css
<style>
span { border-color: #E9010E; }
span { border-color: rgb(233,1,14); }
td.TdClassName
{
border-color: #E9010E;
}
.TagClassName
{
border-color: #E9010E;
}
</style>