Shades of Venetian Red #E2010E
Tints of Venetian Red #E2010E
RGB
CMYK
RGB Variations
Color information
#E2010E (or 0xE2010E) is known color: Venetian Red. HEX triplet: E2, 01 and 0E. RGB value is (226,1,14). Sum of RGB (Red+Green+Blue) = 226+1+14=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E2010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2010E is #1DFEF1. Grayscale: #454545. Windows color (decimal): -1965810 or 917986. OLE color: 917986.
HSL color Cylindrical-coordinate representation of color #E2010E: hue angle of 356.53º 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 #E2010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.11 |
| HSL | 356.53º | 0.99% | 0.45% | - |
| HSV(B) | 356.53º | 1% | 0.89% | - |
| XYZ | 31.45 | 16.22 | 1.89 | - |
| YUV | 69.76 | 96.54 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 14 | 0 | 1.00 | 0.94 | 0.11 | 356.53 | 0.99 | 0.45 |
| Hex | E2 | 1 | E | 0 | 64 | 5E | B | 165 | 63 | 2D |
| Octal | 342 | 1 | 16 | 0 | 144 | 136 | 13 | 545 | 143 | 55 |
| Binary | 11100010 | 1 | 1110 | 0 | 1100100 | 1011110 | 1011 | 101100101 | 1100011 | 101101 |
Color Harmonies of #E2010E
Complementary color
Monochromatic Colors of #E2010E
Black with #E2010E
Text Example
Text Example
White with #E2010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2010E; }
p { color: rgb(226,1,14); }
H1.HeaderClassName
{
color: #E2010E;
}
.AnyTagClassName
{
color: #E2010E;
}
</style>
background-color css
<style>
a { background-color: #E2010E; }
a { background-color: rgb(226,1,14); }
div.DivClassName
{
background-color: #E2010E;
}
.BgClassName
{
background-color: #E2010E;
}
</style>
border-color css
<style>
span { border-color: #E2010E; }
span { border-color: rgb(226,1,14); }
td.TdClassName
{
border-color: #E2010E;
}
.TagClassName
{
border-color: #E2010E;
}
</style>