Shades of Venetian Red #E40914
Tints of Venetian Red #E40914
RGB
CMYK
RGB Variations
Color information
#E40914 (or 0xE40914) is known color: Venetian Red. HEX triplet: E4, 09 and 14. RGB value is (228,9,20). Sum of RGB (Red+Green+Blue) = 228+9+20=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E40914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40914 is #1BF6EB. Grayscale: #4B4B4B. Windows color (decimal): -1832684 or 1313252. OLE color: 1313252.
HSL color Cylindrical-coordinate representation of color #E40914: hue angle of 356.99º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40914 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.11 |
| HSL | 356.99º | 0.92% | 0.46% | - |
| HSV(B) | 356.99º | 0.96% | 0.89% | - |
| XYZ | 32.22 | 16.74 | 2.19 | - |
| YUV | 75.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 20 | 0 | 0.96 | 0.91 | 0.11 | 356.99 | 0.92 | 0.46 |
| Hex | E4 | 9 | 14 | 0 | 60 | 5B | B | 165 | 5C | 2E |
| Octal | 344 | 11 | 24 | 0 | 140 | 133 | 13 | 545 | 134 | 56 |
| Binary | 11100100 | 1001 | 10100 | 0 | 1100000 | 1011011 | 1011 | 101100101 | 1011100 | 101110 |
Color Harmonies of #E40914
Complementary color
Monochromatic Colors of #E40914
Black with #E40914
Text Example
Text Example
White with #E40914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40914; }
p { color: rgb(228,9,20); }
H1.HeaderClassName
{
color: #E40914;
}
.AnyTagClassName
{
color: #E40914;
}
</style>
background-color css
<style>
a { background-color: #E40914; }
a { background-color: rgb(228,9,20); }
div.DivClassName
{
background-color: #E40914;
}
.BgClassName
{
background-color: #E40914;
}
</style>
border-color css
<style>
span { border-color: #E40914; }
span { border-color: rgb(228,9,20); }
td.TdClassName
{
border-color: #E40914;
}
.TagClassName
{
border-color: #E40914;
}
</style>