Shades of Venetian Red #E10811
Tints of Venetian Red #E10811
RGB
CMYK
RGB Variations
Color information
#E10811 (or 0xE10811) is known color: Venetian Red. HEX triplet: E1, 08 and 11. RGB value is (225,8,17). Sum of RGB (Red+Green+Blue) = 225+8+17=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10811 is #1EF7EE. Grayscale: #4A4A4A. Windows color (decimal): -2029551 or 1116385. OLE color: 1116385.
HSL color Cylindrical-coordinate representation of color #E10811: hue angle of 357.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.12 |
| HSL | 357.51º | 0.93% | 0.46% | - |
| HSV(B) | 357.51º | 0.96% | 0.88% | - |
| XYZ | 31.24 | 16.22 | 2.01 | - |
| YUV | 73.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 17 | 0 | 0.96 | 0.92 | 0.12 | 357.51 | 0.93 | 0.46 |
| Hex | E1 | 8 | 11 | 0 | 60 | 5C | C | 166 | 5D | 2E |
| Octal | 341 | 10 | 21 | 0 | 140 | 134 | 14 | 546 | 135 | 56 |
| Binary | 11100001 | 1000 | 10001 | 0 | 1100000 | 1011100 | 1100 | 101100110 | 1011101 | 101110 |
Color Harmonies of #E10811
Complementary color
Monochromatic Colors of #E10811
Black with #E10811
Text Example
Text Example
White with #E10811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10811; }
p { color: rgb(225,8,17); }
H1.HeaderClassName
{
color: #E10811;
}
.AnyTagClassName
{
color: #E10811;
}
</style>
background-color css
<style>
a { background-color: #E10811; }
a { background-color: rgb(225,8,17); }
div.DivClassName
{
background-color: #E10811;
}
.BgClassName
{
background-color: #E10811;
}
</style>
border-color css
<style>
span { border-color: #E10811; }
span { border-color: rgb(225,8,17); }
td.TdClassName
{
border-color: #E10811;
}
.TagClassName
{
border-color: #E10811;
}
</style>