Shades of Venetian Red #E50112
Tints of Venetian Red #E50112
RGB
CMYK
RGB Variations
Color information
#E50112 (or 0xE50112) is known color: Venetian Red. HEX triplet: E5, 01 and 12. RGB value is (229,1,18). Sum of RGB (Red+Green+Blue) = 229+1+18=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E50112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50112 is #1AFEED. Grayscale: #474747. Windows color (decimal): -1769198 or 1180133. OLE color: 1180133.
HSL color Cylindrical-coordinate representation of color #E50112: hue angle of 355.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.10 |
| HSL | 355.53º | 0.99% | 0.45% | - |
| HSV(B) | 355.53º | 1% | 0.9% | - |
| XYZ | 32.43 | 16.72 | 2.09 | - |
| YUV | 71.11 | 98.04 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 18 | 0 | 1.00 | 0.92 | 0.10 | 355.53 | 0.99 | 0.45 |
| Hex | E5 | 1 | 12 | 0 | 64 | 5C | A | 164 | 63 | 2D |
| Octal | 345 | 1 | 22 | 0 | 144 | 134 | 12 | 544 | 143 | 55 |
| Binary | 11100101 | 1 | 10010 | 0 | 1100100 | 1011100 | 1010 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E50112
Complementary color
Monochromatic Colors of #E50112
Black with #E50112
Text Example
Text Example
White with #E50112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50112; }
p { color: rgb(229,1,18); }
H1.HeaderClassName
{
color: #E50112;
}
.AnyTagClassName
{
color: #E50112;
}
</style>
background-color css
<style>
a { background-color: #E50112; }
a { background-color: rgb(229,1,18); }
div.DivClassName
{
background-color: #E50112;
}
.BgClassName
{
background-color: #E50112;
}
</style>
border-color css
<style>
span { border-color: #E50112; }
span { border-color: rgb(229,1,18); }
td.TdClassName
{
border-color: #E50112;
}
.TagClassName
{
border-color: #E50112;
}
</style>