Shades of Venetian Red #E20001
Tints of Venetian Red #E20001
RGB
CMYK
RGB Variations
Color information
#E20001 (or 0xE20001) is known color: Venetian Red. HEX triplet: E2, 00 and 01. RGB value is (226,0,1). Sum of RGB (Red+Green+Blue) = 226+0+1=227 (30% of max value = 765). Red value is 226 (88.67% from 255 or 99.56% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 226 - color contains mainly: red. Hex color #E20001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20001 is #1DFFFE. Grayscale: #434343. Windows color (decimal): -1966079 or 65762. OLE color: 65762.
HSL color Cylindrical-coordinate representation of color #E20001: hue angle of 359.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.11 |
| HSL | 359.73º | 1% | 0.44% | - |
| HSV(B) | 359.73º | 1% | 0.89% | - |
| XYZ | 31.37 | 16.17 | 1.5 | - |
| YUV | 67.69 | 90.37 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 1 | 0 | 1 | 1.00 | 0.11 | 359.73 | 1 | 0.44 |
| Hex | E2 | 0 | 1 | 0 | 64 | 64 | B | 168 | 64 | 2C |
| Octal | 342 | 0 | 1 | 0 | 144 | 144 | 13 | 550 | 144 | 54 |
| Binary | 11100010 | 0 | 1 | 0 | 1100100 | 1100100 | 1011 | 101101000 | 1100100 | 101100 |
Color Harmonies of #E20001
Complementary color
Monochromatic Colors of #E20001
Black with #E20001
Text Example
Text Example
White with #E20001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20001; }
p { color: rgb(226,0,1); }
H1.HeaderClassName
{
color: #E20001;
}
.AnyTagClassName
{
color: #E20001;
}
</style>
background-color css
<style>
a { background-color: #E20001; }
a { background-color: rgb(226,0,1); }
div.DivClassName
{
background-color: #E20001;
}
.BgClassName
{
background-color: #E20001;
}
</style>
border-color css
<style>
span { border-color: #E20001; }
span { border-color: rgb(226,0,1); }
td.TdClassName
{
border-color: #E20001;
}
.TagClassName
{
border-color: #E20001;
}
</style>