Shades of Orange Red #E8350B
Tints of Orange Red #E8350B
RGB
CMYK
RGB Variations
Color information
#E8350B (or 0xE8350B) is known color: Orange Red. HEX triplet: E8, 35 and 0B. RGB value is (232,53,11). Sum of RGB (Red+Green+Blue) = 232+53+11=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8350B is #17CAF4. Grayscale: #666666. Windows color (decimal): -1559285 or 734696. OLE color: 734696.
HSL color Cylindrical-coordinate representation of color #E8350B: hue angle of 11.4º 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 #E8350B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.09 |
| HSL | 11.4º | 0.91% | 0.48% | - |
| HSV(B) | 11.4º | 0.95% | 0.91% | - |
| XYZ | 34.61 | 19.73 | 2.3 | - |
| YUV | 101.73 | 76.8 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 11 | 0 | 0.77 | 0.95 | 0.09 | 11.4 | 0.91 | 0.48 |
| Hex | E8 | 35 | B | 0 | 4D | 5F | 9 | B | 5B | 30 |
| Octal | 350 | 65 | 13 | 0 | 115 | 137 | 11 | 13 | 133 | 60 |
| Binary | 11101000 | 110101 | 1011 | 0 | 1001101 | 1011111 | 1001 | 1011 | 1011011 | 110000 |
Color Harmonies of #E8350B
Complementary color
Monochromatic Colors of #E8350B
Black with #E8350B
Text Example
Text Example
White with #E8350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8350B; }
p { color: rgb(232,53,11); }
H1.HeaderClassName
{
color: #E8350B;
}
.AnyTagClassName
{
color: #E8350B;
}
</style>
background-color css
<style>
a { background-color: #E8350B; }
a { background-color: rgb(232,53,11); }
div.DivClassName
{
background-color: #E8350B;
}
.BgClassName
{
background-color: #E8350B;
}
</style>
border-color css
<style>
span { border-color: #E8350B; }
span { border-color: rgb(232,53,11); }
td.TdClassName
{
border-color: #E8350B;
}
.TagClassName
{
border-color: #E8350B;
}
</style>