Shades of Venetian Red #E5090B
Tints of Venetian Red #E5090B
RGB
CMYK
RGB Variations
Color information
#E5090B (or 0xE5090B) is known color: Venetian Red. HEX triplet: E5, 09 and 0B. RGB value is (229,9,11). Sum of RGB (Red+Green+Blue) = 229+9+11=249 (32% of max value = 765). Red value is 229 (89.84% from 255 or 91.97% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 229 - color contains mainly: red. Hex color #E5090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5090B is #1AF6F4. Grayscale: #4B4B4B. Windows color (decimal): -1767157 or 723429. OLE color: 723429.
HSL color Cylindrical-coordinate representation of color #E5090B: hue angle of 359.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.10 |
| HSL | 359.45º | 0.92% | 0.47% | - |
| HSV(B) | 359.45º | 0.96% | 0.9% | - |
| XYZ | 32.47 | 16.88 | 1.86 | - |
| YUV | 75.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 11 | 0 | 0.96 | 0.95 | 0.10 | 359.45 | 0.92 | 0.47 |
| Hex | E5 | 9 | B | 0 | 60 | 5F | A | 167 | 5C | 2F |
| Octal | 345 | 11 | 13 | 0 | 140 | 137 | 12 | 547 | 134 | 57 |
| Binary | 11100101 | 1001 | 1011 | 0 | 1100000 | 1011111 | 1010 | 101100111 | 1011100 | 101111 |
Color Harmonies of #E5090B
Complementary color
Monochromatic Colors of #E5090B
Black with #E5090B
Text Example
Text Example
White with #E5090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5090B; }
p { color: rgb(229,9,11); }
H1.HeaderClassName
{
color: #E5090B;
}
.AnyTagClassName
{
color: #E5090B;
}
</style>
background-color css
<style>
a { background-color: #E5090B; }
a { background-color: rgb(229,9,11); }
div.DivClassName
{
background-color: #E5090B;
}
.BgClassName
{
background-color: #E5090B;
}
</style>
border-color css
<style>
span { border-color: #E5090B; }
span { border-color: rgb(229,9,11); }
td.TdClassName
{
border-color: #E5090B;
}
.TagClassName
{
border-color: #E5090B;
}
</style>