Shades of Venetian Red #E2011A
Tints of Venetian Red #E2011A
RGB
CMYK
RGB Variations
Color information
#E2011A (or 0xE2011A) is known color: Venetian Red. HEX triplet: E2, 01 and 1A. RGB value is (226,1,26). Sum of RGB (Red+Green+Blue) = 226+1+26=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E2011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2011A is #1DFEE5. Grayscale: #474747. Windows color (decimal): -1965798 or 1704418. OLE color: 1704418.
HSL color Cylindrical-coordinate representation of color #E2011A: hue angle of 353.33º 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 #E2011A is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.11 |
| HSL | 353.33º | 0.99% | 0.45% | - |
| HSV(B) | 353.33º | 1% | 0.89% | - |
| XYZ | 31.56 | 16.27 | 2.45 | - |
| YUV | 71.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 26 | 0 | 1.00 | 0.88 | 0.11 | 353.33 | 0.99 | 0.45 |
| Hex | E2 | 1 | 1A | 0 | 64 | 58 | B | 161 | 63 | 2D |
| Octal | 342 | 1 | 32 | 0 | 144 | 130 | 13 | 541 | 143 | 55 |
| Binary | 11100010 | 1 | 11010 | 0 | 1100100 | 1011000 | 1011 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E2011A
Complementary color
Monochromatic Colors of #E2011A
Black with #E2011A
Text Example
Text Example
White with #E2011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2011A; }
p { color: rgb(226,1,26); }
H1.HeaderClassName
{
color: #E2011A;
}
.AnyTagClassName
{
color: #E2011A;
}
</style>
background-color css
<style>
a { background-color: #E2011A; }
a { background-color: rgb(226,1,26); }
div.DivClassName
{
background-color: #E2011A;
}
.BgClassName
{
background-color: #E2011A;
}
</style>
border-color css
<style>
span { border-color: #E2011A; }
span { border-color: rgb(226,1,26); }
td.TdClassName
{
border-color: #E2011A;
}
.TagClassName
{
border-color: #E2011A;
}
</style>