Shades of Venetian Red #E20710
Tints of Venetian Red #E20710
RGB
CMYK
RGB Variations
Color information
#E20710 (or 0xE20710) is known color: Venetian Red. HEX triplet: E2, 07 and 10. RGB value is (226,7,16). Sum of RGB (Red+Green+Blue) = 226+7+16=249 (32% of max value = 765). Red value is 226 (88.67% from 255 or 90.76% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 226 - color contains mainly: red. Hex color #E20710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20710 is #1DF8EF. Grayscale: #494949. Windows color (decimal): -1964272 or 1050594. OLE color: 1050594.
HSL color Cylindrical-coordinate representation of color #E20710: hue angle of 357.53º 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 #E20710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.11 |
| HSL | 357.53º | 0.94% | 0.46% | - |
| HSV(B) | 357.53º | 0.97% | 0.89% | - |
| XYZ | 31.53 | 16.36 | 1.99 | - |
| YUV | 73.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 16 | 0 | 0.97 | 0.93 | 0.11 | 357.53 | 0.94 | 0.46 |
| Hex | E2 | 7 | 10 | 0 | 61 | 5D | B | 166 | 5E | 2E |
| Octal | 342 | 7 | 20 | 0 | 141 | 135 | 13 | 546 | 136 | 56 |
| Binary | 11100010 | 111 | 10000 | 0 | 1100001 | 1011101 | 1011 | 101100110 | 1011110 | 101110 |
Color Harmonies of #E20710
Complementary color
Monochromatic Colors of #E20710
Black with #E20710
Text Example
Text Example
White with #E20710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20710; }
p { color: rgb(226,7,16); }
H1.HeaderClassName
{
color: #E20710;
}
.AnyTagClassName
{
color: #E20710;
}
</style>
background-color css
<style>
a { background-color: #E20710; }
a { background-color: rgb(226,7,16); }
div.DivClassName
{
background-color: #E20710;
}
.BgClassName
{
background-color: #E20710;
}
</style>
border-color css
<style>
span { border-color: #E20710; }
span { border-color: rgb(226,7,16); }
td.TdClassName
{
border-color: #E20710;
}
.TagClassName
{
border-color: #E20710;
}
</style>