Shades of Orange Red #E5400A
Tints of Orange Red #E5400A
RGB
CMYK
RGB Variations
Color information
#E5400A (or 0xE5400A) is known color: Orange Red. HEX triplet: E5, 40 and 0A. RGB value is (229,64,10). Sum of RGB (Red+Green+Blue) = 229+64+10=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E5400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5400A is #1ABFF5. Grayscale: #6B6B6B. Windows color (decimal): -1753078 or 671973. OLE color: 671973.
HSL color Cylindrical-coordinate representation of color #E5400A: hue angle of 14.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5400A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.10 |
| HSL | 14.79º | 0.92% | 0.47% | - |
| HSV(B) | 14.79º | 0.96% | 0.9% | - |
| XYZ | 34.2 | 20.35 | 2.41 | - |
| YUV | 107.18 | 73.16 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 10 | 0 | 0.72 | 0.96 | 0.10 | 14.79 | 0.92 | 0.47 |
| Hex | E5 | 40 | A | 0 | 48 | 60 | A | F | 5C | 2F |
| Octal | 345 | 100 | 12 | 0 | 110 | 140 | 12 | 17 | 134 | 57 |
| Binary | 11100101 | 1000000 | 1010 | 0 | 1001000 | 1100000 | 1010 | 1111 | 1011100 | 101111 |
Color Harmonies of #E5400A
Complementary color
Monochromatic Colors of #E5400A
Black with #E5400A
Text Example
Text Example
White with #E5400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5400A; }
p { color: rgb(229,64,10); }
H1.HeaderClassName
{
color: #E5400A;
}
.AnyTagClassName
{
color: #E5400A;
}
</style>
background-color css
<style>
a { background-color: #E5400A; }
a { background-color: rgb(229,64,10); }
div.DivClassName
{
background-color: #E5400A;
}
.BgClassName
{
background-color: #E5400A;
}
</style>
border-color css
<style>
span { border-color: #E5400A; }
span { border-color: rgb(229,64,10); }
td.TdClassName
{
border-color: #E5400A;
}
.TagClassName
{
border-color: #E5400A;
}
</style>