Shades of Venetian Red #E50017
Tints of Venetian Red #E50017
RGB
CMYK
RGB Variations
Color information
#E50017 (or 0xE50017) is known color: Venetian Red. HEX triplet: E5, 00 and 17. RGB value is (229,0,23). Sum of RGB (Red+Green+Blue) = 229+0+23=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50017 is #1AFFE8. Grayscale: #474747. Windows color (decimal): -1769449 or 1507557. OLE color: 1507557.
HSL color Cylindrical-coordinate representation of color #E50017: hue angle of 353.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.90 | 0.10 |
| HSL | 353.97º | 1% | 0.45% | - |
| HSV(B) | 353.97º | 1% | 0.9% | - |
| XYZ | 32.47 | 16.72 | 2.33 | - |
| YUV | 71.09 | 100.87 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 23 | 0 | 1 | 0.90 | 0.10 | 353.97 | 1 | 0.45 |
| Hex | E5 | 0 | 17 | 0 | 64 | 5A | A | 162 | 64 | 2D |
| Octal | 345 | 0 | 27 | 0 | 144 | 132 | 12 | 542 | 144 | 55 |
| Binary | 11100101 | 0 | 10111 | 0 | 1100100 | 1011010 | 1010 | 101100010 | 1100100 | 101101 |
Color Harmonies of #E50017
Complementary color
Monochromatic Colors of #E50017
Black with #E50017
Text Example
Text Example
White with #E50017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50017; }
p { color: rgb(229,0,23); }
H1.HeaderClassName
{
color: #E50017;
}
.AnyTagClassName
{
color: #E50017;
}
</style>
background-color css
<style>
a { background-color: #E50017; }
a { background-color: rgb(229,0,23); }
div.DivClassName
{
background-color: #E50017;
}
.BgClassName
{
background-color: #E50017;
}
</style>
border-color css
<style>
span { border-color: #E50017; }
span { border-color: rgb(229,0,23); }
td.TdClassName
{
border-color: #E50017;
}
.TagClassName
{
border-color: #E50017;
}
</style>