Shades of Venetian Red #E90103
Tints of Venetian Red #E90103
RGB
CMYK
RGB Variations
Color information
#E90103 (or 0xE90103) is known color: Venetian Red. HEX triplet: E9, 01 and 03. RGB value is (233,1,3). Sum of RGB (Red+Green+Blue) = 233+1+3=237 (31% of max value = 765). Red value is 233 (91.41% from 255 or 98.31% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 233 - color contains mainly: red. Hex color #E90103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90103 is #16FEFC. Grayscale: #464646. Windows color (decimal): -1507069 or 197097. OLE color: 197097.
HSL color Cylindrical-coordinate representation of color #E90103: hue angle of 359.48º 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 #E90103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.09 |
| HSL | 359.48º | 0.99% | 0.46% | - |
| HSV(B) | 359.48º | 1% | 0.91% | - |
| XYZ | 33.63 | 17.35 | 1.66 | - |
| YUV | 70.6 | 89.86 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 3 | 0 | 1.00 | 0.99 | 0.09 | 359.48 | 0.99 | 0.46 |
| Hex | E9 | 1 | 3 | 0 | 64 | 63 | 9 | 167 | 63 | 2E |
| Octal | 351 | 1 | 3 | 0 | 144 | 143 | 11 | 547 | 143 | 56 |
| Binary | 11101001 | 1 | 11 | 0 | 1100100 | 1100011 | 1001 | 101100111 | 1100011 | 101110 |
Color Harmonies of #E90103
Complementary color
Monochromatic Colors of #E90103
Black with #E90103
Text Example
Text Example
White with #E90103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90103; }
p { color: rgb(233,1,3); }
H1.HeaderClassName
{
color: #E90103;
}
.AnyTagClassName
{
color: #E90103;
}
</style>
background-color css
<style>
a { background-color: #E90103; }
a { background-color: rgb(233,1,3); }
div.DivClassName
{
background-color: #E90103;
}
.BgClassName
{
background-color: #E90103;
}
</style>
border-color css
<style>
span { border-color: #E90103; }
span { border-color: rgb(233,1,3); }
td.TdClassName
{
border-color: #E90103;
}
.TagClassName
{
border-color: #E90103;
}
</style>