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