Shades of Orange Red #E94116
Tints of Orange Red #E94116
RGB
CMYK
RGB Variations
Color information
#E94116 (or 0xE94116) is known color: Orange Red. HEX triplet: E9, 41 and 16. RGB value is (233,65,22). Sum of RGB (Red+Green+Blue) = 233+65+22=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94116 is #16BEE9. Grayscale: #6E6E6E. Windows color (decimal): -1490666 or 1458665. OLE color: 1458665.
HSL color Cylindrical-coordinate representation of color #E94116: hue angle of 12.23º 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 #E94116 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.09 |
| HSL | 12.23º | 0.83% | 0.5% | - |
| HSV(B) | 12.23º | 0.91% | 0.91% | - |
| XYZ | 35.64 | 21.16 | 2.97 | - |
| YUV | 110.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 22 | 0 | 0.72 | 0.91 | 0.09 | 12.23 | 0.83 | 0.5 |
| Hex | E9 | 41 | 16 | 0 | 48 | 5B | 9 | C | 53 | 32 |
| Octal | 351 | 101 | 26 | 0 | 110 | 133 | 11 | 14 | 123 | 62 |
| Binary | 11101001 | 1000001 | 10110 | 0 | 1001000 | 1011011 | 1001 | 1100 | 1010011 | 110010 |
Color Harmonies of #E94116
Complementary color
Monochromatic Colors of #E94116
Black with #E94116
Text Example
Text Example
White with #E94116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94116; }
p { color: rgb(233,65,22); }
H1.HeaderClassName
{
color: #E94116;
}
.AnyTagClassName
{
color: #E94116;
}
</style>
background-color css
<style>
a { background-color: #E94116; }
a { background-color: rgb(233,65,22); }
div.DivClassName
{
background-color: #E94116;
}
.BgClassName
{
background-color: #E94116;
}
</style>
border-color css
<style>
span { border-color: #E94116; }
span { border-color: rgb(233,65,22); }
td.TdClassName
{
border-color: #E94116;
}
.TagClassName
{
border-color: #E94116;
}
</style>