Shades of Venetian Red #E50111
Tints of Venetian Red #E50111
RGB
CMYK
RGB Variations
Color information
#E50111 (or 0xE50111) is known color: Venetian Red. HEX triplet: E5, 01 and 11. RGB value is (229,1,17). Sum of RGB (Red+Green+Blue) = 229+1+17=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E50111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50111 is #1AFEEE. Grayscale: #474747. Windows color (decimal): -1769199 or 1114597. OLE color: 1114597.
HSL color Cylindrical-coordinate representation of color #E50111: hue angle of 355.79º 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 #E50111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 17 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.10 |
| HSL | 355.79º | 0.99% | 0.45% | - |
| HSV(B) | 355.79º | 1% | 0.9% | - |
| XYZ | 32.43 | 16.72 | 2.05 | - |
| YUV | 71 | 97.54 | 240.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 17 | 0 | 1.00 | 0.93 | 0.10 | 355.79 | 0.99 | 0.45 |
| Hex | E5 | 1 | 11 | 0 | 64 | 5D | A | 164 | 63 | 2D |
| Octal | 345 | 1 | 21 | 0 | 144 | 135 | 12 | 544 | 143 | 55 |
| Binary | 11100101 | 1 | 10001 | 0 | 1100100 | 1011101 | 1010 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E50111
Complementary color
Monochromatic Colors of #E50111
Black with #E50111
Text Example
Text Example
White with #E50111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50111; }
p { color: rgb(229,1,17); }
H1.HeaderClassName
{
color: #E50111;
}
.AnyTagClassName
{
color: #E50111;
}
</style>
background-color css
<style>
a { background-color: #E50111; }
a { background-color: rgb(229,1,17); }
div.DivClassName
{
background-color: #E50111;
}
.BgClassName
{
background-color: #E50111;
}
</style>
border-color css
<style>
span { border-color: #E50111; }
span { border-color: rgb(229,1,17); }
td.TdClassName
{
border-color: #E50111;
}
.TagClassName
{
border-color: #E50111;
}
</style>