Shades of Venetian Red #E40518
Tints of Venetian Red #E40518
RGB
CMYK
RGB Variations
Color information
#E40518 (or 0xE40518) is known color: Venetian Red. HEX triplet: E4, 05 and 18. RGB value is (228,5,24). Sum of RGB (Red+Green+Blue) = 228+5+24=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E40518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40518 is #1BFAE7. Grayscale: #494949. Windows color (decimal): -1833704 or 1574372. OLE color: 1574372.
HSL color Cylindrical-coordinate representation of color #E40518: hue angle of 354.89º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40518 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.11 |
| HSL | 354.89º | 0.96% | 0.46% | - |
| HSV(B) | 354.89º | 0.98% | 0.89% | - |
| XYZ | 32.21 | 16.67 | 2.38 | - |
| YUV | 73.84 | 99.88 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 24 | 0 | 0.98 | 0.89 | 0.11 | 354.89 | 0.96 | 0.46 |
| Hex | E4 | 5 | 18 | 0 | 62 | 59 | B | 163 | 60 | 2E |
| Octal | 344 | 5 | 30 | 0 | 142 | 131 | 13 | 543 | 140 | 56 |
| Binary | 11100100 | 101 | 11000 | 0 | 1100010 | 1011001 | 1011 | 101100011 | 1100000 | 101110 |
Color Harmonies of #E40518
Complementary color
Monochromatic Colors of #E40518
Black with #E40518
Text Example
Text Example
White with #E40518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40518; }
p { color: rgb(228,5,24); }
H1.HeaderClassName
{
color: #E40518;
}
.AnyTagClassName
{
color: #E40518;
}
</style>
background-color css
<style>
a { background-color: #E40518; }
a { background-color: rgb(228,5,24); }
div.DivClassName
{
background-color: #E40518;
}
.BgClassName
{
background-color: #E40518;
}
</style>
border-color css
<style>
span { border-color: #E40518; }
span { border-color: rgb(228,5,24); }
td.TdClassName
{
border-color: #E40518;
}
.TagClassName
{
border-color: #E40518;
}
</style>