Shades of Venetian Red #E40014
Tints of Venetian Red #E40014
RGB
CMYK
RGB Variations
Color information
#E40014 (or 0xE40014) is known color: Venetian Red. HEX triplet: E4, 00 and 14. RGB value is (228,0,20). Sum of RGB (Red+Green+Blue) = 228+0+20=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E40014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40014 is #1BFFEB. Grayscale: #464646. Windows color (decimal): -1834988 or 1310948. OLE color: 1310948.
HSL color Cylindrical-coordinate representation of color #E40014: hue angle of 354.74º 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 #E40014 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.91 | 0.11 |
| HSL | 354.74º | 1% | 0.45% | - |
| HSV(B) | 354.74º | 1% | 0.89% | - |
| XYZ | 32.12 | 16.54 | 2.16 | - |
| YUV | 70.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 20 | 0 | 1 | 0.91 | 0.11 | 354.74 | 1 | 0.45 |
| Hex | E4 | 0 | 14 | 0 | 64 | 5B | B | 163 | 64 | 2D |
| Octal | 344 | 0 | 24 | 0 | 144 | 133 | 13 | 543 | 144 | 55 |
| Binary | 11100100 | 0 | 10100 | 0 | 1100100 | 1011011 | 1011 | 101100011 | 1100100 | 101101 |
Color Harmonies of #E40014
Complementary color
Monochromatic Colors of #E40014
Black with #E40014
Text Example
Text Example
White with #E40014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40014; }
p { color: rgb(228,0,20); }
H1.HeaderClassName
{
color: #E40014;
}
.AnyTagClassName
{
color: #E40014;
}
</style>
background-color css
<style>
a { background-color: #E40014; }
a { background-color: rgb(228,0,20); }
div.DivClassName
{
background-color: #E40014;
}
.BgClassName
{
background-color: #E40014;
}
</style>
border-color css
<style>
span { border-color: #E40014; }
span { border-color: rgb(228,0,20); }
td.TdClassName
{
border-color: #E40014;
}
.TagClassName
{
border-color: #E40014;
}
</style>