Shades of Venetian Red #E5000B
Tints of Venetian Red #E5000B
RGB
CMYK
RGB Variations
Color information
#E5000B (or 0xE5000B) is known color: Venetian Red. HEX triplet: E5, 00 and 0B. RGB value is (229,0,11). Sum of RGB (Red+Green+Blue) = 229+0+11=240 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.42% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 229 - color contains mainly: red. Hex color #E5000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5000B is #1AFFF4. Grayscale: #454545. Windows color (decimal): -1769461 or 721125. OLE color: 721125.
HSL color Cylindrical-coordinate representation of color #E5000B: hue angle of 357.12º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.10 |
| HSL | 357.12º | 1% | 0.45% | - |
| HSV(B) | 357.12º | 1% | 0.9% | - |
| XYZ | 32.37 | 16.68 | 1.83 | - |
| YUV | 69.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 11 | 0 | 1 | 0.95 | 0.10 | 357.12 | 1 | 0.45 |
| Hex | E5 | 0 | B | 0 | 64 | 5F | A | 165 | 64 | 2D |
| Octal | 345 | 0 | 13 | 0 | 144 | 137 | 12 | 545 | 144 | 55 |
| Binary | 11100101 | 0 | 1011 | 0 | 1100100 | 1011111 | 1010 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E5000B
Complementary color
Monochromatic Colors of #E5000B
Black with #E5000B
Text Example
Text Example
White with #E5000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5000B; }
p { color: rgb(229,0,11); }
H1.HeaderClassName
{
color: #E5000B;
}
.AnyTagClassName
{
color: #E5000B;
}
</style>
background-color css
<style>
a { background-color: #E5000B; }
a { background-color: rgb(229,0,11); }
div.DivClassName
{
background-color: #E5000B;
}
.BgClassName
{
background-color: #E5000B;
}
</style>
border-color css
<style>
span { border-color: #E5000B; }
span { border-color: rgb(229,0,11); }
td.TdClassName
{
border-color: #E5000B;
}
.TagClassName
{
border-color: #E5000B;
}
</style>