Shades of Venetian Red #E40012
Tints of Venetian Red #E40012
RGB
CMYK
RGB Variations
Color information
#E40012 (or 0xE40012) is known color: Venetian Red. HEX triplet: E4, 00 and 12. RGB value is (228,0,18). Sum of RGB (Red+Green+Blue) = 228+0+18=246 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.68% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 228 - color contains mainly: red. Hex color #E40012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40012 is #1BFFED. Grayscale: #464646. Windows color (decimal): -1834990 or 1179876. OLE color: 1179876.
HSL color Cylindrical-coordinate representation of color #E40012: hue angle of 355.26º 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 #E40012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.92 | 0.11 |
| HSL | 355.26º | 1% | 0.45% | - |
| HSV(B) | 355.26º | 1% | 0.89% | - |
| XYZ | 32.1 | 16.54 | 2.07 | - |
| YUV | 70.22 | 98.54 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 18 | 0 | 1 | 0.92 | 0.11 | 355.26 | 1 | 0.45 |
| Hex | E4 | 0 | 12 | 0 | 64 | 5C | B | 163 | 64 | 2D |
| Octal | 344 | 0 | 22 | 0 | 144 | 134 | 13 | 543 | 144 | 55 |
| Binary | 11100100 | 0 | 10010 | 0 | 1100100 | 1011100 | 1011 | 101100011 | 1100100 | 101101 |
Color Harmonies of #E40012
Complementary color
Monochromatic Colors of #E40012
Black with #E40012
Text Example
Text Example
White with #E40012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40012; }
p { color: rgb(228,0,18); }
H1.HeaderClassName
{
color: #E40012;
}
.AnyTagClassName
{
color: #E40012;
}
</style>
background-color css
<style>
a { background-color: #E40012; }
a { background-color: rgb(228,0,18); }
div.DivClassName
{
background-color: #E40012;
}
.BgClassName
{
background-color: #E40012;
}
</style>
border-color css
<style>
span { border-color: #E40012; }
span { border-color: rgb(228,0,18); }
td.TdClassName
{
border-color: #E40012;
}
.TagClassName
{
border-color: #E40012;
}
</style>