Shades of Venetian Red #E2011E
Tints of Venetian Red #E2011E
RGB
CMYK
RGB Variations
Color information
#E2011E (or 0xE2011E) is known color: Venetian Red. HEX triplet: E2, 01 and 1E. RGB value is (226,1,30). Sum of RGB (Red+Green+Blue) = 226+1+30=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2011E is #1DFEE1. Grayscale: #474747. Windows color (decimal): -1965794 or 1966562. OLE color: 1966562.
HSL color Cylindrical-coordinate representation of color #E2011E: hue angle of 352.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.11 |
| HSL | 352.27º | 0.99% | 0.45% | - |
| HSV(B) | 352.27º | 1% | 0.89% | - |
| XYZ | 31.61 | 16.28 | 2.71 | - |
| YUV | 71.58 | 104.54 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 30 | 0 | 1.00 | 0.87 | 0.11 | 352.27 | 0.99 | 0.45 |
| Hex | E2 | 1 | 1E | 0 | 64 | 57 | B | 160 | 63 | 2D |
| Octal | 342 | 1 | 36 | 0 | 144 | 127 | 13 | 540 | 143 | 55 |
| Binary | 11100010 | 1 | 11110 | 0 | 1100100 | 1010111 | 1011 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E2011E
Complementary color
Monochromatic Colors of #E2011E
Black with #E2011E
Text Example
Text Example
White with #E2011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2011E; }
p { color: rgb(226,1,30); }
H1.HeaderClassName
{
color: #E2011E;
}
.AnyTagClassName
{
color: #E2011E;
}
</style>
background-color css
<style>
a { background-color: #E2011E; }
a { background-color: rgb(226,1,30); }
div.DivClassName
{
background-color: #E2011E;
}
.BgClassName
{
background-color: #E2011E;
}
</style>
border-color css
<style>
span { border-color: #E2011E; }
span { border-color: rgb(226,1,30); }
td.TdClassName
{
border-color: #E2011E;
}
.TagClassName
{
border-color: #E2011E;
}
</style>