Shades of Venetian Red #E1011F
Tints of Venetian Red #E1011F
RGB
CMYK
RGB Variations
Color information
#E1011F (or 0xE1011F) is known color: Venetian Red. HEX triplet: E1, 01 and 1F. RGB value is (225,1,31). Sum of RGB (Red+Green+Blue) = 225+1+31=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E1011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1011F is #1EFEE0. Grayscale: #474747. Windows color (decimal): -2031329 or 2032097. OLE color: 2032097.
HSL color Cylindrical-coordinate representation of color #E1011F: hue angle of 351.96º 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 #E1011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.12 |
| HSL | 351.96º | 0.99% | 0.44% | - |
| HSV(B) | 351.96º | 1% | 0.88% | - |
| XYZ | 31.31 | 16.13 | 2.76 | - |
| YUV | 71.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 31 | 0 | 1.00 | 0.86 | 0.12 | 351.96 | 0.99 | 0.44 |
| Hex | E1 | 1 | 1F | 0 | 64 | 56 | C | 160 | 63 | 2C |
| Octal | 341 | 1 | 37 | 0 | 144 | 126 | 14 | 540 | 143 | 54 |
| Binary | 11100001 | 1 | 11111 | 0 | 1100100 | 1010110 | 1100 | 101100000 | 1100011 | 101100 |
Color Harmonies of #E1011F
Complementary color
Monochromatic Colors of #E1011F
Black with #E1011F
Text Example
Text Example
White with #E1011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1011F; }
p { color: rgb(225,1,31); }
H1.HeaderClassName
{
color: #E1011F;
}
.AnyTagClassName
{
color: #E1011F;
}
</style>
background-color css
<style>
a { background-color: #E1011F; }
a { background-color: rgb(225,1,31); }
div.DivClassName
{
background-color: #E1011F;
}
.BgClassName
{
background-color: #E1011F;
}
</style>
border-color css
<style>
span { border-color: #E1011F; }
span { border-color: rgb(225,1,31); }
td.TdClassName
{
border-color: #E1011F;
}
.TagClassName
{
border-color: #E1011F;
}
</style>