Shades of Venetian Red #E2020B
Tints of Venetian Red #E2020B
RGB
CMYK
RGB Variations
Color information
#E2020B (or 0xE2020B) is known color: Venetian Red. HEX triplet: E2, 02 and 0B. RGB value is (226,2,11). Sum of RGB (Red+Green+Blue) = 226+2+11=239 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.56% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 226 - color contains mainly: red. Hex color #E2020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2020B is #1DFDF4. Grayscale: #464646. Windows color (decimal): -1965557 or 721634. OLE color: 721634.
HSL color Cylindrical-coordinate representation of color #E2020B: hue angle of 357.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.59º | 0.98% | 0.45% | - |
| HSV(B) | 357.59º | 0.99% | 0.89% | - |
| XYZ | 31.45 | 16.24 | 1.79 | - |
| YUV | 70 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 11 | 0 | 0.99 | 0.95 | 0.11 | 357.59 | 0.98 | 0.45 |
| Hex | E2 | 2 | B | 0 | 63 | 5F | B | 166 | 62 | 2D |
| Octal | 342 | 2 | 13 | 0 | 143 | 137 | 13 | 546 | 142 | 55 |
| Binary | 11100010 | 10 | 1011 | 0 | 1100011 | 1011111 | 1011 | 101100110 | 1100010 | 101101 |
Color Harmonies of #E2020B
Complementary color
Monochromatic Colors of #E2020B
Black with #E2020B
Text Example
Text Example
White with #E2020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2020B; }
p { color: rgb(226,2,11); }
H1.HeaderClassName
{
color: #E2020B;
}
.AnyTagClassName
{
color: #E2020B;
}
</style>
background-color css
<style>
a { background-color: #E2020B; }
a { background-color: rgb(226,2,11); }
div.DivClassName
{
background-color: #E2020B;
}
.BgClassName
{
background-color: #E2020B;
}
</style>
border-color css
<style>
span { border-color: #E2020B; }
span { border-color: rgb(226,2,11); }
td.TdClassName
{
border-color: #E2020B;
}
.TagClassName
{
border-color: #E2020B;
}
</style>