Shades of Venetian Red #E40712
Tints of Venetian Red #E40712
RGB
CMYK
RGB Variations
Color information
#E40712 (or 0xE40712) is known color: Venetian Red. HEX triplet: E4, 07 and 12. RGB value is (228,7,18). Sum of RGB (Red+Green+Blue) = 228+7+18=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40712 is #1BF8ED. Grayscale: #4A4A4A. Windows color (decimal): -1833198 or 1181668. OLE color: 1181668.
HSL color Cylindrical-coordinate representation of color #E40712: hue angle of 357.01º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.11 |
| HSL | 357.01º | 0.94% | 0.46% | - |
| HSV(B) | 357.01º | 0.97% | 0.89% | - |
| XYZ | 32.18 | 16.69 | 2.1 | - |
| YUV | 74.33 | 96.22 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 18 | 0 | 0.97 | 0.92 | 0.11 | 357.01 | 0.94 | 0.46 |
| Hex | E4 | 7 | 12 | 0 | 61 | 5C | B | 165 | 5E | 2E |
| Octal | 344 | 7 | 22 | 0 | 141 | 134 | 13 | 545 | 136 | 56 |
| Binary | 11100100 | 111 | 10010 | 0 | 1100001 | 1011100 | 1011 | 101100101 | 1011110 | 101110 |
Color Harmonies of #E40712
Complementary color
Monochromatic Colors of #E40712
Black with #E40712
Text Example
Text Example
White with #E40712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40712; }
p { color: rgb(228,7,18); }
H1.HeaderClassName
{
color: #E40712;
}
.AnyTagClassName
{
color: #E40712;
}
</style>
background-color css
<style>
a { background-color: #E40712; }
a { background-color: rgb(228,7,18); }
div.DivClassName
{
background-color: #E40712;
}
.BgClassName
{
background-color: #E40712;
}
</style>
border-color css
<style>
span { border-color: #E40712; }
span { border-color: rgb(228,7,18); }
td.TdClassName
{
border-color: #E40712;
}
.TagClassName
{
border-color: #E40712;
}
</style>