Shades of Orange Red #E23C01
Tints of Orange Red #E23C01
RGB
CMYK
RGB Variations
Color information
#E23C01 (or 0xE23C01) is known color: Orange Red. HEX triplet: E2, 3C and 01. RGB value is (226,60,1). Sum of RGB (Red+Green+Blue) = 226+60+1=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E23C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23C01 is #1DC3FE. Grayscale: #676767. Windows color (decimal): -1950719 or 81122. OLE color: 81122.
HSL color Cylindrical-coordinate representation of color #E23C01: hue angle of 15.73º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E23C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.11 |
| HSL | 15.73º | 0.99% | 0.45% | - |
| HSV(B) | 15.73º | 1% | 0.89% | - |
| XYZ | 32.99 | 19.4 | 2.04 | - |
| YUV | 102.91 | 70.5 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 1 | 0 | 0.73 | 1.00 | 0.11 | 15.73 | 0.99 | 0.45 |
| Hex | E2 | 3C | 1 | 0 | 49 | 64 | B | 10 | 63 | 2D |
| Octal | 342 | 74 | 1 | 0 | 111 | 144 | 13 | 20 | 143 | 55 |
| Binary | 11100010 | 111100 | 1 | 0 | 1001001 | 1100100 | 1011 | 10000 | 1100011 | 101101 |
Color Harmonies of #E23C01
Complementary color
Monochromatic Colors of #E23C01
Black with #E23C01
Text Example
Text Example
White with #E23C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23C01; }
p { color: rgb(226,60,1); }
H1.HeaderClassName
{
color: #E23C01;
}
.AnyTagClassName
{
color: #E23C01;
}
</style>
background-color css
<style>
a { background-color: #E23C01; }
a { background-color: rgb(226,60,1); }
div.DivClassName
{
background-color: #E23C01;
}
.BgClassName
{
background-color: #E23C01;
}
</style>
border-color css
<style>
span { border-color: #E23C01; }
span { border-color: rgb(226,60,1); }
td.TdClassName
{
border-color: #E23C01;
}
.TagClassName
{
border-color: #E23C01;
}
</style>