Shades of Venetian Red #E20010
Tints of Venetian Red #E20010
RGB
CMYK
RGB Variations
Color information
#E20010 (or 0xE20010) is known color: Venetian Red. HEX triplet: E2, 00 and 10. RGB value is (226,0,16). Sum of RGB (Red+Green+Blue) = 226+0+16=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E20010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20010 is #1DFFEF. Grayscale: #454545. Windows color (decimal): -1966064 or 1048802. OLE color: 1048802.
HSL color Cylindrical-coordinate representation of color #E20010: hue angle of 355.75º 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 #E20010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.11 |
| HSL | 355.75º | 1% | 0.44% | - |
| HSV(B) | 355.75º | 1% | 0.89% | - |
| XYZ | 31.46 | 16.21 | 1.96 | - |
| YUV | 69.4 | 97.87 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 16 | 0 | 1 | 0.93 | 0.11 | 355.75 | 1 | 0.44 |
| Hex | E2 | 0 | 10 | 0 | 64 | 5D | B | 164 | 64 | 2C |
| Octal | 342 | 0 | 20 | 0 | 144 | 135 | 13 | 544 | 144 | 54 |
| Binary | 11100010 | 0 | 10000 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100100 | 101100 |
Color Harmonies of #E20010
Complementary color
Monochromatic Colors of #E20010
Black with #E20010
Text Example
Text Example
White with #E20010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20010; }
p { color: rgb(226,0,16); }
H1.HeaderClassName
{
color: #E20010;
}
.AnyTagClassName
{
color: #E20010;
}
</style>
background-color css
<style>
a { background-color: #E20010; }
a { background-color: rgb(226,0,16); }
div.DivClassName
{
background-color: #E20010;
}
.BgClassName
{
background-color: #E20010;
}
</style>
border-color css
<style>
span { border-color: #E20010; }
span { border-color: rgb(226,0,16); }
td.TdClassName
{
border-color: #E20010;
}
.TagClassName
{
border-color: #E20010;
}
</style>