Shades of Orange Red #E53F00
Tints of Orange Red #E53F00
RGB
CMYK
RGB Variations
Color information
#E53F00 (or 0xE53F00) is known color: Orange Red. HEX triplet: E5, 3F and 00. RGB value is (229,63,0). Sum of RGB (Red+Green+Blue) = 229+63+0=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53F00 is #1AC0FF. Grayscale: #696969. Windows color (decimal): -1753344 or 16357. OLE color: 16357.
HSL color Cylindrical-coordinate representation of color #E53F00: hue angle of 16.51º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E53F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.10 |
| HSL | 16.51º | 1% | 0.45% | - |
| HSV(B) | 16.51º | 1% | 0.9% | - |
| XYZ | 34.09 | 20.21 | 2.1 | - |
| YUV | 105.45 | 68.5 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 0 | 0 | 0.72 | 1 | 0.10 | 16.51 | 1 | 0.45 |
| Hex | E5 | 3F | 0 | 0 | 48 | 64 | A | 11 | 64 | 2D |
| Octal | 345 | 77 | 0 | 0 | 110 | 144 | 12 | 21 | 144 | 55 |
| Binary | 11100101 | 111111 | 0 | 0 | 1001000 | 1100100 | 1010 | 10001 | 1100100 | 101101 |
Color Harmonies of #E53F00
Complementary color
Monochromatic Colors of #E53F00
Black with #E53F00
Text Example
Text Example
White with #E53F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F00; }
p { color: rgb(229,63,0); }
H1.HeaderClassName
{
color: #E53F00;
}
.AnyTagClassName
{
color: #E53F00;
}
</style>
background-color css
<style>
a { background-color: #E53F00; }
a { background-color: rgb(229,63,0); }
div.DivClassName
{
background-color: #E53F00;
}
.BgClassName
{
background-color: #E53F00;
}
</style>
border-color css
<style>
span { border-color: #E53F00; }
span { border-color: rgb(229,63,0); }
td.TdClassName
{
border-color: #E53F00;
}
.TagClassName
{
border-color: #E53F00;
}
</style>