Shades of Orange Red #E9370D
Tints of Orange Red #E9370D
RGB
CMYK
RGB Variations
Color information
#E9370D (or 0xE9370D) is known color: Orange Red. HEX triplet: E9, 37 and 0D. RGB value is (233,55,13). Sum of RGB (Red+Green+Blue) = 233+55+13=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E9370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9370D is #16C8F2. Grayscale: #676767. Windows color (decimal): -1493235 or 866281. OLE color: 866281.
HSL color Cylindrical-coordinate representation of color #E9370D: hue angle of 11.45º 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 #E9370D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.09 |
| HSL | 11.45º | 0.89% | 0.48% | - |
| HSV(B) | 11.45º | 0.94% | 0.91% | - |
| XYZ | 35.04 | 20.09 | 2.41 | - |
| YUV | 103.43 | 76.97 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 13 | 0 | 0.76 | 0.94 | 0.09 | 11.45 | 0.89 | 0.48 |
| Hex | E9 | 37 | D | 0 | 4C | 5E | 9 | B | 59 | 30 |
| Octal | 351 | 67 | 15 | 0 | 114 | 136 | 11 | 13 | 131 | 60 |
| Binary | 11101001 | 110111 | 1101 | 0 | 1001100 | 1011110 | 1001 | 1011 | 1011001 | 110000 |
Color Harmonies of #E9370D
Complementary color
Monochromatic Colors of #E9370D
Black with #E9370D
Text Example
Text Example
White with #E9370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9370D; }
p { color: rgb(233,55,13); }
H1.HeaderClassName
{
color: #E9370D;
}
.AnyTagClassName
{
color: #E9370D;
}
</style>
background-color css
<style>
a { background-color: #E9370D; }
a { background-color: rgb(233,55,13); }
div.DivClassName
{
background-color: #E9370D;
}
.BgClassName
{
background-color: #E9370D;
}
</style>
border-color css
<style>
span { border-color: #E9370D; }
span { border-color: rgb(233,55,13); }
td.TdClassName
{
border-color: #E9370D;
}
.TagClassName
{
border-color: #E9370D;
}
</style>