Shades of Orange Red #E53501
Tints of Orange Red #E53501
RGB
CMYK
RGB Variations
Color information
#E53501 (or 0xE53501) is known color: Orange Red. HEX triplet: E5, 35 and 01. RGB value is (229,53,1). Sum of RGB (Red+Green+Blue) = 229+53+1=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E53501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53501 is #1ACAFE. Grayscale: #646464. Windows color (decimal): -1755903 or 79333. OLE color: 79333.
HSL color Cylindrical-coordinate representation of color #E53501: hue angle of 13.68º 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 #E53501 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.10 |
| HSL | 13.68º | 0.99% | 0.45% | - |
| HSV(B) | 13.68º | 1% | 0.9% | - |
| XYZ | 33.59 | 19.21 | 1.97 | - |
| YUV | 99.7 | 72.31 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 1 | 0 | 0.77 | 1.00 | 0.10 | 13.68 | 0.99 | 0.45 |
| Hex | E5 | 35 | 1 | 0 | 4D | 64 | A | E | 63 | 2D |
| Octal | 345 | 65 | 1 | 0 | 115 | 144 | 12 | 16 | 143 | 55 |
| Binary | 11100101 | 110101 | 1 | 0 | 1001101 | 1100100 | 1010 | 1110 | 1100011 | 101101 |
Color Harmonies of #E53501
Complementary color
Monochromatic Colors of #E53501
Black with #E53501
Text Example
Text Example
White with #E53501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53501; }
p { color: rgb(229,53,1); }
H1.HeaderClassName
{
color: #E53501;
}
.AnyTagClassName
{
color: #E53501;
}
</style>
background-color css
<style>
a { background-color: #E53501; }
a { background-color: rgb(229,53,1); }
div.DivClassName
{
background-color: #E53501;
}
.BgClassName
{
background-color: #E53501;
}
</style>
border-color css
<style>
span { border-color: #E53501; }
span { border-color: rgb(229,53,1); }
td.TdClassName
{
border-color: #E53501;
}
.TagClassName
{
border-color: #E53501;
}
</style>