Shades of Orange Red #E73C10
Tints of Orange Red #E73C10
RGB
CMYK
RGB Variations
Color information
#E73C10 (or 0xE73C10) is known color: Orange Red. HEX triplet: E7, 3C and 10. RGB value is (231,60,16). Sum of RGB (Red+Green+Blue) = 231+60+16=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73C10 is #18C3EF. Grayscale: #6A6A6A. Windows color (decimal): -1623024 or 1064167. OLE color: 1064167.
HSL color Cylindrical-coordinate representation of color #E73C10: hue angle of 12.28º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E73C10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.09 |
| HSL | 12.28º | 0.87% | 0.48% | - |
| HSV(B) | 12.28º | 0.93% | 0.91% | - |
| XYZ | 34.66 | 20.26 | 2.57 | - |
| YUV | 106.11 | 77.15 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 16 | 0 | 0.74 | 0.93 | 0.09 | 12.28 | 0.87 | 0.48 |
| Hex | E7 | 3C | 10 | 0 | 4A | 5D | 9 | C | 57 | 30 |
| Octal | 347 | 74 | 20 | 0 | 112 | 135 | 11 | 14 | 127 | 60 |
| Binary | 11100111 | 111100 | 10000 | 0 | 1001010 | 1011101 | 1001 | 1100 | 1010111 | 110000 |
Color Harmonies of #E73C10
Complementary color
Monochromatic Colors of #E73C10
Black with #E73C10
Text Example
Text Example
White with #E73C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C10; }
p { color: rgb(231,60,16); }
H1.HeaderClassName
{
color: #E73C10;
}
.AnyTagClassName
{
color: #E73C10;
}
</style>
background-color css
<style>
a { background-color: #E73C10; }
a { background-color: rgb(231,60,16); }
div.DivClassName
{
background-color: #E73C10;
}
.BgClassName
{
background-color: #E73C10;
}
</style>
border-color css
<style>
span { border-color: #E73C10; }
span { border-color: rgb(231,60,16); }
td.TdClassName
{
border-color: #E73C10;
}
.TagClassName
{
border-color: #E73C10;
}
</style>