Shades of Orange Red #E73A0C
Tints of Orange Red #E73A0C
RGB
CMYK
RGB Variations
Color information
#E73A0C (or 0xE73A0C) is known color: Orange Red. HEX triplet: E7, 3A and 0C. RGB value is (231,58,12). Sum of RGB (Red+Green+Blue) = 231+58+12=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73A0C is #18C5F3. Grayscale: #686868. Windows color (decimal): -1623540 or 801511. OLE color: 801511.
HSL color Cylindrical-coordinate representation of color #E73A0C: hue angle of 12.6º degrees, saturation: 0.9, 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 #E73A0C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.09 |
| HSL | 12.6º | 0.9% | 0.48% | - |
| HSV(B) | 12.6º | 0.95% | 0.91% | - |
| XYZ | 34.53 | 20.04 | 2.4 | - |
| YUV | 104.48 | 75.81 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 12 | 0 | 0.75 | 0.95 | 0.09 | 12.6 | 0.9 | 0.48 |
| Hex | E7 | 3A | C | 0 | 4B | 5F | 9 | D | 5A | 30 |
| Octal | 347 | 72 | 14 | 0 | 113 | 137 | 11 | 15 | 132 | 60 |
| Binary | 11100111 | 111010 | 1100 | 0 | 1001011 | 1011111 | 1001 | 1101 | 1011010 | 110000 |
Color Harmonies of #E73A0C
Complementary color
Monochromatic Colors of #E73A0C
Black with #E73A0C
Text Example
Text Example
White with #E73A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73A0C; }
p { color: rgb(231,58,12); }
H1.HeaderClassName
{
color: #E73A0C;
}
.AnyTagClassName
{
color: #E73A0C;
}
</style>
background-color css
<style>
a { background-color: #E73A0C; }
a { background-color: rgb(231,58,12); }
div.DivClassName
{
background-color: #E73A0C;
}
.BgClassName
{
background-color: #E73A0C;
}
</style>
border-color css
<style>
span { border-color: #E73A0C; }
span { border-color: rgb(231,58,12); }
td.TdClassName
{
border-color: #E73A0C;
}
.TagClassName
{
border-color: #E73A0C;
}
</style>