Shades of Orange Red #E9400A
Tints of Orange Red #E9400A
RGB
CMYK
RGB Variations
Color information
#E9400A (or 0xE9400A) is known color: Orange Red. HEX triplet: E9, 40 and 0A. RGB value is (233,64,10). Sum of RGB (Red+Green+Blue) = 233+64+10=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E9400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9400A is #16BFF5. Grayscale: #6C6C6C. Windows color (decimal): -1490934 or 671977. OLE color: 671977.
HSL color Cylindrical-coordinate representation of color #E9400A: hue angle of 14.53º 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 #E9400A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.09 |
| HSL | 14.53º | 0.92% | 0.48% | - |
| HSV(B) | 14.53º | 0.96% | 0.91% | - |
| XYZ | 35.49 | 21.01 | 2.47 | - |
| YUV | 108.38 | 72.49 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 10 | 0 | 0.73 | 0.96 | 0.09 | 14.53 | 0.92 | 0.48 |
| Hex | E9 | 40 | A | 0 | 49 | 60 | 9 | F | 5C | 30 |
| Octal | 351 | 100 | 12 | 0 | 111 | 140 | 11 | 17 | 134 | 60 |
| Binary | 11101001 | 1000000 | 1010 | 0 | 1001001 | 1100000 | 1001 | 1111 | 1011100 | 110000 |
Color Harmonies of #E9400A
Complementary color
Monochromatic Colors of #E9400A
Black with #E9400A
Text Example
Text Example
White with #E9400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9400A; }
p { color: rgb(233,64,10); }
H1.HeaderClassName
{
color: #E9400A;
}
.AnyTagClassName
{
color: #E9400A;
}
</style>
background-color css
<style>
a { background-color: #E9400A; }
a { background-color: rgb(233,64,10); }
div.DivClassName
{
background-color: #E9400A;
}
.BgClassName
{
background-color: #E9400A;
}
</style>
border-color css
<style>
span { border-color: #E9400A; }
span { border-color: rgb(233,64,10); }
td.TdClassName
{
border-color: #E9400A;
}
.TagClassName
{
border-color: #E9400A;
}
</style>