Shades of Venetian Red #E40018
Tints of Venetian Red #E40018
RGB
CMYK
RGB Variations
Color information
#E40018 (or 0xE40018) is known color: Venetian Red. HEX triplet: E4, 00 and 18. RGB value is (228,0,24). Sum of RGB (Red+Green+Blue) = 228+0+24=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E40018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40018 is #1BFFE7. Grayscale: #474747. Windows color (decimal): -1834984 or 1573092. OLE color: 1573092.
HSL color Cylindrical-coordinate representation of color #E40018: hue angle of 353.68º 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 #E40018 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.89 | 0.11 |
| HSL | 353.68º | 1% | 0.45% | - |
| HSV(B) | 353.68º | 1% | 0.89% | - |
| XYZ | 32.16 | 16.56 | 2.37 | - |
| YUV | 70.91 | 101.54 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 24 | 0 | 1 | 0.89 | 0.11 | 353.68 | 1 | 0.45 |
| Hex | E4 | 0 | 18 | 0 | 64 | 59 | B | 162 | 64 | 2D |
| Octal | 344 | 0 | 30 | 0 | 144 | 131 | 13 | 542 | 144 | 55 |
| Binary | 11100100 | 0 | 11000 | 0 | 1100100 | 1011001 | 1011 | 101100010 | 1100100 | 101101 |
Color Harmonies of #E40018
Complementary color
Monochromatic Colors of #E40018
Black with #E40018
Text Example
Text Example
White with #E40018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40018; }
p { color: rgb(228,0,24); }
H1.HeaderClassName
{
color: #E40018;
}
.AnyTagClassName
{
color: #E40018;
}
</style>
background-color css
<style>
a { background-color: #E40018; }
a { background-color: rgb(228,0,24); }
div.DivClassName
{
background-color: #E40018;
}
.BgClassName
{
background-color: #E40018;
}
</style>
border-color css
<style>
span { border-color: #E40018; }
span { border-color: rgb(228,0,24); }
td.TdClassName
{
border-color: #E40018;
}
.TagClassName
{
border-color: #E40018;
}
</style>