Shades of Venetian Red #E90105
Tints of Venetian Red #E90105
RGB
CMYK
RGB Variations
Color information
#E90105 (or 0xE90105) is known color: Venetian Red. HEX triplet: E9, 01 and 05. RGB value is (233,1,5). Sum of RGB (Red+Green+Blue) = 233+1+5=239 (31% of max value = 765). Red value is 233 (91.41% from 255 or 97.49% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 233 - color contains mainly: red. Hex color #E90105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90105 is #16FEFA. Grayscale: #474747. Windows color (decimal): -1507067 or 328169. OLE color: 328169.
HSL color Cylindrical-coordinate representation of color #E90105: hue angle of 358.97º 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 #E90105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.09 |
| HSL | 358.97º | 0.99% | 0.46% | - |
| HSV(B) | 358.97º | 1% | 0.91% | - |
| XYZ | 33.64 | 17.36 | 1.72 | - |
| YUV | 70.82 | 90.86 | 243.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 5 | 0 | 1.00 | 0.98 | 0.09 | 358.97 | 0.99 | 0.46 |
| Hex | E9 | 1 | 5 | 0 | 64 | 62 | 9 | 167 | 63 | 2E |
| Octal | 351 | 1 | 5 | 0 | 144 | 142 | 11 | 547 | 143 | 56 |
| Binary | 11101001 | 1 | 101 | 0 | 1100100 | 1100010 | 1001 | 101100111 | 1100011 | 101110 |
Color Harmonies of #E90105
Complementary color
Monochromatic Colors of #E90105
Black with #E90105
Text Example
Text Example
White with #E90105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90105; }
p { color: rgb(233,1,5); }
H1.HeaderClassName
{
color: #E90105;
}
.AnyTagClassName
{
color: #E90105;
}
</style>
background-color css
<style>
a { background-color: #E90105; }
a { background-color: rgb(233,1,5); }
div.DivClassName
{
background-color: #E90105;
}
.BgClassName
{
background-color: #E90105;
}
</style>
border-color css
<style>
span { border-color: #E90105; }
span { border-color: rgb(233,1,5); }
td.TdClassName
{
border-color: #E90105;
}
.TagClassName
{
border-color: #E90105;
}
</style>