Shades of Venetian Red #E90118
Tints of Venetian Red #E90118
RGB
CMYK
RGB Variations
Color information
#E90118 (or 0xE90118) is known color: Venetian Red. HEX triplet: E9, 01 and 18. RGB value is (233,1,24). Sum of RGB (Red+Green+Blue) = 233+1+24=258 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.31% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 233 - color contains mainly: red. Hex color #E90118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90118 is #16FEE7. Grayscale: #494949. Windows color (decimal): -1507048 or 1573353. OLE color: 1573353.
HSL color Cylindrical-coordinate representation of color #E90118: hue angle of 354.05º 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 #E90118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.09 |
| HSL | 354.05º | 0.99% | 0.46% | - |
| HSV(B) | 354.05º | 1% | 0.91% | - |
| XYZ | 33.78 | 17.41 | 2.44 | - |
| YUV | 72.99 | 100.36 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 24 | 0 | 1.00 | 0.90 | 0.09 | 354.05 | 0.99 | 0.46 |
| Hex | E9 | 1 | 18 | 0 | 64 | 5A | 9 | 162 | 63 | 2E |
| Octal | 351 | 1 | 30 | 0 | 144 | 132 | 11 | 542 | 143 | 56 |
| Binary | 11101001 | 1 | 11000 | 0 | 1100100 | 1011010 | 1001 | 101100010 | 1100011 | 101110 |
Color Harmonies of #E90118
Complementary color
Monochromatic Colors of #E90118
Black with #E90118
Text Example
Text Example
White with #E90118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90118; }
p { color: rgb(233,1,24); }
H1.HeaderClassName
{
color: #E90118;
}
.AnyTagClassName
{
color: #E90118;
}
</style>
background-color css
<style>
a { background-color: #E90118; }
a { background-color: rgb(233,1,24); }
div.DivClassName
{
background-color: #E90118;
}
.BgClassName
{
background-color: #E90118;
}
</style>
border-color css
<style>
span { border-color: #E90118; }
span { border-color: rgb(233,1,24); }
td.TdClassName
{
border-color: #E90118;
}
.TagClassName
{
border-color: #E90118;
}
</style>