Shades of Orange Red #E5410D
Tints of Orange Red #E5410D
RGB
CMYK
RGB Variations
Color information
#E5410D (or 0xE5410D) is known color: Orange Red. HEX triplet: E5, 41 and 0D. RGB value is (229,65,13). Sum of RGB (Red+Green+Blue) = 229+65+13=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5410D is #1ABEF2. Grayscale: #6C6C6C. Windows color (decimal): -1752819 or 868837. OLE color: 868837.
HSL color Cylindrical-coordinate representation of color #E5410D: hue angle of 14.44º 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 #E5410D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.10 |
| HSL | 14.44º | 0.89% | 0.47% | - |
| HSV(B) | 14.44º | 0.94% | 0.9% | - |
| XYZ | 34.28 | 20.47 | 2.52 | - |
| YUV | 108.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 13 | 0 | 0.72 | 0.94 | 0.10 | 14.44 | 0.89 | 0.47 |
| Hex | E5 | 41 | D | 0 | 48 | 5E | A | E | 59 | 2F |
| Octal | 345 | 101 | 15 | 0 | 110 | 136 | 12 | 16 | 131 | 57 |
| Binary | 11100101 | 1000001 | 1101 | 0 | 1001000 | 1011110 | 1010 | 1110 | 1011001 | 101111 |
Color Harmonies of #E5410D
Complementary color
Monochromatic Colors of #E5410D
Black with #E5410D
Text Example
Text Example
White with #E5410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5410D; }
p { color: rgb(229,65,13); }
H1.HeaderClassName
{
color: #E5410D;
}
.AnyTagClassName
{
color: #E5410D;
}
</style>
background-color css
<style>
a { background-color: #E5410D; }
a { background-color: rgb(229,65,13); }
div.DivClassName
{
background-color: #E5410D;
}
.BgClassName
{
background-color: #E5410D;
}
</style>
border-color css
<style>
span { border-color: #E5410D; }
span { border-color: rgb(229,65,13); }
td.TdClassName
{
border-color: #E5410D;
}
.TagClassName
{
border-color: #E5410D;
}
</style>