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