Shades of Venetian Red #E10913
Tints of Venetian Red #E10913
RGB
CMYK
RGB Variations
Color information
#E10913 (or 0xE10913) is known color: Venetian Red. HEX triplet: E1, 09 and 13. RGB value is (225,9,19). Sum of RGB (Red+Green+Blue) = 225+9+19=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E10913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10913 is #1EF6EC. Grayscale: #4A4A4A. Windows color (decimal): -2029293 or 1247713. OLE color: 1247713.
HSL color Cylindrical-coordinate representation of color #E10913: hue angle of 357.22º degrees, saturation: 0.92, 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 #E10913 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.12 |
| HSL | 357.22º | 0.92% | 0.46% | - |
| HSV(B) | 357.22º | 0.96% | 0.88% | - |
| XYZ | 31.27 | 16.25 | 2.1 | - |
| YUV | 74.72 | 96.56 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 19 | 0 | 0.96 | 0.92 | 0.12 | 357.22 | 0.92 | 0.46 |
| Hex | E1 | 9 | 13 | 0 | 60 | 5C | C | 165 | 5C | 2E |
| Octal | 341 | 11 | 23 | 0 | 140 | 134 | 14 | 545 | 134 | 56 |
| Binary | 11100001 | 1001 | 10011 | 0 | 1100000 | 1011100 | 1100 | 101100101 | 1011100 | 101110 |
Color Harmonies of #E10913
Complementary color
Monochromatic Colors of #E10913
Black with #E10913
Text Example
Text Example
White with #E10913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10913; }
p { color: rgb(225,9,19); }
H1.HeaderClassName
{
color: #E10913;
}
.AnyTagClassName
{
color: #E10913;
}
</style>
background-color css
<style>
a { background-color: #E10913; }
a { background-color: rgb(225,9,19); }
div.DivClassName
{
background-color: #E10913;
}
.BgClassName
{
background-color: #E10913;
}
</style>
border-color css
<style>
span { border-color: #E10913; }
span { border-color: rgb(225,9,19); }
td.TdClassName
{
border-color: #E10913;
}
.TagClassName
{
border-color: #E10913;
}
</style>