Shades of Venetian Red #E5020B
Tints of Venetian Red #E5020B
RGB
CMYK
RGB Variations
Color information
#E5020B (or 0xE5020B) is known color: Venetian Red. HEX triplet: E5, 02 and 0B. RGB value is (229,2,11). Sum of RGB (Red+Green+Blue) = 229+2+11=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020B is #1AFDF4. Grayscale: #474747. Windows color (decimal): -1768949 or 721637. OLE color: 721637.
HSL color Cylindrical-coordinate representation of color #E5020B: hue angle of 357.62º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.10 |
| HSL | 357.62º | 0.98% | 0.45% | - |
| HSV(B) | 357.62º | 0.99% | 0.9% | - |
| XYZ | 32.4 | 16.73 | 1.84 | - |
| YUV | 70.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 11 | 0 | 0.99 | 0.95 | 0.10 | 357.62 | 0.98 | 0.45 |
| Hex | E5 | 2 | B | 0 | 63 | 5F | A | 166 | 62 | 2D |
| Octal | 345 | 2 | 13 | 0 | 143 | 137 | 12 | 546 | 142 | 55 |
| Binary | 11100101 | 10 | 1011 | 0 | 1100011 | 1011111 | 1010 | 101100110 | 1100010 | 101101 |
Color Harmonies of #E5020B
Complementary color
Monochromatic Colors of #E5020B
Black with #E5020B
Text Example
Text Example
White with #E5020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5020B; }
p { color: rgb(229,2,11); }
H1.HeaderClassName
{
color: #E5020B;
}
.AnyTagClassName
{
color: #E5020B;
}
</style>
background-color css
<style>
a { background-color: #E5020B; }
a { background-color: rgb(229,2,11); }
div.DivClassName
{
background-color: #E5020B;
}
.BgClassName
{
background-color: #E5020B;
}
</style>
border-color css
<style>
span { border-color: #E5020B; }
span { border-color: rgb(229,2,11); }
td.TdClassName
{
border-color: #E5020B;
}
.TagClassName
{
border-color: #E5020B;
}
</style>