Shades of Venetian Red #E40110
Tints of Venetian Red #E40110
RGB
CMYK
RGB Variations
Color information
#E40110 (or 0xE40110) is known color: Venetian Red. HEX triplet: E4, 01 and 10. RGB value is (228,1,16). Sum of RGB (Red+Green+Blue) = 228+1+16=245 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.06% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 228 - color contains mainly: red. Hex color #E40110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40110 is #1BFEEF. Grayscale: #464646. Windows color (decimal): -1834736 or 1049060. OLE color: 1049060.
HSL color Cylindrical-coordinate representation of color #E40110: hue angle of 356.04º 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 #E40110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.11 |
| HSL | 356.04º | 0.99% | 0.45% | - |
| HSV(B) | 356.04º | 1% | 0.89% | - |
| XYZ | 32.1 | 16.55 | 1.99 | - |
| YUV | 70.58 | 97.21 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 16 | 0 | 1.00 | 0.93 | 0.11 | 356.04 | 0.99 | 0.45 |
| Hex | E4 | 1 | 10 | 0 | 64 | 5D | B | 164 | 63 | 2D |
| Octal | 344 | 1 | 20 | 0 | 144 | 135 | 13 | 544 | 143 | 55 |
| Binary | 11100100 | 1 | 10000 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E40110
Complementary color
Monochromatic Colors of #E40110
Black with #E40110
Text Example
Text Example
White with #E40110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40110; }
p { color: rgb(228,1,16); }
H1.HeaderClassName
{
color: #E40110;
}
.AnyTagClassName
{
color: #E40110;
}
</style>
background-color css
<style>
a { background-color: #E40110; }
a { background-color: rgb(228,1,16); }
div.DivClassName
{
background-color: #E40110;
}
.BgClassName
{
background-color: #E40110;
}
</style>
border-color css
<style>
span { border-color: #E40110; }
span { border-color: rgb(228,1,16); }
td.TdClassName
{
border-color: #E40110;
}
.TagClassName
{
border-color: #E40110;
}
</style>