Shades of Venetian Red #E50815
Tints of Venetian Red #E50815
RGB
CMYK
RGB Variations
Color information
#E50815 (or 0xE50815) is known color: Venetian Red. HEX triplet: E5, 08 and 15. RGB value is (229,8,21). Sum of RGB (Red+Green+Blue) = 229+8+21=258 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.76% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 229 - color contains mainly: red. Hex color #E50815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50815 is #1AF7EA. Grayscale: #4B4B4B. Windows color (decimal): -1767403 or 1378533. OLE color: 1378533.
HSL color Cylindrical-coordinate representation of color #E50815: hue angle of 356.47º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50815 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 21 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.10 |
| HSL | 356.47º | 0.93% | 0.46% | - |
| HSV(B) | 356.47º | 0.97% | 0.9% | - |
| XYZ | 32.54 | 16.89 | 2.25 | - |
| YUV | 75.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 21 | 0 | 0.97 | 0.91 | 0.10 | 356.47 | 0.93 | 0.46 |
| Hex | E5 | 8 | 15 | 0 | 61 | 5B | A | 164 | 5D | 2E |
| Octal | 345 | 10 | 25 | 0 | 141 | 133 | 12 | 544 | 135 | 56 |
| Binary | 11100101 | 1000 | 10101 | 0 | 1100001 | 1011011 | 1010 | 101100100 | 1011101 | 101110 |
Color Harmonies of #E50815
Complementary color
Monochromatic Colors of #E50815
Black with #E50815
Text Example
Text Example
White with #E50815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50815; }
p { color: rgb(229,8,21); }
H1.HeaderClassName
{
color: #E50815;
}
.AnyTagClassName
{
color: #E50815;
}
</style>
background-color css
<style>
a { background-color: #E50815; }
a { background-color: rgb(229,8,21); }
div.DivClassName
{
background-color: #E50815;
}
.BgClassName
{
background-color: #E50815;
}
</style>
border-color css
<style>
span { border-color: #E50815; }
span { border-color: rgb(229,8,21); }
td.TdClassName
{
border-color: #E50815;
}
.TagClassName
{
border-color: #E50815;
}
</style>