Shades of Orange Red #E13C01
Tints of Orange Red #E13C01
RGB
CMYK
RGB Variations
Color information
#E13C01 (or 0xE13C01) is known color: Orange Red. HEX triplet: E1, 3C and 01. RGB value is (225,60,1). Sum of RGB (Red+Green+Blue) = 225+60+1=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C01 is #1EC3FE. Grayscale: #676767. Windows color (decimal): -2016255 or 81121. OLE color: 81121.
HSL color Cylindrical-coordinate representation of color #E13C01: hue angle of 15.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.12 |
| HSL | 15.8º | 0.99% | 0.44% | - |
| HSV(B) | 15.8º | 1% | 0.88% | - |
| XYZ | 32.67 | 19.24 | 2.02 | - |
| YUV | 102.61 | 70.66 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 1 | 0 | 0.73 | 1.00 | 0.12 | 15.8 | 0.99 | 0.44 |
| Hex | E1 | 3C | 1 | 0 | 49 | 64 | C | 10 | 63 | 2C |
| Octal | 341 | 74 | 1 | 0 | 111 | 144 | 14 | 20 | 143 | 54 |
| Binary | 11100001 | 111100 | 1 | 0 | 1001001 | 1100100 | 1100 | 10000 | 1100011 | 101100 |
Color Harmonies of #E13C01
Complementary color
Monochromatic Colors of #E13C01
Black with #E13C01
Text Example
Text Example
White with #E13C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C01; }
p { color: rgb(225,60,1); }
H1.HeaderClassName
{
color: #E13C01;
}
.AnyTagClassName
{
color: #E13C01;
}
</style>
background-color css
<style>
a { background-color: #E13C01; }
a { background-color: rgb(225,60,1); }
div.DivClassName
{
background-color: #E13C01;
}
.BgClassName
{
background-color: #E13C01;
}
</style>
border-color css
<style>
span { border-color: #E13C01; }
span { border-color: rgb(225,60,1); }
td.TdClassName
{
border-color: #E13C01;
}
.TagClassName
{
border-color: #E13C01;
}
</style>