Shades of Venetian Red #E1010B
Tints of Venetian Red #E1010B
RGB
CMYK
RGB Variations
Color information
#E1010B (or 0xE1010B) is known color: Venetian Red. HEX triplet: E1, 01 and 0B. RGB value is (225,1,11). Sum of RGB (Red+Green+Blue) = 225+1+11=237 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.94% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 225 - color contains mainly: red. Hex color #E1010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1010B is #1EFEF4. Grayscale: #454545. Windows color (decimal): -2031349 or 721377. OLE color: 721377.
HSL color Cylindrical-coordinate representation of color #E1010B: hue angle of 357.32º 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 #E1010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.12 |
| HSL | 357.32º | 0.99% | 0.44% | - |
| HSV(B) | 357.32º | 1% | 0.88% | - |
| XYZ | 31.12 | 16.05 | 1.77 | - |
| YUV | 69.12 | 95.21 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 11 | 0 | 1.00 | 0.95 | 0.12 | 357.32 | 0.99 | 0.44 |
| Hex | E1 | 1 | B | 0 | 64 | 5F | C | 165 | 63 | 2C |
| Octal | 341 | 1 | 13 | 0 | 144 | 137 | 14 | 545 | 143 | 54 |
| Binary | 11100001 | 1 | 1011 | 0 | 1100100 | 1011111 | 1100 | 101100101 | 1100011 | 101100 |
Color Harmonies of #E1010B
Complementary color
Monochromatic Colors of #E1010B
Black with #E1010B
Text Example
Text Example
White with #E1010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1010B; }
p { color: rgb(225,1,11); }
H1.HeaderClassName
{
color: #E1010B;
}
.AnyTagClassName
{
color: #E1010B;
}
</style>
background-color css
<style>
a { background-color: #E1010B; }
a { background-color: rgb(225,1,11); }
div.DivClassName
{
background-color: #E1010B;
}
.BgClassName
{
background-color: #E1010B;
}
</style>
border-color css
<style>
span { border-color: #E1010B; }
span { border-color: rgb(225,1,11); }
td.TdClassName
{
border-color: #E1010B;
}
.TagClassName
{
border-color: #E1010B;
}
</style>