Shades of Orange Red #E94114
Tints of Orange Red #E94114
RGB
CMYK
RGB Variations
Color information
#E94114 (or 0xE94114) is known color: Orange Red. HEX triplet: E9, 41 and 14. RGB value is (233,65,20). Sum of RGB (Red+Green+Blue) = 233+65+20=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E94114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94114 is #16BEEB. Grayscale: #6E6E6E. Windows color (decimal): -1490668 or 1327593. OLE color: 1327593.
HSL color Cylindrical-coordinate representation of color #E94114: hue angle of 12.68º 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 #E94114 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.09 |
| HSL | 12.68º | 0.84% | 0.5% | - |
| HSV(B) | 12.68º | 0.91% | 0.91% | - |
| XYZ | 35.62 | 21.15 | 2.87 | - |
| YUV | 110.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 20 | 0 | 0.72 | 0.91 | 0.09 | 12.68 | 0.84 | 0.5 |
| Hex | E9 | 41 | 14 | 0 | 48 | 5B | 9 | D | 54 | 32 |
| Octal | 351 | 101 | 24 | 0 | 110 | 133 | 11 | 15 | 124 | 62 |
| Binary | 11101001 | 1000001 | 10100 | 0 | 1001000 | 1011011 | 1001 | 1101 | 1010100 | 110010 |
Color Harmonies of #E94114
Complementary color
Monochromatic Colors of #E94114
Black with #E94114
Text Example
Text Example
White with #E94114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94114; }
p { color: rgb(233,65,20); }
H1.HeaderClassName
{
color: #E94114;
}
.AnyTagClassName
{
color: #E94114;
}
</style>
background-color css
<style>
a { background-color: #E94114; }
a { background-color: rgb(233,65,20); }
div.DivClassName
{
background-color: #E94114;
}
.BgClassName
{
background-color: #E94114;
}
</style>
border-color css
<style>
span { border-color: #E94114; }
span { border-color: rgb(233,65,20); }
td.TdClassName
{
border-color: #E94114;
}
.TagClassName
{
border-color: #E94114;
}
</style>