Shades of Venetian Red #E50311
Tints of Venetian Red #E50311
RGB
CMYK
RGB Variations
Color information
#E50311 (or 0xE50311) is known color: Venetian Red. HEX triplet: E5, 03 and 11. RGB value is (229,3,17). Sum of RGB (Red+Green+Blue) = 229+3+17=249 (32% of max value = 765). Red value is 229 (89.84% from 255 or 91.97% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 229 - color contains mainly: red. Hex color #E50311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50311 is #1AFCEE. Grayscale: #484848. Windows color (decimal): -1768687 or 1115109. OLE color: 1115109.
HSL color Cylindrical-coordinate representation of color #E50311: hue angle of 356.28º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.10 |
| HSL | 356.28º | 0.97% | 0.45% | - |
| HSV(B) | 356.28º | 0.99% | 0.9% | - |
| XYZ | 32.45 | 16.76 | 2.06 | - |
| YUV | 72.17 | 96.87 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 17 | 0 | 0.99 | 0.93 | 0.10 | 356.28 | 0.97 | 0.45 |
| Hex | E5 | 3 | 11 | 0 | 63 | 5D | A | 164 | 61 | 2D |
| Octal | 345 | 3 | 21 | 0 | 143 | 135 | 12 | 544 | 141 | 55 |
| Binary | 11100101 | 11 | 10001 | 0 | 1100011 | 1011101 | 1010 | 101100100 | 1100001 | 101101 |
Color Harmonies of #E50311
Complementary color
Monochromatic Colors of #E50311
Black with #E50311
Text Example
Text Example
White with #E50311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50311; }
p { color: rgb(229,3,17); }
H1.HeaderClassName
{
color: #E50311;
}
.AnyTagClassName
{
color: #E50311;
}
</style>
background-color css
<style>
a { background-color: #E50311; }
a { background-color: rgb(229,3,17); }
div.DivClassName
{
background-color: #E50311;
}
.BgClassName
{
background-color: #E50311;
}
</style>
border-color css
<style>
span { border-color: #E50311; }
span { border-color: rgb(229,3,17); }
td.TdClassName
{
border-color: #E50311;
}
.TagClassName
{
border-color: #E50311;
}
</style>