Shades of Orange Red #E8420A
Tints of Orange Red #E8420A
RGB
CMYK
RGB Variations
Color information
#E8420A (or 0xE8420A) is known color: Orange Red. HEX triplet: E8, 42 and 0A. RGB value is (232,66,10). Sum of RGB (Red+Green+Blue) = 232+66+10=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8420A is #17BDF5. Grayscale: #6D6D6D. Windows color (decimal): -1555958 or 672488. OLE color: 672488.
HSL color Cylindrical-coordinate representation of color #E8420A: hue angle of 15.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8420A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.09 |
| HSL | 15.14º | 0.92% | 0.47% | - |
| HSV(B) | 15.14º | 0.96% | 0.91% | - |
| XYZ | 35.28 | 21.07 | 2.5 | - |
| YUV | 109.25 | 72 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 10 | 0 | 0.72 | 0.96 | 0.09 | 15.14 | 0.92 | 0.47 |
| Hex | E8 | 42 | A | 0 | 48 | 60 | 9 | F | 5C | 2F |
| Octal | 350 | 102 | 12 | 0 | 110 | 140 | 11 | 17 | 134 | 57 |
| Binary | 11101000 | 1000010 | 1010 | 0 | 1001000 | 1100000 | 1001 | 1111 | 1011100 | 101111 |
Color Harmonies of #E8420A
Complementary color
Monochromatic Colors of #E8420A
Black with #E8420A
Text Example
Text Example
White with #E8420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8420A; }
p { color: rgb(232,66,10); }
H1.HeaderClassName
{
color: #E8420A;
}
.AnyTagClassName
{
color: #E8420A;
}
</style>
background-color css
<style>
a { background-color: #E8420A; }
a { background-color: rgb(232,66,10); }
div.DivClassName
{
background-color: #E8420A;
}
.BgClassName
{
background-color: #E8420A;
}
</style>
border-color css
<style>
span { border-color: #E8420A; }
span { border-color: rgb(232,66,10); }
td.TdClassName
{
border-color: #E8420A;
}
.TagClassName
{
border-color: #E8420A;
}
</style>