Shades of Orange Red #E8420D
Tints of Orange Red #E8420D
RGB
CMYK
RGB Variations
Color information
#E8420D (or 0xE8420D) is known color: Orange Red. HEX triplet: E8, 42 and 0D. RGB value is (232,66,13). Sum of RGB (Red+Green+Blue) = 232+66+13=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8420D is #17BDF2. Grayscale: #6D6D6D. Windows color (decimal): -1555955 or 869096. OLE color: 869096.
HSL color Cylindrical-coordinate representation of color #E8420D: hue angle of 14.52º 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 #E8420D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.09 |
| HSL | 14.52º | 0.89% | 0.48% | - |
| HSV(B) | 14.52º | 0.94% | 0.91% | - |
| XYZ | 35.3 | 21.08 | 2.59 | - |
| YUV | 109.59 | 73.5 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 13 | 0 | 0.72 | 0.94 | 0.09 | 14.52 | 0.89 | 0.48 |
| Hex | E8 | 42 | D | 0 | 48 | 5E | 9 | F | 59 | 30 |
| Octal | 350 | 102 | 15 | 0 | 110 | 136 | 11 | 17 | 131 | 60 |
| Binary | 11101000 | 1000010 | 1101 | 0 | 1001000 | 1011110 | 1001 | 1111 | 1011001 | 110000 |
Color Harmonies of #E8420D
Complementary color
Monochromatic Colors of #E8420D
Black with #E8420D
Text Example
Text Example
White with #E8420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8420D; }
p { color: rgb(232,66,13); }
H1.HeaderClassName
{
color: #E8420D;
}
.AnyTagClassName
{
color: #E8420D;
}
</style>
background-color css
<style>
a { background-color: #E8420D; }
a { background-color: rgb(232,66,13); }
div.DivClassName
{
background-color: #E8420D;
}
.BgClassName
{
background-color: #E8420D;
}
</style>
border-color css
<style>
span { border-color: #E8420D; }
span { border-color: rgb(232,66,13); }
td.TdClassName
{
border-color: #E8420D;
}
.TagClassName
{
border-color: #E8420D;
}
</style>