Shades of Venetian Red #E0090B
Tints of Venetian Red #E0090B
RGB
CMYK
RGB Variations
Color information
#E0090B (or 0xE0090B) is known color: Venetian Red. HEX triplet: E0, 09 and 0B. RGB value is (224,9,11). Sum of RGB (Red+Green+Blue) = 224+9+11=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E0090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0090B is #1FF6F4. Grayscale: #494949. Windows color (decimal): -2094837 or 723424. OLE color: 723424.
HSL color Cylindrical-coordinate representation of color #E0090B: hue angle of 359.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.12 |
| HSL | 359.44º | 0.92% | 0.46% | - |
| HSV(B) | 359.44º | 0.96% | 0.88% | - |
| XYZ | 30.9 | 16.07 | 1.79 | - |
| YUV | 73.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 11 | 0 | 0.96 | 0.95 | 0.12 | 359.44 | 0.92 | 0.46 |
| Hex | E0 | 9 | B | 0 | 60 | 5F | C | 167 | 5C | 2E |
| Octal | 340 | 11 | 13 | 0 | 140 | 137 | 14 | 547 | 134 | 56 |
| Binary | 11100000 | 1001 | 1011 | 0 | 1100000 | 1011111 | 1100 | 101100111 | 1011100 | 101110 |
Color Harmonies of #E0090B
Complementary color
Monochromatic Colors of #E0090B
Black with #E0090B
Text Example
Text Example
White with #E0090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0090B; }
p { color: rgb(224,9,11); }
H1.HeaderClassName
{
color: #E0090B;
}
.AnyTagClassName
{
color: #E0090B;
}
</style>
background-color css
<style>
a { background-color: #E0090B; }
a { background-color: rgb(224,9,11); }
div.DivClassName
{
background-color: #E0090B;
}
.BgClassName
{
background-color: #E0090B;
}
</style>
border-color css
<style>
span { border-color: #E0090B; }
span { border-color: rgb(224,9,11); }
td.TdClassName
{
border-color: #E0090B;
}
.TagClassName
{
border-color: #E0090B;
}
</style>