Shades of Venetian Red #E2040E
Tints of Venetian Red #E2040E
RGB
CMYK
RGB Variations
Color information
#E2040E (or 0xE2040E) is known color: Venetian Red. HEX triplet: E2, 04 and 0E. RGB value is (226,4,14). Sum of RGB (Red+Green+Blue) = 226+4+14=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E2040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2040E is #1DFBF1. Grayscale: #474747. Windows color (decimal): -1965042 or 918754. OLE color: 918754.
HSL color Cylindrical-coordinate representation of color #E2040E: hue angle of 357.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.11 |
| HSL | 357.3º | 0.97% | 0.45% | - |
| HSV(B) | 357.3º | 0.98% | 0.89% | - |
| XYZ | 31.49 | 16.29 | 1.9 | - |
| YUV | 71.52 | 95.55 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 14 | 0 | 0.98 | 0.94 | 0.11 | 357.3 | 0.97 | 0.45 |
| Hex | E2 | 4 | E | 0 | 62 | 5E | B | 165 | 61 | 2D |
| Octal | 342 | 4 | 16 | 0 | 142 | 136 | 13 | 545 | 141 | 55 |
| Binary | 11100010 | 100 | 1110 | 0 | 1100010 | 1011110 | 1011 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E2040E
Complementary color
Monochromatic Colors of #E2040E
Black with #E2040E
Text Example
Text Example
White with #E2040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2040E; }
p { color: rgb(226,4,14); }
H1.HeaderClassName
{
color: #E2040E;
}
.AnyTagClassName
{
color: #E2040E;
}
</style>
background-color css
<style>
a { background-color: #E2040E; }
a { background-color: rgb(226,4,14); }
div.DivClassName
{
background-color: #E2040E;
}
.BgClassName
{
background-color: #E2040E;
}
</style>
border-color css
<style>
span { border-color: #E2040E; }
span { border-color: rgb(226,4,14); }
td.TdClassName
{
border-color: #E2040E;
}
.TagClassName
{
border-color: #E2040E;
}
</style>