Shades of Venetian Red #E20012
Tints of Venetian Red #E20012
RGB
CMYK
RGB Variations
Color information
#E20012 (or 0xE20012) is known color: Venetian Red. HEX triplet: E2, 00 and 12. RGB value is (226,0,18). Sum of RGB (Red+Green+Blue) = 226+0+18=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E20012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20012 is #1DFFED. Grayscale: #454545. Windows color (decimal): -1966062 or 1179874. OLE color: 1179874.
HSL color Cylindrical-coordinate representation of color #E20012: hue angle of 355.22º 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 #E20012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.92 | 0.11 |
| HSL | 355.22º | 1% | 0.44% | - |
| HSV(B) | 355.22º | 1% | 0.89% | - |
| XYZ | 31.47 | 16.21 | 2.04 | - |
| YUV | 69.63 | 98.87 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 18 | 0 | 1 | 0.92 | 0.11 | 355.22 | 1 | 0.44 |
| Hex | E2 | 0 | 12 | 0 | 64 | 5C | B | 163 | 64 | 2C |
| Octal | 342 | 0 | 22 | 0 | 144 | 134 | 13 | 543 | 144 | 54 |
| Binary | 11100010 | 0 | 10010 | 0 | 1100100 | 1011100 | 1011 | 101100011 | 1100100 | 101100 |
Color Harmonies of #E20012
Complementary color
Monochromatic Colors of #E20012
Black with #E20012
Text Example
Text Example
White with #E20012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20012; }
p { color: rgb(226,0,18); }
H1.HeaderClassName
{
color: #E20012;
}
.AnyTagClassName
{
color: #E20012;
}
</style>
background-color css
<style>
a { background-color: #E20012; }
a { background-color: rgb(226,0,18); }
div.DivClassName
{
background-color: #E20012;
}
.BgClassName
{
background-color: #E20012;
}
</style>
border-color css
<style>
span { border-color: #E20012; }
span { border-color: rgb(226,0,18); }
td.TdClassName
{
border-color: #E20012;
}
.TagClassName
{
border-color: #E20012;
}
</style>