Shades of Venetian Red #E10113
Tints of Venetian Red #E10113
RGB
CMYK
RGB Variations
Color information
#E10113 (or 0xE10113) is known color: Venetian Red. HEX triplet: E1, 01 and 13. RGB value is (225,1,19). Sum of RGB (Red+Green+Blue) = 225+1+19=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10113 is #1EFEEC. Grayscale: #464646. Windows color (decimal): -2031341 or 1245665. OLE color: 1245665.
HSL color Cylindrical-coordinate representation of color #E10113: hue angle of 355.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.12 |
| HSL | 355.18º | 0.99% | 0.44% | - |
| HSV(B) | 355.18º | 1% | 0.88% | - |
| XYZ | 31.18 | 16.08 | 2.08 | - |
| YUV | 70.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 19 | 0 | 1.00 | 0.92 | 0.12 | 355.18 | 0.99 | 0.44 |
| Hex | E1 | 1 | 13 | 0 | 64 | 5C | C | 163 | 63 | 2C |
| Octal | 341 | 1 | 23 | 0 | 144 | 134 | 14 | 543 | 143 | 54 |
| Binary | 11100001 | 1 | 10011 | 0 | 1100100 | 1011100 | 1100 | 101100011 | 1100011 | 101100 |
Color Harmonies of #E10113
Complementary color
Monochromatic Colors of #E10113
Black with #E10113
Text Example
Text Example
White with #E10113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10113; }
p { color: rgb(225,1,19); }
H1.HeaderClassName
{
color: #E10113;
}
.AnyTagClassName
{
color: #E10113;
}
</style>
background-color css
<style>
a { background-color: #E10113; }
a { background-color: rgb(225,1,19); }
div.DivClassName
{
background-color: #E10113;
}
.BgClassName
{
background-color: #E10113;
}
</style>
border-color css
<style>
span { border-color: #E10113; }
span { border-color: rgb(225,1,19); }
td.TdClassName
{
border-color: #E10113;
}
.TagClassName
{
border-color: #E10113;
}
</style>