Shades of Venetian Red #E50002
Tints of Venetian Red #E50002
RGB
CMYK
RGB Variations
Color information
#E50002 (or 0xE50002) is known color: Venetian Red. HEX triplet: E5, 00 and 02. RGB value is (229,0,2). Sum of RGB (Red+Green+Blue) = 229+0+2=231 (30% of max value = 765). Red value is 229 (89.84% from 255 or 99.13% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 229 - color contains mainly: red. Hex color #E50002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50002 is #1AFFFD. Grayscale: #444444. Windows color (decimal): -1769470 or 131301. OLE color: 131301.
HSL color Cylindrical-coordinate representation of color #E50002: hue angle of 359.48º 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 #E50002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.10 |
| HSL | 359.48º | 1% | 0.45% | - |
| HSV(B) | 359.48º | 1% | 0.9% | - |
| XYZ | 32.32 | 16.66 | 1.57 | - |
| YUV | 68.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 2 | 0 | 1 | 0.99 | 0.10 | 359.48 | 1 | 0.45 |
| Hex | E5 | 0 | 2 | 0 | 64 | 63 | A | 167 | 64 | 2D |
| Octal | 345 | 0 | 2 | 0 | 144 | 143 | 12 | 547 | 144 | 55 |
| Binary | 11100101 | 0 | 10 | 0 | 1100100 | 1100011 | 1010 | 101100111 | 1100100 | 101101 |
Color Harmonies of #E50002
Complementary color
Monochromatic Colors of #E50002
Black with #E50002
Text Example
Text Example
White with #E50002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50002; }
p { color: rgb(229,0,2); }
H1.HeaderClassName
{
color: #E50002;
}
.AnyTagClassName
{
color: #E50002;
}
</style>
background-color css
<style>
a { background-color: #E50002; }
a { background-color: rgb(229,0,2); }
div.DivClassName
{
background-color: #E50002;
}
.BgClassName
{
background-color: #E50002;
}
</style>
border-color css
<style>
span { border-color: #E50002; }
span { border-color: rgb(229,0,2); }
td.TdClassName
{
border-color: #E50002;
}
.TagClassName
{
border-color: #E50002;
}
</style>