Shades of Orange Red #E73A01
Tints of Orange Red #E73A01
RGB
CMYK
RGB Variations
Color information
#E73A01 (or 0xE73A01) is known color: Orange Red. HEX triplet: E7, 3A and 01. RGB value is (231,58,1). Sum of RGB (Red+Green+Blue) = 231+58+1=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73A01 is #18C5FE. Grayscale: #676767. Windows color (decimal): -1623551 or 80615. OLE color: 80615.
HSL color Cylindrical-coordinate representation of color #E73A01: hue angle of 14.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E73A01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.09 |
| HSL | 14.87º | 0.99% | 0.45% | - |
| HSV(B) | 14.87º | 1% | 0.91% | - |
| XYZ | 34.47 | 20.02 | 2.08 | - |
| YUV | 103.23 | 70.31 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 1 | 0 | 0.75 | 1.00 | 0.09 | 14.87 | 0.99 | 0.45 |
| Hex | E7 | 3A | 1 | 0 | 4B | 64 | 9 | F | 63 | 2D |
| Octal | 347 | 72 | 1 | 0 | 113 | 144 | 11 | 17 | 143 | 55 |
| Binary | 11100111 | 111010 | 1 | 0 | 1001011 | 1100100 | 1001 | 1111 | 1100011 | 101101 |
Color Harmonies of #E73A01
Complementary color
Monochromatic Colors of #E73A01
Black with #E73A01
Text Example
Text Example
White with #E73A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73A01; }
p { color: rgb(231,58,1); }
H1.HeaderClassName
{
color: #E73A01;
}
.AnyTagClassName
{
color: #E73A01;
}
</style>
background-color css
<style>
a { background-color: #E73A01; }
a { background-color: rgb(231,58,1); }
div.DivClassName
{
background-color: #E73A01;
}
.BgClassName
{
background-color: #E73A01;
}
</style>
border-color css
<style>
span { border-color: #E73A01; }
span { border-color: rgb(231,58,1); }
td.TdClassName
{
border-color: #E73A01;
}
.TagClassName
{
border-color: #E73A01;
}
</style>