Shades of Venetian Red #E3020B
Tints of Venetian Red #E3020B
RGB
CMYK
RGB Variations
Color information
#E3020B (or 0xE3020B) is known color: Venetian Red. HEX triplet: E3, 02 and 0B. RGB value is (227,2,11). Sum of RGB (Red+Green+Blue) = 227+2+11=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E3020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3020B is #1CFDF4. Grayscale: #464646. Windows color (decimal): -1900021 or 721635. OLE color: 721635.
HSL color Cylindrical-coordinate representation of color #E3020B: hue angle of 357.6º 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 #E3020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.6º | 0.98% | 0.45% | - |
| HSV(B) | 357.6º | 0.99% | 0.89% | - |
| XYZ | 31.76 | 16.4 | 1.81 | - |
| YUV | 70.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 11 | 0 | 0.99 | 0.95 | 0.11 | 357.6 | 0.98 | 0.45 |
| Hex | E3 | 2 | B | 0 | 63 | 5F | B | 166 | 62 | 2D |
| Octal | 343 | 2 | 13 | 0 | 143 | 137 | 13 | 546 | 142 | 55 |
| Binary | 11100011 | 10 | 1011 | 0 | 1100011 | 1011111 | 1011 | 101100110 | 1100010 | 101101 |
Color Harmonies of #E3020B
Complementary color
Monochromatic Colors of #E3020B
Black with #E3020B
Text Example
Text Example
White with #E3020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3020B; }
p { color: rgb(227,2,11); }
H1.HeaderClassName
{
color: #E3020B;
}
.AnyTagClassName
{
color: #E3020B;
}
</style>
background-color css
<style>
a { background-color: #E3020B; }
a { background-color: rgb(227,2,11); }
div.DivClassName
{
background-color: #E3020B;
}
.BgClassName
{
background-color: #E3020B;
}
</style>
border-color css
<style>
span { border-color: #E3020B; }
span { border-color: rgb(227,2,11); }
td.TdClassName
{
border-color: #E3020B;
}
.TagClassName
{
border-color: #E3020B;
}
</style>