Shades of Venetian Red #E1011E
Tints of Venetian Red #E1011E
RGB
CMYK
RGB Variations
Color information
#E1011E (or 0xE1011E) is known color: Venetian Red. HEX triplet: E1, 01 and 1E. RGB value is (225,1,30). Sum of RGB (Red+Green+Blue) = 225+1+30=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1011E is #1EFEE1. Grayscale: #474747. Windows color (decimal): -2031330 or 1966561. OLE color: 1966561.
HSL color Cylindrical-coordinate representation of color #E1011E: hue angle of 352.23º 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 #E1011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.12 |
| HSL | 352.23º | 0.99% | 0.44% | - |
| HSV(B) | 352.23º | 1% | 0.88% | - |
| XYZ | 31.3 | 16.12 | 2.69 | - |
| YUV | 71.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 30 | 0 | 1.00 | 0.87 | 0.12 | 352.23 | 0.99 | 0.44 |
| Hex | E1 | 1 | 1E | 0 | 64 | 57 | C | 160 | 63 | 2C |
| Octal | 341 | 1 | 36 | 0 | 144 | 127 | 14 | 540 | 143 | 54 |
| Binary | 11100001 | 1 | 11110 | 0 | 1100100 | 1010111 | 1100 | 101100000 | 1100011 | 101100 |
Color Harmonies of #E1011E
Complementary color
Monochromatic Colors of #E1011E
Black with #E1011E
Text Example
Text Example
White with #E1011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1011E; }
p { color: rgb(225,1,30); }
H1.HeaderClassName
{
color: #E1011E;
}
.AnyTagClassName
{
color: #E1011E;
}
</style>
background-color css
<style>
a { background-color: #E1011E; }
a { background-color: rgb(225,1,30); }
div.DivClassName
{
background-color: #E1011E;
}
.BgClassName
{
background-color: #E1011E;
}
</style>
border-color css
<style>
span { border-color: #E1011E; }
span { border-color: rgb(225,1,30); }
td.TdClassName
{
border-color: #E1011E;
}
.TagClassName
{
border-color: #E1011E;
}
</style>