Shades of Orange Red #E94511
Tints of Orange Red #E94511
RGB
CMYK
RGB Variations
Color information
#E94511 (or 0xE94511) is known color: Orange Red. HEX triplet: E9, 45 and 11. RGB value is (233,69,17). Sum of RGB (Red+Green+Blue) = 233+69+17=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94511 is #16BAEE. Grayscale: #707070. Windows color (decimal): -1489647 or 1132009. OLE color: 1132009.
HSL color Cylindrical-coordinate representation of color #E94511: hue angle of 14.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94511 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 17 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.09 |
| HSL | 14.44º | 0.86% | 0.49% | - |
| HSV(B) | 14.44º | 0.93% | 0.91% | - |
| XYZ | 35.83 | 21.62 | 2.81 | - |
| YUV | 112.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 17 | 0 | 0.70 | 0.93 | 0.09 | 14.44 | 0.86 | 0.49 |
| Hex | E9 | 45 | 11 | 0 | 46 | 5D | 9 | E | 56 | 31 |
| Octal | 351 | 105 | 21 | 0 | 106 | 135 | 11 | 16 | 126 | 61 |
| Binary | 11101001 | 1000101 | 10001 | 0 | 1000110 | 1011101 | 1001 | 1110 | 1010110 | 110001 |
Color Harmonies of #E94511
Complementary color
Monochromatic Colors of #E94511
Black with #E94511
Text Example
Text Example
White with #E94511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94511; }
p { color: rgb(233,69,17); }
H1.HeaderClassName
{
color: #E94511;
}
.AnyTagClassName
{
color: #E94511;
}
</style>
background-color css
<style>
a { background-color: #E94511; }
a { background-color: rgb(233,69,17); }
div.DivClassName
{
background-color: #E94511;
}
.BgClassName
{
background-color: #E94511;
}
</style>
border-color css
<style>
span { border-color: #E94511; }
span { border-color: rgb(233,69,17); }
td.TdClassName
{
border-color: #E94511;
}
.TagClassName
{
border-color: #E94511;
}
</style>