Shades of Orange Red #E83A0A
Tints of Orange Red #E83A0A
RGB
CMYK
RGB Variations
Color information
#E83A0A (or 0xE83A0A) is known color: Orange Red. HEX triplet: E8, 3A and 0A. RGB value is (232,58,10). Sum of RGB (Red+Green+Blue) = 232+58+10=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83A0A is #17C5F5. Grayscale: #686868. Windows color (decimal): -1558006 or 670440. OLE color: 670440.
HSL color Cylindrical-coordinate representation of color #E83A0A: hue angle of 12.97º 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 #E83A0A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.09 |
| HSL | 12.97º | 0.92% | 0.47% | - |
| HSV(B) | 12.97º | 0.96% | 0.91% | - |
| XYZ | 34.85 | 20.2 | 2.35 | - |
| YUV | 104.55 | 74.65 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 10 | 0 | 0.75 | 0.96 | 0.09 | 12.97 | 0.92 | 0.47 |
| Hex | E8 | 3A | A | 0 | 4B | 60 | 9 | D | 5C | 2F |
| Octal | 350 | 72 | 12 | 0 | 113 | 140 | 11 | 15 | 134 | 57 |
| Binary | 11101000 | 111010 | 1010 | 0 | 1001011 | 1100000 | 1001 | 1101 | 1011100 | 101111 |
Color Harmonies of #E83A0A
Complementary color
Monochromatic Colors of #E83A0A
Black with #E83A0A
Text Example
Text Example
White with #E83A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A0A; }
p { color: rgb(232,58,10); }
H1.HeaderClassName
{
color: #E83A0A;
}
.AnyTagClassName
{
color: #E83A0A;
}
</style>
background-color css
<style>
a { background-color: #E83A0A; }
a { background-color: rgb(232,58,10); }
div.DivClassName
{
background-color: #E83A0A;
}
.BgClassName
{
background-color: #E83A0A;
}
</style>
border-color css
<style>
span { border-color: #E83A0A; }
span { border-color: rgb(232,58,10); }
td.TdClassName
{
border-color: #E83A0A;
}
.TagClassName
{
border-color: #E83A0A;
}
</style>