Shades of Venetian Red #E40113
Tints of Venetian Red #E40113
RGB
CMYK
RGB Variations
Color information
#E40113 (or 0xE40113) is known color: Venetian Red. HEX triplet: E4, 01 and 13. RGB value is (228,1,19). Sum of RGB (Red+Green+Blue) = 228+1+19=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E40113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40113 is #1BFEEC. Grayscale: #474747. Windows color (decimal): -1834733 or 1245668. OLE color: 1245668.
HSL color Cylindrical-coordinate representation of color #E40113: hue angle of 355.24º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.11 |
| HSL | 355.24º | 0.99% | 0.45% | - |
| HSV(B) | 355.24º | 1% | 0.89% | - |
| XYZ | 32.12 | 16.56 | 2.12 | - |
| YUV | 70.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 19 | 0 | 1.00 | 0.92 | 0.11 | 355.24 | 0.99 | 0.45 |
| Hex | E4 | 1 | 13 | 0 | 64 | 5C | B | 163 | 63 | 2D |
| Octal | 344 | 1 | 23 | 0 | 144 | 134 | 13 | 543 | 143 | 55 |
| Binary | 11100100 | 1 | 10011 | 0 | 1100100 | 1011100 | 1011 | 101100011 | 1100011 | 101101 |
Color Harmonies of #E40113
Complementary color
Monochromatic Colors of #E40113
Black with #E40113
Text Example
Text Example
White with #E40113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40113; }
p { color: rgb(228,1,19); }
H1.HeaderClassName
{
color: #E40113;
}
.AnyTagClassName
{
color: #E40113;
}
</style>
background-color css
<style>
a { background-color: #E40113; }
a { background-color: rgb(228,1,19); }
div.DivClassName
{
background-color: #E40113;
}
.BgClassName
{
background-color: #E40113;
}
</style>
border-color css
<style>
span { border-color: #E40113; }
span { border-color: rgb(228,1,19); }
td.TdClassName
{
border-color: #E40113;
}
.TagClassName
{
border-color: #E40113;
}
</style>