Shades of Venetian Red #E40017
Tints of Venetian Red #E40017
RGB
CMYK
RGB Variations
Color information
#E40017 (or 0xE40017) is known color: Venetian Red. HEX triplet: E4, 00 and 17. RGB value is (228,0,23). Sum of RGB (Red+Green+Blue) = 228+0+23=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E40017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40017 is #1BFFE8. Grayscale: #464646. Windows color (decimal): -1834985 or 1507556. OLE color: 1507556.
HSL color Cylindrical-coordinate representation of color #E40017: hue angle of 353.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.90 | 0.11 |
| HSL | 353.95º | 1% | 0.45% | - |
| HSV(B) | 353.95º | 1% | 0.89% | - |
| XYZ | 32.15 | 16.56 | 2.31 | - |
| YUV | 70.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 23 | 0 | 1 | 0.90 | 0.11 | 353.95 | 1 | 0.45 |
| Hex | E4 | 0 | 17 | 0 | 64 | 5A | B | 162 | 64 | 2D |
| Octal | 344 | 0 | 27 | 0 | 144 | 132 | 13 | 542 | 144 | 55 |
| Binary | 11100100 | 0 | 10111 | 0 | 1100100 | 1011010 | 1011 | 101100010 | 1100100 | 101101 |
Color Harmonies of #E40017
Complementary color
Monochromatic Colors of #E40017
Black with #E40017
Text Example
Text Example
White with #E40017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40017; }
p { color: rgb(228,0,23); }
H1.HeaderClassName
{
color: #E40017;
}
.AnyTagClassName
{
color: #E40017;
}
</style>
background-color css
<style>
a { background-color: #E40017; }
a { background-color: rgb(228,0,23); }
div.DivClassName
{
background-color: #E40017;
}
.BgClassName
{
background-color: #E40017;
}
</style>
border-color css
<style>
span { border-color: #E40017; }
span { border-color: rgb(228,0,23); }
td.TdClassName
{
border-color: #E40017;
}
.TagClassName
{
border-color: #E40017;
}
</style>