Shades of Orange Red #E8410A
Tints of Orange Red #E8410A
RGB
CMYK
RGB Variations
Color information
#E8410A (or 0xE8410A) is known color: Orange Red. HEX triplet: E8, 41 and 0A. RGB value is (232,65,10). Sum of RGB (Red+Green+Blue) = 232+65+10=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8410A is #17BEF5. Grayscale: #6D6D6D. Windows color (decimal): -1556214 or 672232. OLE color: 672232.
HSL color Cylindrical-coordinate representation of color #E8410A: hue angle of 14.86º 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 #E8410A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.09 |
| HSL | 14.86º | 0.92% | 0.47% | - |
| HSV(B) | 14.86º | 0.96% | 0.91% | - |
| XYZ | 35.22 | 20.96 | 2.48 | - |
| YUV | 108.66 | 72.33 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 10 | 0 | 0.72 | 0.96 | 0.09 | 14.86 | 0.92 | 0.47 |
| Hex | E8 | 41 | A | 0 | 48 | 60 | 9 | F | 5C | 2F |
| Octal | 350 | 101 | 12 | 0 | 110 | 140 | 11 | 17 | 134 | 57 |
| Binary | 11101000 | 1000001 | 1010 | 0 | 1001000 | 1100000 | 1001 | 1111 | 1011100 | 101111 |
Color Harmonies of #E8410A
Complementary color
Monochromatic Colors of #E8410A
Black with #E8410A
Text Example
Text Example
White with #E8410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8410A; }
p { color: rgb(232,65,10); }
H1.HeaderClassName
{
color: #E8410A;
}
.AnyTagClassName
{
color: #E8410A;
}
</style>
background-color css
<style>
a { background-color: #E8410A; }
a { background-color: rgb(232,65,10); }
div.DivClassName
{
background-color: #E8410A;
}
.BgClassName
{
background-color: #E8410A;
}
</style>
border-color css
<style>
span { border-color: #E8410A; }
span { border-color: rgb(232,65,10); }
td.TdClassName
{
border-color: #E8410A;
}
.TagClassName
{
border-color: #E8410A;
}
</style>