Shades of Venetian Red #E50104
Tints of Venetian Red #E50104
RGB
CMYK
RGB Variations
Color information
#E50104 (or 0xE50104) is known color: Venetian Red. HEX triplet: E5, 01 and 04. RGB value is (229,1,4). Sum of RGB (Red+Green+Blue) = 229+1+4=234 (30% of max value = 765). Red value is 229 (89.84% from 255 or 97.86% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 229 - color contains mainly: red. Hex color #E50104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50104 is #1AFEFB. Grayscale: #454545. Windows color (decimal): -1769212 or 262629. OLE color: 262629.
HSL color Cylindrical-coordinate representation of color #E50104: hue angle of 359.21º 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 #E50104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.10 |
| HSL | 359.21º | 0.99% | 0.45% | - |
| HSV(B) | 359.21º | 1% | 0.9% | - |
| XYZ | 32.35 | 16.69 | 1.63 | - |
| YUV | 69.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 4 | 0 | 1.00 | 0.98 | 0.10 | 359.21 | 0.99 | 0.45 |
| Hex | E5 | 1 | 4 | 0 | 64 | 62 | A | 167 | 63 | 2D |
| Octal | 345 | 1 | 4 | 0 | 144 | 142 | 12 | 547 | 143 | 55 |
| Binary | 11100101 | 1 | 100 | 0 | 1100100 | 1100010 | 1010 | 101100111 | 1100011 | 101101 |
Color Harmonies of #E50104
Complementary color
Monochromatic Colors of #E50104
Black with #E50104
Text Example
Text Example
White with #E50104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50104; }
p { color: rgb(229,1,4); }
H1.HeaderClassName
{
color: #E50104;
}
.AnyTagClassName
{
color: #E50104;
}
</style>
background-color css
<style>
a { background-color: #E50104; }
a { background-color: rgb(229,1,4); }
div.DivClassName
{
background-color: #E50104;
}
.BgClassName
{
background-color: #E50104;
}
</style>
border-color css
<style>
span { border-color: #E50104; }
span { border-color: rgb(229,1,4); }
td.TdClassName
{
border-color: #E50104;
}
.TagClassName
{
border-color: #E50104;
}
</style>