Shades of Orange Red #E94516
Tints of Orange Red #E94516
RGB
CMYK
RGB Variations
Color information
#E94516 (or 0xE94516) is known color: Orange Red. HEX triplet: E9, 45 and 16. RGB value is (233,69,22). Sum of RGB (Red+Green+Blue) = 233+69+22=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94516 is #16BAE9. Grayscale: #717171. Windows color (decimal): -1489642 or 1459689. OLE color: 1459689.
HSL color Cylindrical-coordinate representation of color #E94516: hue angle of 13.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E94516 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.09 |
| HSL | 13.36º | 0.83% | 0.5% | - |
| HSV(B) | 13.36º | 0.91% | 0.91% | - |
| XYZ | 35.88 | 21.64 | 3.04 | - |
| YUV | 112.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 22 | 0 | 0.70 | 0.91 | 0.09 | 13.36 | 0.83 | 0.5 |
| Hex | E9 | 45 | 16 | 0 | 46 | 5B | 9 | D | 53 | 32 |
| Octal | 351 | 105 | 26 | 0 | 106 | 133 | 11 | 15 | 123 | 62 |
| Binary | 11101001 | 1000101 | 10110 | 0 | 1000110 | 1011011 | 1001 | 1101 | 1010011 | 110010 |
Color Harmonies of #E94516
Complementary color
Monochromatic Colors of #E94516
Black with #E94516
Text Example
Text Example
White with #E94516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94516; }
p { color: rgb(233,69,22); }
H1.HeaderClassName
{
color: #E94516;
}
.AnyTagClassName
{
color: #E94516;
}
</style>
background-color css
<style>
a { background-color: #E94516; }
a { background-color: rgb(233,69,22); }
div.DivClassName
{
background-color: #E94516;
}
.BgClassName
{
background-color: #E94516;
}
</style>
border-color css
<style>
span { border-color: #E94516; }
span { border-color: rgb(233,69,22); }
td.TdClassName
{
border-color: #E94516;
}
.TagClassName
{
border-color: #E94516;
}
</style>