Shades of Orange Red #E8420E
Tints of Orange Red #E8420E
RGB
CMYK
RGB Variations
Color information
#E8420E (or 0xE8420E) is known color: Orange Red. HEX triplet: E8, 42 and 0E. RGB value is (232,66,14). Sum of RGB (Red+Green+Blue) = 232+66+14=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8420E is #17BDF1. Grayscale: #6E6E6E. Windows color (decimal): -1555954 or 934632. OLE color: 934632.
HSL color Cylindrical-coordinate representation of color #E8420E: hue angle of 14.31º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8420E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.09 |
| HSL | 14.31º | 0.89% | 0.48% | - |
| HSV(B) | 14.31º | 0.94% | 0.91% | - |
| XYZ | 35.31 | 21.08 | 2.62 | - |
| YUV | 109.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 14 | 0 | 0.72 | 0.94 | 0.09 | 14.31 | 0.89 | 0.48 |
| Hex | E8 | 42 | E | 0 | 48 | 5E | 9 | E | 59 | 30 |
| Octal | 350 | 102 | 16 | 0 | 110 | 136 | 11 | 16 | 131 | 60 |
| Binary | 11101000 | 1000010 | 1110 | 0 | 1001000 | 1011110 | 1001 | 1110 | 1011001 | 110000 |
Color Harmonies of #E8420E
Complementary color
Monochromatic Colors of #E8420E
Black with #E8420E
Text Example
Text Example
White with #E8420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8420E; }
p { color: rgb(232,66,14); }
H1.HeaderClassName
{
color: #E8420E;
}
.AnyTagClassName
{
color: #E8420E;
}
</style>
background-color css
<style>
a { background-color: #E8420E; }
a { background-color: rgb(232,66,14); }
div.DivClassName
{
background-color: #E8420E;
}
.BgClassName
{
background-color: #E8420E;
}
</style>
border-color css
<style>
span { border-color: #E8420E; }
span { border-color: rgb(232,66,14); }
td.TdClassName
{
border-color: #E8420E;
}
.TagClassName
{
border-color: #E8420E;
}
</style>