Shades of Venetian Red #E50512
Tints of Venetian Red #E50512
RGB
CMYK
RGB Variations
Color information
#E50512 (or 0xE50512) is known color: Venetian Red. HEX triplet: E5, 05 and 12. RGB value is (229,5,18). Sum of RGB (Red+Green+Blue) = 229+5+18=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50512 is #1AFAED. Grayscale: #494949. Windows color (decimal): -1768174 or 1181157. OLE color: 1181157.
HSL color Cylindrical-coordinate representation of color #E50512: hue angle of 356.52º 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 #E50512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.10 |
| HSL | 356.52º | 0.96% | 0.46% | - |
| HSV(B) | 356.52º | 0.98% | 0.9% | - |
| XYZ | 32.48 | 16.81 | 2.11 | - |
| YUV | 73.46 | 96.71 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 18 | 0 | 0.98 | 0.92 | 0.10 | 356.52 | 0.96 | 0.46 |
| Hex | E5 | 5 | 12 | 0 | 62 | 5C | A | 165 | 60 | 2E |
| Octal | 345 | 5 | 22 | 0 | 142 | 134 | 12 | 545 | 140 | 56 |
| Binary | 11100101 | 101 | 10010 | 0 | 1100010 | 1011100 | 1010 | 101100101 | 1100000 | 101110 |
Color Harmonies of #E50512
Complementary color
Monochromatic Colors of #E50512
Black with #E50512
Text Example
Text Example
White with #E50512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50512; }
p { color: rgb(229,5,18); }
H1.HeaderClassName
{
color: #E50512;
}
.AnyTagClassName
{
color: #E50512;
}
</style>
background-color css
<style>
a { background-color: #E50512; }
a { background-color: rgb(229,5,18); }
div.DivClassName
{
background-color: #E50512;
}
.BgClassName
{
background-color: #E50512;
}
</style>
border-color css
<style>
span { border-color: #E50512; }
span { border-color: rgb(229,5,18); }
td.TdClassName
{
border-color: #E50512;
}
.TagClassName
{
border-color: #E50512;
}
</style>