Shades of Venetian Red #E5011B
Tints of Venetian Red #E5011B
RGB
CMYK
RGB Variations
Color information
#E5011B (or 0xE5011B) is known color: Venetian Red. HEX triplet: E5, 01 and 1B. RGB value is (229,1,27). Sum of RGB (Red+Green+Blue) = 229+1+27=257 (34% of max value = 765). Red value is 229 (89.84% from 255 or 89.11% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 229 - color contains mainly: red. Hex color #E5011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5011B is #1AFEE4. Grayscale: #484848. Windows color (decimal): -1769189 or 1769957. OLE color: 1769957.
HSL color Cylindrical-coordinate representation of color #E5011B: hue angle of 353.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.10 |
| HSL | 353.16º | 0.99% | 0.45% | - |
| HSV(B) | 353.16º | 1% | 0.9% | - |
| XYZ | 32.52 | 16.76 | 2.56 | - |
| YUV | 72.14 | 102.54 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 27 | 0 | 1.00 | 0.88 | 0.10 | 353.16 | 0.99 | 0.45 |
| Hex | E5 | 1 | 1B | 0 | 64 | 58 | A | 161 | 63 | 2D |
| Octal | 345 | 1 | 33 | 0 | 144 | 130 | 12 | 541 | 143 | 55 |
| Binary | 11100101 | 1 | 11011 | 0 | 1100100 | 1011000 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E5011B
Complementary color
Monochromatic Colors of #E5011B
Black with #E5011B
Text Example
Text Example
White with #E5011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5011B; }
p { color: rgb(229,1,27); }
H1.HeaderClassName
{
color: #E5011B;
}
.AnyTagClassName
{
color: #E5011B;
}
</style>
background-color css
<style>
a { background-color: #E5011B; }
a { background-color: rgb(229,1,27); }
div.DivClassName
{
background-color: #E5011B;
}
.BgClassName
{
background-color: #E5011B;
}
</style>
border-color css
<style>
span { border-color: #E5011B; }
span { border-color: rgb(229,1,27); }
td.TdClassName
{
border-color: #E5011B;
}
.TagClassName
{
border-color: #E5011B;
}
</style>