Shades of Venetian Red #E5080B
Tints of Venetian Red #E5080B
RGB
CMYK
RGB Variations
Color information
#E5080B (or 0xE5080B) is known color: Venetian Red. HEX triplet: E5, 08 and 0B. RGB value is (229,8,11). Sum of RGB (Red+Green+Blue) = 229+8+11=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E5080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5080B is #1AF7F4. Grayscale: #4A4A4A. Windows color (decimal): -1767413 or 723173. OLE color: 723173.
HSL color Cylindrical-coordinate representation of color #E5080B: hue angle of 359.19º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.10 |
| HSL | 359.19º | 0.93% | 0.46% | - |
| HSV(B) | 359.19º | 0.97% | 0.9% | - |
| XYZ | 32.46 | 16.86 | 1.86 | - |
| YUV | 74.42 | 92.22 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 11 | 0 | 0.97 | 0.95 | 0.10 | 359.19 | 0.93 | 0.46 |
| Hex | E5 | 8 | B | 0 | 61 | 5F | A | 167 | 5D | 2E |
| Octal | 345 | 10 | 13 | 0 | 141 | 137 | 12 | 547 | 135 | 56 |
| Binary | 11100101 | 1000 | 1011 | 0 | 1100001 | 1011111 | 1010 | 101100111 | 1011101 | 101110 |
Color Harmonies of #E5080B
Complementary color
Monochromatic Colors of #E5080B
Black with #E5080B
Text Example
Text Example
White with #E5080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5080B; }
p { color: rgb(229,8,11); }
H1.HeaderClassName
{
color: #E5080B;
}
.AnyTagClassName
{
color: #E5080B;
}
</style>
background-color css
<style>
a { background-color: #E5080B; }
a { background-color: rgb(229,8,11); }
div.DivClassName
{
background-color: #E5080B;
}
.BgClassName
{
background-color: #E5080B;
}
</style>
border-color css
<style>
span { border-color: #E5080B; }
span { border-color: rgb(229,8,11); }
td.TdClassName
{
border-color: #E5080B;
}
.TagClassName
{
border-color: #E5080B;
}
</style>