Shades of Orange Red #E9400E
Tints of Orange Red #E9400E
RGB
CMYK
RGB Variations
Color information
#E9400E (or 0xE9400E) is known color: Orange Red. HEX triplet: E9, 40 and 0E. RGB value is (233,64,14). Sum of RGB (Red+Green+Blue) = 233+64+14=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9400E is #16BFF1. Grayscale: #6D6D6D. Windows color (decimal): -1490930 or 934121. OLE color: 934121.
HSL color Cylindrical-coordinate representation of color #E9400E: hue angle of 13.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9400E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.09 |
| HSL | 13.7º | 0.89% | 0.48% | - |
| HSV(B) | 13.7º | 0.94% | 0.91% | - |
| XYZ | 35.52 | 21.02 | 2.6 | - |
| YUV | 108.83 | 74.49 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 14 | 0 | 0.73 | 0.94 | 0.09 | 13.7 | 0.89 | 0.48 |
| Hex | E9 | 40 | E | 0 | 49 | 5E | 9 | E | 59 | 30 |
| Octal | 351 | 100 | 16 | 0 | 111 | 136 | 11 | 16 | 131 | 60 |
| Binary | 11101001 | 1000000 | 1110 | 0 | 1001001 | 1011110 | 1001 | 1110 | 1011001 | 110000 |
Color Harmonies of #E9400E
Complementary color
Monochromatic Colors of #E9400E
Black with #E9400E
Text Example
Text Example
White with #E9400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9400E; }
p { color: rgb(233,64,14); }
H1.HeaderClassName
{
color: #E9400E;
}
.AnyTagClassName
{
color: #E9400E;
}
</style>
background-color css
<style>
a { background-color: #E9400E; }
a { background-color: rgb(233,64,14); }
div.DivClassName
{
background-color: #E9400E;
}
.BgClassName
{
background-color: #E9400E;
}
</style>
border-color css
<style>
span { border-color: #E9400E; }
span { border-color: rgb(233,64,14); }
td.TdClassName
{
border-color: #E9400E;
}
.TagClassName
{
border-color: #E9400E;
}
</style>