Shades of Venetian Red #E5011A
Tints of Venetian Red #E5011A
RGB
CMYK
RGB Variations
Color information
#E5011A (or 0xE5011A) is known color: Venetian Red. HEX triplet: E5, 01 and 1A. RGB value is (229,1,26). Sum of RGB (Red+Green+Blue) = 229+1+26=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E5011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5011A is #1AFEE5. Grayscale: #484848. Windows color (decimal): -1769190 or 1704421. OLE color: 1704421.
HSL color Cylindrical-coordinate representation of color #E5011A: hue angle of 353.42º 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 #E5011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.10 |
| HSL | 353.42º | 0.99% | 0.45% | - |
| HSV(B) | 353.42º | 1% | 0.9% | - |
| XYZ | 32.51 | 16.75 | 2.5 | - |
| YUV | 72.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 26 | 0 | 1.00 | 0.89 | 0.10 | 353.42 | 0.99 | 0.45 |
| Hex | E5 | 1 | 1A | 0 | 64 | 59 | A | 161 | 63 | 2D |
| Octal | 345 | 1 | 32 | 0 | 144 | 131 | 12 | 541 | 143 | 55 |
| Binary | 11100101 | 1 | 11010 | 0 | 1100100 | 1011001 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E5011A
Complementary color
Monochromatic Colors of #E5011A
Black with #E5011A
Text Example
Text Example
White with #E5011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5011A; }
p { color: rgb(229,1,26); }
H1.HeaderClassName
{
color: #E5011A;
}
.AnyTagClassName
{
color: #E5011A;
}
</style>
background-color css
<style>
a { background-color: #E5011A; }
a { background-color: rgb(229,1,26); }
div.DivClassName
{
background-color: #E5011A;
}
.BgClassName
{
background-color: #E5011A;
}
</style>
border-color css
<style>
span { border-color: #E5011A; }
span { border-color: rgb(229,1,26); }
td.TdClassName
{
border-color: #E5011A;
}
.TagClassName
{
border-color: #E5011A;
}
</style>