Shades of Orange Red #E8360D
Tints of Orange Red #E8360D
RGB
CMYK
RGB Variations
Color information
#E8360D (or 0xE8360D) is known color: Orange Red. HEX triplet: E8, 36 and 0D. RGB value is (232,54,13). Sum of RGB (Red+Green+Blue) = 232+54+13=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8360D is #17C9F2. Grayscale: #666666. Windows color (decimal): -1559027 or 866024. OLE color: 866024.
HSL color Cylindrical-coordinate representation of color #E8360D: hue angle of 11.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8360D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 54 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.09 |
| HSL | 11.23º | 0.89% | 0.48% | - |
| HSV(B) | 11.23º | 0.94% | 0.91% | - |
| XYZ | 34.67 | 19.82 | 2.38 | - |
| YUV | 102.55 | 77.47 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 13 | 0 | 0.77 | 0.94 | 0.09 | 11.23 | 0.89 | 0.48 |
| Hex | E8 | 36 | D | 0 | 4D | 5E | 9 | B | 59 | 30 |
| Octal | 350 | 66 | 15 | 0 | 115 | 136 | 11 | 13 | 131 | 60 |
| Binary | 11101000 | 110110 | 1101 | 0 | 1001101 | 1011110 | 1001 | 1011 | 1011001 | 110000 |
Color Harmonies of #E8360D
Complementary color
Monochromatic Colors of #E8360D
Black with #E8360D
Text Example
Text Example
White with #E8360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8360D; }
p { color: rgb(232,54,13); }
H1.HeaderClassName
{
color: #E8360D;
}
.AnyTagClassName
{
color: #E8360D;
}
</style>
background-color css
<style>
a { background-color: #E8360D; }
a { background-color: rgb(232,54,13); }
div.DivClassName
{
background-color: #E8360D;
}
.BgClassName
{
background-color: #E8360D;
}
</style>
border-color css
<style>
span { border-color: #E8360D; }
span { border-color: rgb(232,54,13); }
td.TdClassName
{
border-color: #E8360D;
}
.TagClassName
{
border-color: #E8360D;
}
</style>