Shades of Orange Red #E8360B
Tints of Orange Red #E8360B
RGB
CMYK
RGB Variations
Color information
#E8360B (or 0xE8360B) is known color: Orange Red. HEX triplet: E8, 36 and 0B. RGB value is (232,54,11). Sum of RGB (Red+Green+Blue) = 232+54+11=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8360B is #17C9F4. Grayscale: #666666. Windows color (decimal): -1559029 or 734952. OLE color: 734952.
HSL color Cylindrical-coordinate representation of color #E8360B: hue angle of 11.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8360B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 54 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.09 |
| HSL | 11.67º | 0.91% | 0.48% | - |
| HSV(B) | 11.67º | 0.95% | 0.91% | - |
| XYZ | 34.66 | 19.82 | 2.32 | - |
| YUV | 102.32 | 76.47 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 11 | 0 | 0.77 | 0.95 | 0.09 | 11.67 | 0.91 | 0.48 |
| Hex | E8 | 36 | B | 0 | 4D | 5F | 9 | C | 5B | 30 |
| Octal | 350 | 66 | 13 | 0 | 115 | 137 | 11 | 14 | 133 | 60 |
| Binary | 11101000 | 110110 | 1011 | 0 | 1001101 | 1011111 | 1001 | 1100 | 1011011 | 110000 |
Color Harmonies of #E8360B
Complementary color
Monochromatic Colors of #E8360B
Black with #E8360B
Text Example
Text Example
White with #E8360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8360B; }
p { color: rgb(232,54,11); }
H1.HeaderClassName
{
color: #E8360B;
}
.AnyTagClassName
{
color: #E8360B;
}
</style>
background-color css
<style>
a { background-color: #E8360B; }
a { background-color: rgb(232,54,11); }
div.DivClassName
{
background-color: #E8360B;
}
.BgClassName
{
background-color: #E8360B;
}
</style>
border-color css
<style>
span { border-color: #E8360B; }
span { border-color: rgb(232,54,11); }
td.TdClassName
{
border-color: #E8360B;
}
.TagClassName
{
border-color: #E8360B;
}
</style>