Shades of Orange Red #E8350A
Tints of Orange Red #E8350A
RGB
CMYK
RGB Variations
Color information
#E8350A (or 0xE8350A) is known color: Orange Red. HEX triplet: E8, 35 and 0A. RGB value is (232,53,10). Sum of RGB (Red+Green+Blue) = 232+53+10=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8350A is #17CAF5. Grayscale: #656565. Windows color (decimal): -1559286 or 669160. OLE color: 669160.
HSL color Cylindrical-coordinate representation of color #E8350A: hue angle of 11.62º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8350A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.09 |
| HSL | 11.62º | 0.92% | 0.47% | - |
| HSV(B) | 11.62º | 0.96% | 0.91% | - |
| XYZ | 34.61 | 19.72 | 2.27 | - |
| YUV | 101.62 | 76.3 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 10 | 0 | 0.77 | 0.96 | 0.09 | 11.62 | 0.92 | 0.47 |
| Hex | E8 | 35 | A | 0 | 4D | 60 | 9 | C | 5C | 2F |
| Octal | 350 | 65 | 12 | 0 | 115 | 140 | 11 | 14 | 134 | 57 |
| Binary | 11101000 | 110101 | 1010 | 0 | 1001101 | 1100000 | 1001 | 1100 | 1011100 | 101111 |
Color Harmonies of #E8350A
Complementary color
Monochromatic Colors of #E8350A
Black with #E8350A
Text Example
Text Example
White with #E8350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8350A; }
p { color: rgb(232,53,10); }
H1.HeaderClassName
{
color: #E8350A;
}
.AnyTagClassName
{
color: #E8350A;
}
</style>
background-color css
<style>
a { background-color: #E8350A; }
a { background-color: rgb(232,53,10); }
div.DivClassName
{
background-color: #E8350A;
}
.BgClassName
{
background-color: #E8350A;
}
</style>
border-color css
<style>
span { border-color: #E8350A; }
span { border-color: rgb(232,53,10); }
td.TdClassName
{
border-color: #E8350A;
}
.TagClassName
{
border-color: #E8350A;
}
</style>