Shades of Orange Red #E83C0A
Tints of Orange Red #E83C0A
RGB
CMYK
RGB Variations
Color information
#E83C0A (or 0xE83C0A) is known color: Orange Red. HEX triplet: E8, 3C and 0A. RGB value is (232,60,10). Sum of RGB (Red+Green+Blue) = 232+60+10=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E83C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83C0A is #17C3F5. Grayscale: #6A6A6A. Windows color (decimal): -1557494 or 670952. OLE color: 670952.
HSL color Cylindrical-coordinate representation of color #E83C0A: hue angle of 13.51º 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 #E83C0A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.09 |
| HSL | 13.51º | 0.92% | 0.47% | - |
| HSV(B) | 13.51º | 0.96% | 0.91% | - |
| XYZ | 34.95 | 20.41 | 2.38 | - |
| YUV | 105.73 | 73.98 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 10 | 0 | 0.74 | 0.96 | 0.09 | 13.51 | 0.92 | 0.47 |
| Hex | E8 | 3C | A | 0 | 4A | 60 | 9 | E | 5C | 2F |
| Octal | 350 | 74 | 12 | 0 | 112 | 140 | 11 | 16 | 134 | 57 |
| Binary | 11101000 | 111100 | 1010 | 0 | 1001010 | 1100000 | 1001 | 1110 | 1011100 | 101111 |
Color Harmonies of #E83C0A
Complementary color
Monochromatic Colors of #E83C0A
Black with #E83C0A
Text Example
Text Example
White with #E83C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83C0A; }
p { color: rgb(232,60,10); }
H1.HeaderClassName
{
color: #E83C0A;
}
.AnyTagClassName
{
color: #E83C0A;
}
</style>
background-color css
<style>
a { background-color: #E83C0A; }
a { background-color: rgb(232,60,10); }
div.DivClassName
{
background-color: #E83C0A;
}
.BgClassName
{
background-color: #E83C0A;
}
</style>
border-color css
<style>
span { border-color: #E83C0A; }
span { border-color: rgb(232,60,10); }
td.TdClassName
{
border-color: #E83C0A;
}
.TagClassName
{
border-color: #E83C0A;
}
</style>