Shades of Orange Red #E94014
Tints of Orange Red #E94014
RGB
CMYK
RGB Variations
Color information
#E94014 (or 0xE94014) is known color: Orange Red. HEX triplet: E9, 40 and 14. RGB value is (233,64,20). Sum of RGB (Red+Green+Blue) = 233+64+20=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E94014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94014 is #16BFEB. Grayscale: #6D6D6D. Windows color (decimal): -1490924 or 1327337. OLE color: 1327337.
HSL color Cylindrical-coordinate representation of color #E94014: hue angle of 12.39º 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 #E94014 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.09 |
| HSL | 12.39º | 0.84% | 0.5% | - |
| HSV(B) | 12.39º | 0.91% | 0.91% | - |
| XYZ | 35.56 | 21.04 | 2.85 | - |
| YUV | 109.52 | 77.49 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 20 | 0 | 0.73 | 0.91 | 0.09 | 12.39 | 0.84 | 0.5 |
| Hex | E9 | 40 | 14 | 0 | 49 | 5B | 9 | C | 54 | 32 |
| Octal | 351 | 100 | 24 | 0 | 111 | 133 | 11 | 14 | 124 | 62 |
| Binary | 11101001 | 1000000 | 10100 | 0 | 1001001 | 1011011 | 1001 | 1100 | 1010100 | 110010 |
Color Harmonies of #E94014
Complementary color
Monochromatic Colors of #E94014
Black with #E94014
Text Example
Text Example
White with #E94014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94014; }
p { color: rgb(233,64,20); }
H1.HeaderClassName
{
color: #E94014;
}
.AnyTagClassName
{
color: #E94014;
}
</style>
background-color css
<style>
a { background-color: #E94014; }
a { background-color: rgb(233,64,20); }
div.DivClassName
{
background-color: #E94014;
}
.BgClassName
{
background-color: #E94014;
}
</style>
border-color css
<style>
span { border-color: #E94014; }
span { border-color: rgb(233,64,20); }
td.TdClassName
{
border-color: #E94014;
}
.TagClassName
{
border-color: #E94014;
}
</style>