Shades of Venetian Red #E50212
Tints of Venetian Red #E50212
RGB
CMYK
RGB Variations
Color information
#E50212 (or 0xE50212) is known color: Venetian Red. HEX triplet: E5, 02 and 12. RGB value is (229,2,18). Sum of RGB (Red+Green+Blue) = 229+2+18=249 (32% of max value = 765). Red value is 229 (89.84% from 255 or 91.97% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 229 - color contains mainly: red. Hex color #E50212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50212 is #1AFDED. Grayscale: #474747. Windows color (decimal): -1768942 or 1180389. OLE color: 1180389.
HSL color Cylindrical-coordinate representation of color #E50212: hue angle of 355.77º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.10 |
| HSL | 355.77º | 0.98% | 0.45% | - |
| HSV(B) | 355.77º | 0.99% | 0.9% | - |
| XYZ | 32.44 | 16.75 | 2.09 | - |
| YUV | 71.7 | 97.71 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 18 | 0 | 0.99 | 0.92 | 0.10 | 355.77 | 0.98 | 0.45 |
| Hex | E5 | 2 | 12 | 0 | 63 | 5C | A | 164 | 62 | 2D |
| Octal | 345 | 2 | 22 | 0 | 143 | 134 | 12 | 544 | 142 | 55 |
| Binary | 11100101 | 10 | 10010 | 0 | 1100011 | 1011100 | 1010 | 101100100 | 1100010 | 101101 |
Color Harmonies of #E50212
Complementary color
Monochromatic Colors of #E50212
Black with #E50212
Text Example
Text Example
White with #E50212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50212; }
p { color: rgb(229,2,18); }
H1.HeaderClassName
{
color: #E50212;
}
.AnyTagClassName
{
color: #E50212;
}
</style>
background-color css
<style>
a { background-color: #E50212; }
a { background-color: rgb(229,2,18); }
div.DivClassName
{
background-color: #E50212;
}
.BgClassName
{
background-color: #E50212;
}
</style>
border-color css
<style>
span { border-color: #E50212; }
span { border-color: rgb(229,2,18); }
td.TdClassName
{
border-color: #E50212;
}
.TagClassName
{
border-color: #E50212;
}
</style>