Shades of Orange Red #E9400D
Tints of Orange Red #E9400D
RGB
CMYK
RGB Variations
Color information
#E9400D (or 0xE9400D) is known color: Orange Red. HEX triplet: E9, 40 and 0D. RGB value is (233,64,13). Sum of RGB (Red+Green+Blue) = 233+64+13=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9400D is #16BFF2. Grayscale: #6D6D6D. Windows color (decimal): -1490931 or 868585. OLE color: 868585.
HSL color Cylindrical-coordinate representation of color #E9400D: hue angle of 13.91º 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 #E9400D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.09 |
| HSL | 13.91º | 0.89% | 0.48% | - |
| HSV(B) | 13.91º | 0.94% | 0.91% | - |
| XYZ | 35.51 | 21.02 | 2.57 | - |
| YUV | 108.72 | 73.99 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 13 | 0 | 0.73 | 0.94 | 0.09 | 13.91 | 0.89 | 0.48 |
| Hex | E9 | 40 | D | 0 | 49 | 5E | 9 | E | 59 | 30 |
| Octal | 351 | 100 | 15 | 0 | 111 | 136 | 11 | 16 | 131 | 60 |
| Binary | 11101001 | 1000000 | 1101 | 0 | 1001001 | 1011110 | 1001 | 1110 | 1011001 | 110000 |
Color Harmonies of #E9400D
Complementary color
Monochromatic Colors of #E9400D
Black with #E9400D
Text Example
Text Example
White with #E9400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9400D; }
p { color: rgb(233,64,13); }
H1.HeaderClassName
{
color: #E9400D;
}
.AnyTagClassName
{
color: #E9400D;
}
</style>
background-color css
<style>
a { background-color: #E9400D; }
a { background-color: rgb(233,64,13); }
div.DivClassName
{
background-color: #E9400D;
}
.BgClassName
{
background-color: #E9400D;
}
</style>
border-color css
<style>
span { border-color: #E9400D; }
span { border-color: rgb(233,64,13); }
td.TdClassName
{
border-color: #E9400D;
}
.TagClassName
{
border-color: #E9400D;
}
</style>