Shades of Orange Red #E73801
Tints of Orange Red #E73801
RGB
CMYK
RGB Variations
Color information
#E73801 (or 0xE73801) is known color: Orange Red. HEX triplet: E7, 38 and 01. RGB value is (231,56,1). Sum of RGB (Red+Green+Blue) = 231+56+1=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E73801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73801 is #18C7FE. Grayscale: #666666. Windows color (decimal): -1624063 or 80103. OLE color: 80103.
HSL color Cylindrical-coordinate representation of color #E73801: hue angle of 14.35º 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 #E73801 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.09 |
| HSL | 14.35º | 0.99% | 0.45% | - |
| HSV(B) | 14.35º | 1% | 0.91% | - |
| XYZ | 34.37 | 19.82 | 2.04 | - |
| YUV | 102.06 | 70.98 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 1 | 0 | 0.76 | 1.00 | 0.09 | 14.35 | 0.99 | 0.45 |
| Hex | E7 | 38 | 1 | 0 | 4C | 64 | 9 | E | 63 | 2D |
| Octal | 347 | 70 | 1 | 0 | 114 | 144 | 11 | 16 | 143 | 55 |
| Binary | 11100111 | 111000 | 1 | 0 | 1001100 | 1100100 | 1001 | 1110 | 1100011 | 101101 |
Color Harmonies of #E73801
Complementary color
Monochromatic Colors of #E73801
Black with #E73801
Text Example
Text Example
White with #E73801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73801; }
p { color: rgb(231,56,1); }
H1.HeaderClassName
{
color: #E73801;
}
.AnyTagClassName
{
color: #E73801;
}
</style>
background-color css
<style>
a { background-color: #E73801; }
a { background-color: rgb(231,56,1); }
div.DivClassName
{
background-color: #E73801;
}
.BgClassName
{
background-color: #E73801;
}
</style>
border-color css
<style>
span { border-color: #E73801; }
span { border-color: rgb(231,56,1); }
td.TdClassName
{
border-color: #E73801;
}
.TagClassName
{
border-color: #E73801;
}
</style>