Shades of Venetian Red #E40514
Tints of Venetian Red #E40514
RGB
CMYK
RGB Variations
Color information
#E40514 (or 0xE40514) is known color: Venetian Red. HEX triplet: E4, 05 and 14. RGB value is (228,5,20). Sum of RGB (Red+Green+Blue) = 228+5+20=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40514 is #1BFAEB. Grayscale: #494949. Windows color (decimal): -1833708 or 1312228. OLE color: 1312228.
HSL color Cylindrical-coordinate representation of color #E40514: hue angle of 355.96º 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 #E40514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.11 |
| HSL | 355.96º | 0.96% | 0.46% | - |
| HSV(B) | 355.96º | 0.98% | 0.89% | - |
| XYZ | 32.18 | 16.65 | 2.18 | - |
| YUV | 73.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 20 | 0 | 0.98 | 0.91 | 0.11 | 355.96 | 0.96 | 0.46 |
| Hex | E4 | 5 | 14 | 0 | 62 | 5B | B | 164 | 60 | 2E |
| Octal | 344 | 5 | 24 | 0 | 142 | 133 | 13 | 544 | 140 | 56 |
| Binary | 11100100 | 101 | 10100 | 0 | 1100010 | 1011011 | 1011 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E40514
Complementary color
Monochromatic Colors of #E40514
Black with #E40514
Text Example
Text Example
White with #E40514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40514; }
p { color: rgb(228,5,20); }
H1.HeaderClassName
{
color: #E40514;
}
.AnyTagClassName
{
color: #E40514;
}
</style>
background-color css
<style>
a { background-color: #E40514; }
a { background-color: rgb(228,5,20); }
div.DivClassName
{
background-color: #E40514;
}
.BgClassName
{
background-color: #E40514;
}
</style>
border-color css
<style>
span { border-color: #E40514; }
span { border-color: rgb(228,5,20); }
td.TdClassName
{
border-color: #E40514;
}
.TagClassName
{
border-color: #E40514;
}
</style>