Shades of Venetian Red #E2001E
Tints of Venetian Red #E2001E
RGB
CMYK
RGB Variations
Color information
#E2001E (or 0xE2001E) is known color: Venetian Red. HEX triplet: E2, 00 and 1E. RGB value is (226,0,30). Sum of RGB (Red+Green+Blue) = 226+0+30=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001E is #1DFFE1. Grayscale: #474747. Windows color (decimal): -1966050 or 1966306. OLE color: 1966306.
HSL color Cylindrical-coordinate representation of color #E2001E: hue angle of 352.04º 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 #E2001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.11 |
| HSL | 352.04º | 1% | 0.44% | - |
| HSV(B) | 352.04º | 1% | 0.89% | - |
| XYZ | 31.6 | 16.26 | 2.7 | - |
| YUV | 70.99 | 104.87 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 30 | 0 | 1 | 0.87 | 0.11 | 352.04 | 1 | 0.44 |
| Hex | E2 | 0 | 1E | 0 | 64 | 57 | B | 160 | 64 | 2C |
| Octal | 342 | 0 | 36 | 0 | 144 | 127 | 13 | 540 | 144 | 54 |
| Binary | 11100010 | 0 | 11110 | 0 | 1100100 | 1010111 | 1011 | 101100000 | 1100100 | 101100 |
Color Harmonies of #E2001E
Complementary color
Monochromatic Colors of #E2001E
Black with #E2001E
Text Example
Text Example
White with #E2001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2001E; }
p { color: rgb(226,0,30); }
H1.HeaderClassName
{
color: #E2001E;
}
.AnyTagClassName
{
color: #E2001E;
}
</style>
background-color css
<style>
a { background-color: #E2001E; }
a { background-color: rgb(226,0,30); }
div.DivClassName
{
background-color: #E2001E;
}
.BgClassName
{
background-color: #E2001E;
}
</style>
border-color css
<style>
span { border-color: #E2001E; }
span { border-color: rgb(226,0,30); }
td.TdClassName
{
border-color: #E2001E;
}
.TagClassName
{
border-color: #E2001E;
}
</style>