Shades of Venetian Red #E1011B
Tints of Venetian Red #E1011B
RGB
CMYK
RGB Variations
Color information
#E1011B (or 0xE1011B) is known color: Venetian Red. HEX triplet: E1, 01 and 1B. RGB value is (225,1,27). Sum of RGB (Red+Green+Blue) = 225+1+27=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E1011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1011B is #1EFEE4. Grayscale: #474747. Windows color (decimal): -2031333 or 1769953. OLE color: 1769953.
HSL color Cylindrical-coordinate representation of color #E1011B: hue angle of 353.04º 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 #E1011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.12 |
| HSL | 353.04º | 0.99% | 0.44% | - |
| HSV(B) | 353.04º | 1% | 0.88% | - |
| XYZ | 31.26 | 16.11 | 2.5 | - |
| YUV | 70.94 | 103.21 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 27 | 0 | 1.00 | 0.88 | 0.12 | 353.04 | 0.99 | 0.44 |
| Hex | E1 | 1 | 1B | 0 | 64 | 58 | C | 161 | 63 | 2C |
| Octal | 341 | 1 | 33 | 0 | 144 | 130 | 14 | 541 | 143 | 54 |
| Binary | 11100001 | 1 | 11011 | 0 | 1100100 | 1011000 | 1100 | 101100001 | 1100011 | 101100 |
Color Harmonies of #E1011B
Complementary color
Monochromatic Colors of #E1011B
Black with #E1011B
Text Example
Text Example
White with #E1011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1011B; }
p { color: rgb(225,1,27); }
H1.HeaderClassName
{
color: #E1011B;
}
.AnyTagClassName
{
color: #E1011B;
}
</style>
background-color css
<style>
a { background-color: #E1011B; }
a { background-color: rgb(225,1,27); }
div.DivClassName
{
background-color: #E1011B;
}
.BgClassName
{
background-color: #E1011B;
}
</style>
border-color css
<style>
span { border-color: #E1011B; }
span { border-color: rgb(225,1,27); }
td.TdClassName
{
border-color: #E1011B;
}
.TagClassName
{
border-color: #E1011B;
}
</style>