Shades of Orange Red #E8410B
Tints of Orange Red #E8410B
RGB
CMYK
RGB Variations
Color information
#E8410B (or 0xE8410B) is known color: Orange Red. HEX triplet: E8, 41 and 0B. RGB value is (232,65,11). Sum of RGB (Red+Green+Blue) = 232+65+11=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8410B is #17BEF4. Grayscale: #6D6D6D. Windows color (decimal): -1556213 or 737768. OLE color: 737768.
HSL color Cylindrical-coordinate representation of color #E8410B: hue angle of 14.66º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8410B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.09 |
| HSL | 14.66º | 0.91% | 0.48% | - |
| HSV(B) | 14.66º | 0.95% | 0.91% | - |
| XYZ | 35.23 | 20.96 | 2.51 | - |
| YUV | 108.78 | 72.83 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 11 | 0 | 0.72 | 0.95 | 0.09 | 14.66 | 0.91 | 0.48 |
| Hex | E8 | 41 | B | 0 | 48 | 5F | 9 | F | 5B | 30 |
| Octal | 350 | 101 | 13 | 0 | 110 | 137 | 11 | 17 | 133 | 60 |
| Binary | 11101000 | 1000001 | 1011 | 0 | 1001000 | 1011111 | 1001 | 1111 | 1011011 | 110000 |
Color Harmonies of #E8410B
Complementary color
Monochromatic Colors of #E8410B
Black with #E8410B
Text Example
Text Example
White with #E8410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8410B; }
p { color: rgb(232,65,11); }
H1.HeaderClassName
{
color: #E8410B;
}
.AnyTagClassName
{
color: #E8410B;
}
</style>
background-color css
<style>
a { background-color: #E8410B; }
a { background-color: rgb(232,65,11); }
div.DivClassName
{
background-color: #E8410B;
}
.BgClassName
{
background-color: #E8410B;
}
</style>
border-color css
<style>
span { border-color: #E8410B; }
span { border-color: rgb(232,65,11); }
td.TdClassName
{
border-color: #E8410B;
}
.TagClassName
{
border-color: #E8410B;
}
</style>