Shades of Venetian Red #E40019
Tints of Venetian Red #E40019
RGB
CMYK
RGB Variations
Color information
#E40019 (or 0xE40019) is known color: Venetian Red. HEX triplet: E4, 00 and 19. RGB value is (228,0,25). Sum of RGB (Red+Green+Blue) = 228+0+25=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40019 is #1BFFE6. Grayscale: #474747. Windows color (decimal): -1834983 or 1638628. OLE color: 1638628.
HSL color Cylindrical-coordinate representation of color #E40019: hue angle of 353.42º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.11 |
| HSL | 353.42º | 1% | 0.45% | - |
| HSV(B) | 353.42º | 1% | 0.89% | - |
| XYZ | 32.17 | 16.56 | 2.42 | - |
| YUV | 71.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 25 | 0 | 1 | 0.89 | 0.11 | 353.42 | 1 | 0.45 |
| Hex | E4 | 0 | 19 | 0 | 64 | 59 | B | 161 | 64 | 2D |
| Octal | 344 | 0 | 31 | 0 | 144 | 131 | 13 | 541 | 144 | 55 |
| Binary | 11100100 | 0 | 11001 | 0 | 1100100 | 1011001 | 1011 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E40019
Complementary color
Monochromatic Colors of #E40019
Black with #E40019
Text Example
Text Example
White with #E40019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40019; }
p { color: rgb(228,0,25); }
H1.HeaderClassName
{
color: #E40019;
}
.AnyTagClassName
{
color: #E40019;
}
</style>
background-color css
<style>
a { background-color: #E40019; }
a { background-color: rgb(228,0,25); }
div.DivClassName
{
background-color: #E40019;
}
.BgClassName
{
background-color: #E40019;
}
</style>
border-color css
<style>
span { border-color: #E40019; }
span { border-color: rgb(228,0,25); }
td.TdClassName
{
border-color: #E40019;
}
.TagClassName
{
border-color: #E40019;
}
</style>