Shades of Orange Red #E94214
Tints of Orange Red #E94214
RGB
CMYK
RGB Variations
Color information
#E94214 (or 0xE94214) is known color: Orange Red. HEX triplet: E9, 42 and 14. RGB value is (233,66,20). Sum of RGB (Red+Green+Blue) = 233+66+20=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94214 is #16BDEB. Grayscale: #6F6F6F. Windows color (decimal): -1490412 or 1327849. OLE color: 1327849.
HSL color Cylindrical-coordinate representation of color #E94214: hue angle of 12.96º degrees, saturation: 0.84, 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 #E94214 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.09 |
| HSL | 12.96º | 0.84% | 0.5% | - |
| HSV(B) | 12.96º | 0.91% | 0.91% | - |
| XYZ | 35.68 | 21.27 | 2.89 | - |
| YUV | 110.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 20 | 0 | 0.72 | 0.91 | 0.09 | 12.96 | 0.84 | 0.5 |
| Hex | E9 | 42 | 14 | 0 | 48 | 5B | 9 | D | 54 | 32 |
| Octal | 351 | 102 | 24 | 0 | 110 | 133 | 11 | 15 | 124 | 62 |
| Binary | 11101001 | 1000010 | 10100 | 0 | 1001000 | 1011011 | 1001 | 1101 | 1010100 | 110010 |
Color Harmonies of #E94214
Complementary color
Monochromatic Colors of #E94214
Black with #E94214
Text Example
Text Example
White with #E94214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94214; }
p { color: rgb(233,66,20); }
H1.HeaderClassName
{
color: #E94214;
}
.AnyTagClassName
{
color: #E94214;
}
</style>
background-color css
<style>
a { background-color: #E94214; }
a { background-color: rgb(233,66,20); }
div.DivClassName
{
background-color: #E94214;
}
.BgClassName
{
background-color: #E94214;
}
</style>
border-color css
<style>
span { border-color: #E94214; }
span { border-color: rgb(233,66,20); }
td.TdClassName
{
border-color: #E94214;
}
.TagClassName
{
border-color: #E94214;
}
</style>