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