Shades of Venetian Red #E1000B
Tints of Venetian Red #E1000B
RGB
CMYK
RGB Variations
Color information
#E1000B (or 0xE1000B) is known color: Venetian Red. HEX triplet: E1, 00 and 0B. RGB value is (225,0,11). Sum of RGB (Red+Green+Blue) = 225+0+11=236 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.34% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 225 - color contains mainly: red. Hex color #E1000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1000B is #1EFFF4. Grayscale: #444444. Windows color (decimal): -2031605 or 721121. OLE color: 721121.
HSL color Cylindrical-coordinate representation of color #E1000B: hue angle of 357.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.12 |
| HSL | 357.07º | 1% | 0.44% | - |
| HSV(B) | 357.07º | 1% | 0.88% | - |
| XYZ | 31.11 | 16.03 | 1.77 | - |
| YUV | 68.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 11 | 0 | 1 | 0.95 | 0.12 | 357.07 | 1 | 0.44 |
| Hex | E1 | 0 | B | 0 | 64 | 5F | C | 165 | 64 | 2C |
| Octal | 341 | 0 | 13 | 0 | 144 | 137 | 14 | 545 | 144 | 54 |
| Binary | 11100001 | 0 | 1011 | 0 | 1100100 | 1011111 | 1100 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E1000B
Complementary color
Monochromatic Colors of #E1000B
Black with #E1000B
Text Example
Text Example
White with #E1000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1000B; }
p { color: rgb(225,0,11); }
H1.HeaderClassName
{
color: #E1000B;
}
.AnyTagClassName
{
color: #E1000B;
}
</style>
background-color css
<style>
a { background-color: #E1000B; }
a { background-color: rgb(225,0,11); }
div.DivClassName
{
background-color: #E1000B;
}
.BgClassName
{
background-color: #E1000B;
}
</style>
border-color css
<style>
span { border-color: #E1000B; }
span { border-color: rgb(225,0,11); }
td.TdClassName
{
border-color: #E1000B;
}
.TagClassName
{
border-color: #E1000B;
}
</style>