Shades of Venetian Red #E40612
Tints of Venetian Red #E40612
RGB
CMYK
RGB Variations
Color information
#E40612 (or 0xE40612) is known color: Venetian Red. HEX triplet: E4, 06 and 12. RGB value is (228,6,18). Sum of RGB (Red+Green+Blue) = 228+6+18=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E40612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40612 is #1BF9ED. Grayscale: #494949. Windows color (decimal): -1833454 or 1181412. OLE color: 1181412.
HSL color Cylindrical-coordinate representation of color #E40612: hue angle of 356.76º degrees, saturation: 0.95, 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 #E40612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.11 |
| HSL | 356.76º | 0.95% | 0.46% | - |
| HSV(B) | 356.76º | 0.97% | 0.89% | - |
| XYZ | 32.17 | 16.67 | 2.09 | - |
| YUV | 73.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 18 | 0 | 0.97 | 0.92 | 0.11 | 356.76 | 0.95 | 0.46 |
| Hex | E4 | 6 | 12 | 0 | 61 | 5C | B | 165 | 5F | 2E |
| Octal | 344 | 6 | 22 | 0 | 141 | 134 | 13 | 545 | 137 | 56 |
| Binary | 11100100 | 110 | 10010 | 0 | 1100001 | 1011100 | 1011 | 101100101 | 1011111 | 101110 |
Color Harmonies of #E40612
Complementary color
Monochromatic Colors of #E40612
Black with #E40612
Text Example
Text Example
White with #E40612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40612; }
p { color: rgb(228,6,18); }
H1.HeaderClassName
{
color: #E40612;
}
.AnyTagClassName
{
color: #E40612;
}
</style>
background-color css
<style>
a { background-color: #E40612; }
a { background-color: rgb(228,6,18); }
div.DivClassName
{
background-color: #E40612;
}
.BgClassName
{
background-color: #E40612;
}
</style>
border-color css
<style>
span { border-color: #E40612; }
span { border-color: rgb(228,6,18); }
td.TdClassName
{
border-color: #E40612;
}
.TagClassName
{
border-color: #E40612;
}
</style>