Shades of Venetian Red #E20711
Tints of Venetian Red #E20711
RGB
CMYK
RGB Variations
Color information
#E20711 (or 0xE20711) is known color: Venetian Red. HEX triplet: E2, 07 and 11. RGB value is (226,7,17). Sum of RGB (Red+Green+Blue) = 226+7+17=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E20711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20711 is #1DF8EE. Grayscale: #494949. Windows color (decimal): -1964271 or 1116130. OLE color: 1116130.
HSL color Cylindrical-coordinate representation of color #E20711: hue angle of 357.26º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.11 |
| HSL | 357.26º | 0.94% | 0.46% | - |
| HSV(B) | 357.26º | 0.97% | 0.89% | - |
| XYZ | 31.54 | 16.36 | 2.03 | - |
| YUV | 73.62 | 96.05 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 17 | 0 | 0.97 | 0.92 | 0.11 | 357.26 | 0.94 | 0.46 |
| Hex | E2 | 7 | 11 | 0 | 61 | 5C | B | 165 | 5E | 2E |
| Octal | 342 | 7 | 21 | 0 | 141 | 134 | 13 | 545 | 136 | 56 |
| Binary | 11100010 | 111 | 10001 | 0 | 1100001 | 1011100 | 1011 | 101100101 | 1011110 | 101110 |
Color Harmonies of #E20711
Complementary color
Monochromatic Colors of #E20711
Black with #E20711
Text Example
Text Example
White with #E20711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20711; }
p { color: rgb(226,7,17); }
H1.HeaderClassName
{
color: #E20711;
}
.AnyTagClassName
{
color: #E20711;
}
</style>
background-color css
<style>
a { background-color: #E20711; }
a { background-color: rgb(226,7,17); }
div.DivClassName
{
background-color: #E20711;
}
.BgClassName
{
background-color: #E20711;
}
</style>
border-color css
<style>
span { border-color: #E20711; }
span { border-color: rgb(226,7,17); }
td.TdClassName
{
border-color: #E20711;
}
.TagClassName
{
border-color: #E20711;
}
</style>