Shades of Orange Red #E53F01
Tints of Orange Red #E53F01
RGB
CMYK
RGB Variations
Color information
#E53F01 (or 0xE53F01) is known color: Orange Red. HEX triplet: E5, 3F and 01. RGB value is (229,63,1). Sum of RGB (Red+Green+Blue) = 229+63+1=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53F01 is #1AC0FE. Grayscale: #696969. Windows color (decimal): -1753343 or 81893. OLE color: 81893.
HSL color Cylindrical-coordinate representation of color #E53F01: hue angle of 16.32º 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 #E53F01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.10 |
| HSL | 16.32º | 0.99% | 0.45% | - |
| HSV(B) | 16.32º | 1% | 0.9% | - |
| XYZ | 34.1 | 20.22 | 2.13 | - |
| YUV | 105.57 | 69 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 1 | 0 | 0.72 | 1.00 | 0.10 | 16.32 | 0.99 | 0.45 |
| Hex | E5 | 3F | 1 | 0 | 48 | 64 | A | 10 | 63 | 2D |
| Octal | 345 | 77 | 1 | 0 | 110 | 144 | 12 | 20 | 143 | 55 |
| Binary | 11100101 | 111111 | 1 | 0 | 1001000 | 1100100 | 1010 | 10000 | 1100011 | 101101 |
Color Harmonies of #E53F01
Complementary color
Monochromatic Colors of #E53F01
Black with #E53F01
Text Example
Text Example
White with #E53F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F01; }
p { color: rgb(229,63,1); }
H1.HeaderClassName
{
color: #E53F01;
}
.AnyTagClassName
{
color: #E53F01;
}
</style>
background-color css
<style>
a { background-color: #E53F01; }
a { background-color: rgb(229,63,1); }
div.DivClassName
{
background-color: #E53F01;
}
.BgClassName
{
background-color: #E53F01;
}
</style>
border-color css
<style>
span { border-color: #E53F01; }
span { border-color: rgb(229,63,1); }
td.TdClassName
{
border-color: #E53F01;
}
.TagClassName
{
border-color: #E53F01;
}
</style>