Shades of Venetian Red #E20510
Tints of Venetian Red #E20510
RGB
CMYK
RGB Variations
Color information
#E20510 (or 0xE20510) is known color: Venetian Red. HEX triplet: E2, 05 and 10. RGB value is (226,5,16). Sum of RGB (Red+Green+Blue) = 226+5+16=247 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.50% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 226 - color contains mainly: red. Hex color #E20510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20510 is #1DFAEF. Grayscale: #484848. Windows color (decimal): -1964784 or 1050082. OLE color: 1050082.
HSL color Cylindrical-coordinate representation of color #E20510: hue angle of 357.01º degrees, saturation: 0.96, 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 #E20510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.11 |
| HSL | 357.01º | 0.96% | 0.45% | - |
| HSV(B) | 357.01º | 0.98% | 0.89% | - |
| XYZ | 31.51 | 16.31 | 1.98 | - |
| YUV | 72.33 | 96.22 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 16 | 0 | 0.98 | 0.93 | 0.11 | 357.01 | 0.96 | 0.45 |
| Hex | E2 | 5 | 10 | 0 | 62 | 5D | B | 165 | 60 | 2D |
| Octal | 342 | 5 | 20 | 0 | 142 | 135 | 13 | 545 | 140 | 55 |
| Binary | 11100010 | 101 | 10000 | 0 | 1100010 | 1011101 | 1011 | 101100101 | 1100000 | 101101 |
Color Harmonies of #E20510
Complementary color
Monochromatic Colors of #E20510
Black with #E20510
Text Example
Text Example
White with #E20510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20510; }
p { color: rgb(226,5,16); }
H1.HeaderClassName
{
color: #E20510;
}
.AnyTagClassName
{
color: #E20510;
}
</style>
background-color css
<style>
a { background-color: #E20510; }
a { background-color: rgb(226,5,16); }
div.DivClassName
{
background-color: #E20510;
}
.BgClassName
{
background-color: #E20510;
}
</style>
border-color css
<style>
span { border-color: #E20510; }
span { border-color: rgb(226,5,16); }
td.TdClassName
{
border-color: #E20510;
}
.TagClassName
{
border-color: #E20510;
}
</style>