Shades of Venetian Red #E40512
Tints of Venetian Red #E40512
RGB
CMYK
RGB Variations
Color information
#E40512 (or 0xE40512) is known color: Venetian Red. HEX triplet: E4, 05 and 12. RGB value is (228,5,18). Sum of RGB (Red+Green+Blue) = 228+5+18=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E40512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40512 is #1BFAED. Grayscale: #494949. Windows color (decimal): -1833710 or 1181156. OLE color: 1181156.
HSL color Cylindrical-coordinate representation of color #E40512: hue angle of 356.5º 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 #E40512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.11 |
| HSL | 356.5º | 0.96% | 0.46% | - |
| HSV(B) | 356.5º | 0.98% | 0.89% | - |
| XYZ | 32.16 | 16.65 | 2.09 | - |
| YUV | 73.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 18 | 0 | 0.98 | 0.92 | 0.11 | 356.5 | 0.96 | 0.46 |
| Hex | E4 | 5 | 12 | 0 | 62 | 5C | B | 165 | 60 | 2E |
| Octal | 344 | 5 | 22 | 0 | 142 | 134 | 13 | 545 | 140 | 56 |
| Binary | 11100100 | 101 | 10010 | 0 | 1100010 | 1011100 | 1011 | 101100101 | 1100000 | 101110 |
Color Harmonies of #E40512
Complementary color
Monochromatic Colors of #E40512
Black with #E40512
Text Example
Text Example
White with #E40512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40512; }
p { color: rgb(228,5,18); }
H1.HeaderClassName
{
color: #E40512;
}
.AnyTagClassName
{
color: #E40512;
}
</style>
background-color css
<style>
a { background-color: #E40512; }
a { background-color: rgb(228,5,18); }
div.DivClassName
{
background-color: #E40512;
}
.BgClassName
{
background-color: #E40512;
}
</style>
border-color css
<style>
span { border-color: #E40512; }
span { border-color: rgb(228,5,18); }
td.TdClassName
{
border-color: #E40512;
}
.TagClassName
{
border-color: #E40512;
}
</style>