Shades of Venetian Red #E50115
Tints of Venetian Red #E50115
RGB
CMYK
RGB Variations
Color information
#E50115 (or 0xE50115) is known color: Venetian Red. HEX triplet: E5, 01 and 15. RGB value is (229,1,21). Sum of RGB (Red+Green+Blue) = 229+1+21=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E50115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50115 is #1AFEEA. Grayscale: #474747. Windows color (decimal): -1769195 or 1376741. OLE color: 1376741.
HSL color Cylindrical-coordinate representation of color #E50115: hue angle of 354.74º 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 #E50115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.10 |
| HSL | 354.74º | 0.99% | 0.45% | - |
| HSV(B) | 354.74º | 1% | 0.9% | - |
| XYZ | 32.46 | 16.73 | 2.23 | - |
| YUV | 71.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 21 | 0 | 1.00 | 0.91 | 0.10 | 354.74 | 0.99 | 0.45 |
| Hex | E5 | 1 | 15 | 0 | 64 | 5B | A | 163 | 63 | 2D |
| Octal | 345 | 1 | 25 | 0 | 144 | 133 | 12 | 543 | 143 | 55 |
| Binary | 11100101 | 1 | 10101 | 0 | 1100100 | 1011011 | 1010 | 101100011 | 1100011 | 101101 |
Color Harmonies of #E50115
Complementary color
Monochromatic Colors of #E50115
Black with #E50115
Text Example
Text Example
White with #E50115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50115; }
p { color: rgb(229,1,21); }
H1.HeaderClassName
{
color: #E50115;
}
.AnyTagClassName
{
color: #E50115;
}
</style>
background-color css
<style>
a { background-color: #E50115; }
a { background-color: rgb(229,1,21); }
div.DivClassName
{
background-color: #E50115;
}
.BgClassName
{
background-color: #E50115;
}
</style>
border-color css
<style>
span { border-color: #E50115; }
span { border-color: rgb(229,1,21); }
td.TdClassName
{
border-color: #E50115;
}
.TagClassName
{
border-color: #E50115;
}
</style>