Shades of Venetian Red #E9090A
Tints of Venetian Red #E9090A
RGB
CMYK
RGB Variations
Color information
#E9090A (or 0xE9090A) is known color: Venetian Red. HEX triplet: E9, 09 and 0A. RGB value is (233,9,10). Sum of RGB (Red+Green+Blue) = 233+9+10=252 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.46% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 233 - color contains mainly: red. Hex color #E9090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9090A is #16F6F5. Grayscale: #4C4C4C. Windows color (decimal): -1505014 or 657897. OLE color: 657897.
HSL color Cylindrical-coordinate representation of color #E9090A: hue angle of 359.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.09 |
| HSL | 359.73º | 0.93% | 0.47% | - |
| HSV(B) | 359.73º | 0.96% | 0.91% | - |
| XYZ | 33.76 | 17.54 | 1.89 | - |
| YUV | 76.09 | 90.71 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 10 | 0 | 0.96 | 0.96 | 0.09 | 359.73 | 0.93 | 0.47 |
| Hex | E9 | 9 | A | 0 | 60 | 60 | 9 | 168 | 5D | 2F |
| Octal | 351 | 11 | 12 | 0 | 140 | 140 | 11 | 550 | 135 | 57 |
| Binary | 11101001 | 1001 | 1010 | 0 | 1100000 | 1100000 | 1001 | 101101000 | 1011101 | 101111 |
Color Harmonies of #E9090A
Complementary color
Monochromatic Colors of #E9090A
Black with #E9090A
Text Example
Text Example
White with #E9090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9090A; }
p { color: rgb(233,9,10); }
H1.HeaderClassName
{
color: #E9090A;
}
.AnyTagClassName
{
color: #E9090A;
}
</style>
background-color css
<style>
a { background-color: #E9090A; }
a { background-color: rgb(233,9,10); }
div.DivClassName
{
background-color: #E9090A;
}
.BgClassName
{
background-color: #E9090A;
}
</style>
border-color css
<style>
span { border-color: #E9090A; }
span { border-color: rgb(233,9,10); }
td.TdClassName
{
border-color: #E9090A;
}
.TagClassName
{
border-color: #E9090A;
}
</style>