Shades of Venetian Red #E5011E
Tints of Venetian Red #E5011E
RGB
CMYK
RGB Variations
Color information
#E5011E (or 0xE5011E) is known color: Venetian Red. HEX triplet: E5, 01 and 1E. RGB value is (229,1,30). Sum of RGB (Red+Green+Blue) = 229+1+30=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5011E is #1AFEE1. Grayscale: #484848. Windows color (decimal): -1769186 or 1966565. OLE color: 1966565.
HSL color Cylindrical-coordinate representation of color #E5011E: hue angle of 352.37º 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 #E5011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.10 |
| HSL | 352.37º | 0.99% | 0.45% | - |
| HSV(B) | 352.37º | 1% | 0.9% | - |
| XYZ | 32.56 | 16.77 | 2.75 | - |
| YUV | 72.48 | 104.04 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 30 | 0 | 1.00 | 0.87 | 0.10 | 352.37 | 0.99 | 0.45 |
| Hex | E5 | 1 | 1E | 0 | 64 | 57 | A | 160 | 63 | 2D |
| Octal | 345 | 1 | 36 | 0 | 144 | 127 | 12 | 540 | 143 | 55 |
| Binary | 11100101 | 1 | 11110 | 0 | 1100100 | 1010111 | 1010 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E5011E
Complementary color
Monochromatic Colors of #E5011E
Black with #E5011E
Text Example
Text Example
White with #E5011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5011E; }
p { color: rgb(229,1,30); }
H1.HeaderClassName
{
color: #E5011E;
}
.AnyTagClassName
{
color: #E5011E;
}
</style>
background-color css
<style>
a { background-color: #E5011E; }
a { background-color: rgb(229,1,30); }
div.DivClassName
{
background-color: #E5011E;
}
.BgClassName
{
background-color: #E5011E;
}
</style>
border-color css
<style>
span { border-color: #E5011E; }
span { border-color: rgb(229,1,30); }
td.TdClassName
{
border-color: #E5011E;
}
.TagClassName
{
border-color: #E5011E;
}
</style>