Shades of Venetian Red #E50001
Tints of Venetian Red #E50001
RGB
CMYK
RGB Variations
Color information
#E50001 (or 0xE50001) is known color: Venetian Red. HEX triplet: E5, 00 and 01. RGB value is (229,0,1). Sum of RGB (Red+Green+Blue) = 229+0+1=230 (30% of max value = 765). Red value is 229 (89.84% from 255 or 99.57% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 229 - color contains mainly: red. Hex color #E50001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50001 is #1AFFFE. Grayscale: #444444. Windows color (decimal): -1769471 or 65765. OLE color: 65765.
HSL color Cylindrical-coordinate representation of color #E50001: hue angle of 359.74º 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 #E50001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.10 |
| HSL | 359.74º | 1% | 0.45% | - |
| HSV(B) | 359.74º | 1% | 0.9% | - |
| XYZ | 32.32 | 16.66 | 1.54 | - |
| YUV | 68.59 | 89.87 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 1 | 0 | 1 | 1.00 | 0.10 | 359.74 | 1 | 0.45 |
| Hex | E5 | 0 | 1 | 0 | 64 | 64 | A | 168 | 64 | 2D |
| Octal | 345 | 0 | 1 | 0 | 144 | 144 | 12 | 550 | 144 | 55 |
| Binary | 11100101 | 0 | 1 | 0 | 1100100 | 1100100 | 1010 | 101101000 | 1100100 | 101101 |
Color Harmonies of #E50001
Complementary color
Monochromatic Colors of #E50001
Black with #E50001
Text Example
Text Example
White with #E50001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50001; }
p { color: rgb(229,0,1); }
H1.HeaderClassName
{
color: #E50001;
}
.AnyTagClassName
{
color: #E50001;
}
</style>
background-color css
<style>
a { background-color: #E50001; }
a { background-color: rgb(229,0,1); }
div.DivClassName
{
background-color: #E50001;
}
.BgClassName
{
background-color: #E50001;
}
</style>
border-color css
<style>
span { border-color: #E50001; }
span { border-color: rgb(229,0,1); }
td.TdClassName
{
border-color: #E50001;
}
.TagClassName
{
border-color: #E50001;
}
</style>