Shades of Venetian Red #E50019
Tints of Venetian Red #E50019
RGB
CMYK
RGB Variations
Color information
#E50019 (or 0xE50019) is known color: Venetian Red. HEX triplet: E5, 00 and 19. RGB value is (229,0,25). Sum of RGB (Red+Green+Blue) = 229+0+25=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50019 is #1AFFE6. Grayscale: #474747. Windows color (decimal): -1769447 or 1638629. OLE color: 1638629.
HSL color Cylindrical-coordinate representation of color #E50019: hue angle of 353.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.10 |
| HSL | 353.45º | 1% | 0.45% | - |
| HSV(B) | 353.45º | 1% | 0.9% | - |
| XYZ | 32.49 | 16.73 | 2.44 | - |
| YUV | 71.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 25 | 0 | 1 | 0.89 | 0.10 | 353.45 | 1 | 0.45 |
| Hex | E5 | 0 | 19 | 0 | 64 | 59 | A | 161 | 64 | 2D |
| Octal | 345 | 0 | 31 | 0 | 144 | 131 | 12 | 541 | 144 | 55 |
| Binary | 11100101 | 0 | 11001 | 0 | 1100100 | 1011001 | 1010 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E50019
Complementary color
Monochromatic Colors of #E50019
Black with #E50019
Text Example
Text Example
White with #E50019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50019; }
p { color: rgb(229,0,25); }
H1.HeaderClassName
{
color: #E50019;
}
.AnyTagClassName
{
color: #E50019;
}
</style>
background-color css
<style>
a { background-color: #E50019; }
a { background-color: rgb(229,0,25); }
div.DivClassName
{
background-color: #E50019;
}
.BgClassName
{
background-color: #E50019;
}
</style>
border-color css
<style>
span { border-color: #E50019; }
span { border-color: rgb(229,0,25); }
td.TdClassName
{
border-color: #E50019;
}
.TagClassName
{
border-color: #E50019;
}
</style>