Shades of Venetian Red #E10411
Tints of Venetian Red #E10411
RGB
CMYK
RGB Variations
Color information
#E10411 (or 0xE10411) is known color: Venetian Red. HEX triplet: E1, 04 and 11. RGB value is (225,4,17). Sum of RGB (Red+Green+Blue) = 225+4+17=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E10411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10411 is #1EFBEE. Grayscale: #474747. Windows color (decimal): -2030575 or 1115361. OLE color: 1115361.
HSL color Cylindrical-coordinate representation of color #E10411: hue angle of 356.47º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.12 |
| HSL | 356.47º | 0.97% | 0.45% | - |
| HSV(B) | 356.47º | 0.98% | 0.88% | - |
| XYZ | 31.2 | 16.13 | 2 | - |
| YUV | 71.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 17 | 0 | 0.98 | 0.92 | 0.12 | 356.47 | 0.97 | 0.45 |
| Hex | E1 | 4 | 11 | 0 | 62 | 5C | C | 164 | 61 | 2D |
| Octal | 341 | 4 | 21 | 0 | 142 | 134 | 14 | 544 | 141 | 55 |
| Binary | 11100001 | 100 | 10001 | 0 | 1100010 | 1011100 | 1100 | 101100100 | 1100001 | 101101 |
Color Harmonies of #E10411
Complementary color
Monochromatic Colors of #E10411
Black with #E10411
Text Example
Text Example
White with #E10411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10411; }
p { color: rgb(225,4,17); }
H1.HeaderClassName
{
color: #E10411;
}
.AnyTagClassName
{
color: #E10411;
}
</style>
background-color css
<style>
a { background-color: #E10411; }
a { background-color: rgb(225,4,17); }
div.DivClassName
{
background-color: #E10411;
}
.BgClassName
{
background-color: #E10411;
}
</style>
border-color css
<style>
span { border-color: #E10411; }
span { border-color: rgb(225,4,17); }
td.TdClassName
{
border-color: #E10411;
}
.TagClassName
{
border-color: #E10411;
}
</style>