Shades of Venetian Red #E50116
Tints of Venetian Red #E50116
RGB
CMYK
RGB Variations
Color information
#E50116 (or 0xE50116) is known color: Venetian Red. HEX triplet: E5, 01 and 16. RGB value is (229,1,22). Sum of RGB (Red+Green+Blue) = 229+1+22=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50116 is #1AFEE9. Grayscale: #474747. Windows color (decimal): -1769194 or 1442277. OLE color: 1442277.
HSL color Cylindrical-coordinate representation of color #E50116: hue angle of 354.47º 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 #E50116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.10 |
| HSL | 354.47º | 0.99% | 0.45% | - |
| HSV(B) | 354.47º | 1% | 0.9% | - |
| XYZ | 32.47 | 16.74 | 2.28 | - |
| YUV | 71.57 | 100.04 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 22 | 0 | 1.00 | 0.90 | 0.10 | 354.47 | 0.99 | 0.45 |
| Hex | E5 | 1 | 16 | 0 | 64 | 5A | A | 162 | 63 | 2D |
| Octal | 345 | 1 | 26 | 0 | 144 | 132 | 12 | 542 | 143 | 55 |
| Binary | 11100101 | 1 | 10110 | 0 | 1100100 | 1011010 | 1010 | 101100010 | 1100011 | 101101 |
Color Harmonies of #E50116
Complementary color
Monochromatic Colors of #E50116
Black with #E50116
Text Example
Text Example
White with #E50116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50116; }
p { color: rgb(229,1,22); }
H1.HeaderClassName
{
color: #E50116;
}
.AnyTagClassName
{
color: #E50116;
}
</style>
background-color css
<style>
a { background-color: #E50116; }
a { background-color: rgb(229,1,22); }
div.DivClassName
{
background-color: #E50116;
}
.BgClassName
{
background-color: #E50116;
}
</style>
border-color css
<style>
span { border-color: #E50116; }
span { border-color: rgb(229,1,22); }
td.TdClassName
{
border-color: #E50116;
}
.TagClassName
{
border-color: #E50116;
}
</style>