Shades of Red #E90A0A
Tints of Red #E90A0A
RGB
CMYK
RGB Variations
Color information
#E90A0A (or 0xE90A0A) is known color: Red. HEX triplet: E9, 0A and 0A. RGB value is (233,10,10). Sum of RGB (Red+Green+Blue) = 233+10+10=253 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.09% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90A0A is #16F5F5. Grayscale: #4C4C4C. Windows color (decimal): -1504758 or 658153. OLE color: 658153.
HSL color Cylindrical-coordinate representation of color #E90A0A: hue angle of 0º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A0A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.09 |
| HSL | 0º | 0.92% | 0.48% | - |
| HSV(B) | 0º | 0.96% | 0.91% | - |
| XYZ | 33.77 | 17.56 | 1.9 | - |
| YUV | 76.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 10 | 0 | 0.96 | 0.96 | 0.09 | 0 | 0.92 | 0.48 |
| Hex | E9 | A | A | 0 | 60 | 60 | 9 | 0 | 5C | 30 |
| Octal | 351 | 12 | 12 | 0 | 140 | 140 | 11 | 0 | 134 | 60 |
| Binary | 11101001 | 1010 | 1010 | 0 | 1100000 | 1100000 | 1001 | 0 | 1011100 | 110000 |
Color Harmonies of #E90A0A
Complementary color
Monochromatic Colors of #E90A0A
Black with #E90A0A
Text Example
Text Example
White with #E90A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A0A; }
p { color: rgb(233,10,10); }
H1.HeaderClassName
{
color: #E90A0A;
}
.AnyTagClassName
{
color: #E90A0A;
}
</style>
background-color css
<style>
a { background-color: #E90A0A; }
a { background-color: rgb(233,10,10); }
div.DivClassName
{
background-color: #E90A0A;
}
.BgClassName
{
background-color: #E90A0A;
}
</style>
border-color css
<style>
span { border-color: #E90A0A; }
span { border-color: rgb(233,10,10); }
td.TdClassName
{
border-color: #E90A0A;
}
.TagClassName
{
border-color: #E90A0A;
}
</style>