Shades of Venetian Red #E3011B
Tints of Venetian Red #E3011B
RGB
CMYK
RGB Variations
Color information
#E3011B (or 0xE3011B) is known color: Venetian Red. HEX triplet: E3, 01 and 1B. RGB value is (227,1,27). Sum of RGB (Red+Green+Blue) = 227+1+27=255 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.02% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 227 - color contains mainly: red. Hex color #E3011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3011B is #1CFEE4. Grayscale: #474747. Windows color (decimal): -1900261 or 1769955. OLE color: 1769955.
HSL color Cylindrical-coordinate representation of color #E3011B: hue angle of 353.1º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.11 |
| HSL | 353.1º | 0.99% | 0.45% | - |
| HSV(B) | 353.1º | 1% | 0.89% | - |
| XYZ | 31.89 | 16.43 | 2.53 | - |
| YUV | 71.54 | 102.87 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 27 | 0 | 1.00 | 0.88 | 0.11 | 353.1 | 0.99 | 0.45 |
| Hex | E3 | 1 | 1B | 0 | 64 | 58 | B | 161 | 63 | 2D |
| Octal | 343 | 1 | 33 | 0 | 144 | 130 | 13 | 541 | 143 | 55 |
| Binary | 11100011 | 1 | 11011 | 0 | 1100100 | 1011000 | 1011 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E3011B
Complementary color
Monochromatic Colors of #E3011B
Black with #E3011B
Text Example
Text Example
White with #E3011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3011B; }
p { color: rgb(227,1,27); }
H1.HeaderClassName
{
color: #E3011B;
}
.AnyTagClassName
{
color: #E3011B;
}
</style>
background-color css
<style>
a { background-color: #E3011B; }
a { background-color: rgb(227,1,27); }
div.DivClassName
{
background-color: #E3011B;
}
.BgClassName
{
background-color: #E3011B;
}
</style>
border-color css
<style>
span { border-color: #E3011B; }
span { border-color: rgb(227,1,27); }
td.TdClassName
{
border-color: #E3011B;
}
.TagClassName
{
border-color: #E3011B;
}
</style>