Shades of Orange Red #E53401
Tints of Orange Red #E53401
RGB
CMYK
RGB Variations
Color information
#E53401 (or 0xE53401) is known color: Orange Red. HEX triplet: E5, 34 and 01. RGB value is (229,52,1). Sum of RGB (Red+Green+Blue) = 229+52+1=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E53401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53401 is #1ACBFE. Grayscale: #636363. Windows color (decimal): -1756159 or 79077. OLE color: 79077.
HSL color Cylindrical-coordinate representation of color #E53401: hue angle of 13.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E53401 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.10 |
| HSL | 13.42º | 0.99% | 0.45% | - |
| HSV(B) | 13.42º | 1% | 0.9% | - |
| XYZ | 33.55 | 19.12 | 1.95 | - |
| YUV | 99.11 | 72.64 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 1 | 0 | 0.77 | 1.00 | 0.10 | 13.42 | 0.99 | 0.45 |
| Hex | E5 | 34 | 1 | 0 | 4D | 64 | A | D | 63 | 2D |
| Octal | 345 | 64 | 1 | 0 | 115 | 144 | 12 | 15 | 143 | 55 |
| Binary | 11100101 | 110100 | 1 | 0 | 1001101 | 1100100 | 1010 | 1101 | 1100011 | 101101 |
Color Harmonies of #E53401
Complementary color
Monochromatic Colors of #E53401
Black with #E53401
Text Example
Text Example
White with #E53401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53401; }
p { color: rgb(229,52,1); }
H1.HeaderClassName
{
color: #E53401;
}
.AnyTagClassName
{
color: #E53401;
}
</style>
background-color css
<style>
a { background-color: #E53401; }
a { background-color: rgb(229,52,1); }
div.DivClassName
{
background-color: #E53401;
}
.BgClassName
{
background-color: #E53401;
}
</style>
border-color css
<style>
span { border-color: #E53401; }
span { border-color: rgb(229,52,1); }
td.TdClassName
{
border-color: #E53401;
}
.TagClassName
{
border-color: #E53401;
}
</style>