Shades of Venetian Red #E2001F
Tints of Venetian Red #E2001F
RGB
CMYK
RGB Variations
Color information
#E2001F (or 0xE2001F) is known color: Venetian Red. HEX triplet: E2, 00 and 1F. RGB value is (226,0,31). Sum of RGB (Red+Green+Blue) = 226+0+31=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001F is #1DFFE0. Grayscale: #474747. Windows color (decimal): -1966049 or 2031842. OLE color: 2031842.
HSL color Cylindrical-coordinate representation of color #E2001F: hue angle of 351.77º 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 #E2001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.11 |
| HSL | 351.77º | 1% | 0.44% | - |
| HSV(B) | 351.77º | 1% | 0.89% | - |
| XYZ | 31.61 | 16.27 | 2.77 | - |
| YUV | 71.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 31 | 0 | 1 | 0.86 | 0.11 | 351.77 | 1 | 0.44 |
| Hex | E2 | 0 | 1F | 0 | 64 | 56 | B | 160 | 64 | 2C |
| Octal | 342 | 0 | 37 | 0 | 144 | 126 | 13 | 540 | 144 | 54 |
| Binary | 11100010 | 0 | 11111 | 0 | 1100100 | 1010110 | 1011 | 101100000 | 1100100 | 101100 |
Color Harmonies of #E2001F
Complementary color
Monochromatic Colors of #E2001F
Black with #E2001F
Text Example
Text Example
White with #E2001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2001F; }
p { color: rgb(226,0,31); }
H1.HeaderClassName
{
color: #E2001F;
}
.AnyTagClassName
{
color: #E2001F;
}
</style>
background-color css
<style>
a { background-color: #E2001F; }
a { background-color: rgb(226,0,31); }
div.DivClassName
{
background-color: #E2001F;
}
.BgClassName
{
background-color: #E2001F;
}
</style>
border-color css
<style>
span { border-color: #E2001F; }
span { border-color: rgb(226,0,31); }
td.TdClassName
{
border-color: #E2001F;
}
.TagClassName
{
border-color: #E2001F;
}
</style>