Shades of Orange Red #E9390A
Tints of Orange Red #E9390A
RGB
CMYK
RGB Variations
Color information
#E9390A (or 0xE9390A) is known color: Orange Red. HEX triplet: E9, 39 and 0A. RGB value is (233,57,10). Sum of RGB (Red+Green+Blue) = 233+57+10=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9390A is #16C6F5. Grayscale: #686868. Windows color (decimal): -1492726 or 670185. OLE color: 670185.
HSL color Cylindrical-coordinate representation of color #E9390A: hue angle of 12.65º 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 #E9390A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.09 |
| HSL | 12.65º | 0.92% | 0.48% | - |
| HSV(B) | 12.65º | 0.96% | 0.91% | - |
| XYZ | 35.12 | 20.27 | 2.35 | - |
| YUV | 104.27 | 74.81 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 10 | 0 | 0.76 | 0.96 | 0.09 | 12.65 | 0.92 | 0.48 |
| Hex | E9 | 39 | A | 0 | 4C | 60 | 9 | D | 5C | 30 |
| Octal | 351 | 71 | 12 | 0 | 114 | 140 | 11 | 15 | 134 | 60 |
| Binary | 11101001 | 111001 | 1010 | 0 | 1001100 | 1100000 | 1001 | 1101 | 1011100 | 110000 |
Color Harmonies of #E9390A
Complementary color
Monochromatic Colors of #E9390A
Black with #E9390A
Text Example
Text Example
White with #E9390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9390A; }
p { color: rgb(233,57,10); }
H1.HeaderClassName
{
color: #E9390A;
}
.AnyTagClassName
{
color: #E9390A;
}
</style>
background-color css
<style>
a { background-color: #E9390A; }
a { background-color: rgb(233,57,10); }
div.DivClassName
{
background-color: #E9390A;
}
.BgClassName
{
background-color: #E9390A;
}
</style>
border-color css
<style>
span { border-color: #E9390A; }
span { border-color: rgb(233,57,10); }
td.TdClassName
{
border-color: #E9390A;
}
.TagClassName
{
border-color: #E9390A;
}
</style>