Shades of Orange Red #E5400D
Tints of Orange Red #E5400D
RGB
CMYK
RGB Variations
Color information
#E5400D (or 0xE5400D) is known color: Orange Red. HEX triplet: E5, 40 and 0D. RGB value is (229,64,13). Sum of RGB (Red+Green+Blue) = 229+64+13=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5400D is #1ABFF2. Grayscale: #6B6B6B. Windows color (decimal): -1753075 or 868581. OLE color: 868581.
HSL color Cylindrical-coordinate representation of color #E5400D: hue angle of 14.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5400D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.10 |
| HSL | 14.17º | 0.89% | 0.47% | - |
| HSV(B) | 14.17º | 0.94% | 0.9% | - |
| XYZ | 34.22 | 20.35 | 2.51 | - |
| YUV | 107.52 | 74.66 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 13 | 0 | 0.72 | 0.94 | 0.10 | 14.17 | 0.89 | 0.47 |
| Hex | E5 | 40 | D | 0 | 48 | 5E | A | E | 59 | 2F |
| Octal | 345 | 100 | 15 | 0 | 110 | 136 | 12 | 16 | 131 | 57 |
| Binary | 11100101 | 1000000 | 1101 | 0 | 1001000 | 1011110 | 1010 | 1110 | 1011001 | 101111 |
Color Harmonies of #E5400D
Complementary color
Monochromatic Colors of #E5400D
Black with #E5400D
Text Example
Text Example
White with #E5400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5400D; }
p { color: rgb(229,64,13); }
H1.HeaderClassName
{
color: #E5400D;
}
.AnyTagClassName
{
color: #E5400D;
}
</style>
background-color css
<style>
a { background-color: #E5400D; }
a { background-color: rgb(229,64,13); }
div.DivClassName
{
background-color: #E5400D;
}
.BgClassName
{
background-color: #E5400D;
}
</style>
border-color css
<style>
span { border-color: #E5400D; }
span { border-color: rgb(229,64,13); }
td.TdClassName
{
border-color: #E5400D;
}
.TagClassName
{
border-color: #E5400D;
}
</style>