Shades of Red #E90A00
Tints of Red #E90A00
RGB
CMYK
RGB Variations
Color information
#E90A00 (or 0xE90A00) is known color: Red. HEX triplet: E9, 0A and 00. RGB value is (233,10,0). Sum of RGB (Red+Green+Blue) = 233+10+0=243 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.88% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90A00 is #16F5FF. Grayscale: #4B4B4B. Windows color (decimal): -1504768 or 2793. OLE color: 2793.
HSL color Cylindrical-coordinate representation of color #E90A00: hue angle of 2.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.09 |
| HSL | 2.58º | 1% | 0.46% | - |
| HSV(B) | 2.58º | 1% | 0.91% | - |
| XYZ | 33.71 | 17.54 | 1.61 | - |
| YUV | 75.54 | 85.38 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 0 | 0 | 0.96 | 1 | 0.09 | 2.58 | 1 | 0.46 |
| Hex | E9 | A | 0 | 0 | 60 | 64 | 9 | 3 | 64 | 2E |
| Octal | 351 | 12 | 0 | 0 | 140 | 144 | 11 | 3 | 144 | 56 |
| Binary | 11101001 | 1010 | 0 | 0 | 1100000 | 1100100 | 1001 | 11 | 1100100 | 101110 |
Color Harmonies of #E90A00
Complementary color
Monochromatic Colors of #E90A00
Black with #E90A00
Text Example
Text Example
White with #E90A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A00; }
p { color: rgb(233,10,0); }
H1.HeaderClassName
{
color: #E90A00;
}
.AnyTagClassName
{
color: #E90A00;
}
</style>
background-color css
<style>
a { background-color: #E90A00; }
a { background-color: rgb(233,10,0); }
div.DivClassName
{
background-color: #E90A00;
}
.BgClassName
{
background-color: #E90A00;
}
</style>
border-color css
<style>
span { border-color: #E90A00; }
span { border-color: rgb(233,10,0); }
td.TdClassName
{
border-color: #E90A00;
}
.TagClassName
{
border-color: #E90A00;
}
</style>