Shades of Venetian Red #E50516
Tints of Venetian Red #E50516
RGB
CMYK
RGB Variations
Color information
#E50516 (or 0xE50516) is known color: Venetian Red. HEX triplet: E5, 05 and 16. RGB value is (229,5,22). Sum of RGB (Red+Green+Blue) = 229+5+22=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50516 is #1AFAE9. Grayscale: #4A4A4A. Windows color (decimal): -1768170 or 1443301. OLE color: 1443301.
HSL color Cylindrical-coordinate representation of color #E50516: hue angle of 355.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50516 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.10 |
| HSL | 355.45º | 0.96% | 0.46% | - |
| HSV(B) | 355.45º | 0.98% | 0.9% | - |
| XYZ | 32.51 | 16.82 | 2.29 | - |
| YUV | 73.91 | 98.71 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 22 | 0 | 0.98 | 0.90 | 0.10 | 355.45 | 0.96 | 0.46 |
| Hex | E5 | 5 | 16 | 0 | 62 | 5A | A | 163 | 60 | 2E |
| Octal | 345 | 5 | 26 | 0 | 142 | 132 | 12 | 543 | 140 | 56 |
| Binary | 11100101 | 101 | 10110 | 0 | 1100010 | 1011010 | 1010 | 101100011 | 1100000 | 101110 |
Color Harmonies of #E50516
Complementary color
Monochromatic Colors of #E50516
Black with #E50516
Text Example
Text Example
White with #E50516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50516; }
p { color: rgb(229,5,22); }
H1.HeaderClassName
{
color: #E50516;
}
.AnyTagClassName
{
color: #E50516;
}
</style>
background-color css
<style>
a { background-color: #E50516; }
a { background-color: rgb(229,5,22); }
div.DivClassName
{
background-color: #E50516;
}
.BgClassName
{
background-color: #E50516;
}
</style>
border-color css
<style>
span { border-color: #E50516; }
span { border-color: rgb(229,5,22); }
td.TdClassName
{
border-color: #E50516;
}
.TagClassName
{
border-color: #E50516;
}
</style>