Shades of Venetian Red #E90115
Tints of Venetian Red #E90115
RGB
CMYK
RGB Variations
Color information
#E90115 (or 0xE90115) is known color: Venetian Red. HEX triplet: E9, 01 and 15. RGB value is (233,1,21). Sum of RGB (Red+Green+Blue) = 233+1+21=255 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.37% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 233 - color contains mainly: red. Hex color #E90115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90115 is #16FEEA. Grayscale: #484848. Windows color (decimal): -1507051 or 1376745. OLE color: 1376745.
HSL color Cylindrical-coordinate representation of color #E90115: hue angle of 354.83º 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 #E90115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.09 |
| HSL | 354.83º | 0.99% | 0.46% | - |
| HSV(B) | 354.83º | 1% | 0.91% | - |
| XYZ | 33.75 | 17.4 | 2.29 | - |
| YUV | 72.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 21 | 0 | 1.00 | 0.91 | 0.09 | 354.83 | 0.99 | 0.46 |
| Hex | E9 | 1 | 15 | 0 | 64 | 5B | 9 | 163 | 63 | 2E |
| Octal | 351 | 1 | 25 | 0 | 144 | 133 | 11 | 543 | 143 | 56 |
| Binary | 11101001 | 1 | 10101 | 0 | 1100100 | 1011011 | 1001 | 101100011 | 1100011 | 101110 |
Color Harmonies of #E90115
Complementary color
Monochromatic Colors of #E90115
Black with #E90115
Text Example
Text Example
White with #E90115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90115; }
p { color: rgb(233,1,21); }
H1.HeaderClassName
{
color: #E90115;
}
.AnyTagClassName
{
color: #E90115;
}
</style>
background-color css
<style>
a { background-color: #E90115; }
a { background-color: rgb(233,1,21); }
div.DivClassName
{
background-color: #E90115;
}
.BgClassName
{
background-color: #E90115;
}
</style>
border-color css
<style>
span { border-color: #E90115; }
span { border-color: rgb(233,1,21); }
td.TdClassName
{
border-color: #E90115;
}
.TagClassName
{
border-color: #E90115;
}
</style>