Shades of Orange Red #E8380B
Tints of Orange Red #E8380B
RGB
CMYK
RGB Variations
Color information
#E8380B (or 0xE8380B) is known color: Orange Red. HEX triplet: E8, 38 and 0B. RGB value is (232,56,11). Sum of RGB (Red+Green+Blue) = 232+56+11=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8380B is #17C7F4. Grayscale: #676767. Windows color (decimal): -1558517 or 735464. OLE color: 735464.
HSL color Cylindrical-coordinate representation of color #E8380B: hue angle of 12.22º 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 #E8380B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 56 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.09 |
| HSL | 12.22º | 0.91% | 0.48% | - |
| HSV(B) | 12.22º | 0.95% | 0.91% | - |
| XYZ | 34.75 | 20.01 | 2.35 | - |
| YUV | 103.49 | 75.81 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 56 | 11 | 0 | 0.76 | 0.95 | 0.09 | 12.22 | 0.91 | 0.48 |
| Hex | E8 | 38 | B | 0 | 4C | 5F | 9 | C | 5B | 30 |
| Octal | 350 | 70 | 13 | 0 | 114 | 137 | 11 | 14 | 133 | 60 |
| Binary | 11101000 | 111000 | 1011 | 0 | 1001100 | 1011111 | 1001 | 1100 | 1011011 | 110000 |
Color Harmonies of #E8380B
Complementary color
Monochromatic Colors of #E8380B
Black with #E8380B
Text Example
Text Example
White with #E8380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8380B; }
p { color: rgb(232,56,11); }
H1.HeaderClassName
{
color: #E8380B;
}
.AnyTagClassName
{
color: #E8380B;
}
</style>
background-color css
<style>
a { background-color: #E8380B; }
a { background-color: rgb(232,56,11); }
div.DivClassName
{
background-color: #E8380B;
}
.BgClassName
{
background-color: #E8380B;
}
</style>
border-color css
<style>
span { border-color: #E8380B; }
span { border-color: rgb(232,56,11); }
td.TdClassName
{
border-color: #E8380B;
}
.TagClassName
{
border-color: #E8380B;
}
</style>