Shades of Orange Red #EE390F
Tints of Orange Red #EE390F
RGB
CMYK
RGB Variations
Color information
#EE390F (or 0xEE390F) is known color: Orange Red. HEX triplet: EE, 39 and 0F. RGB value is (238,57,15). Sum of RGB (Red+Green+Blue) = 238+57+15=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE390F is #11C6F0. Grayscale: #6A6A6A. Windows color (decimal): -1165041 or 997870. OLE color: 997870.
HSL color Cylindrical-coordinate representation of color #EE390F: hue angle of 11.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE390F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.07 |
| HSL | 11.3º | 0.88% | 0.5% | - |
| HSV(B) | 11.3º | 0.94% | 0.93% | - |
| XYZ | 36.81 | 21.14 | 2.59 | - |
| YUV | 106.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 15 | 0 | 0.76 | 0.94 | 0.07 | 11.3 | 0.88 | 0.5 |
| Hex | EE | 39 | F | 0 | 4C | 5E | 7 | B | 58 | 32 |
| Octal | 356 | 71 | 17 | 0 | 114 | 136 | 7 | 13 | 130 | 62 |
| Binary | 11101110 | 111001 | 1111 | 0 | 1001100 | 1011110 | 111 | 1011 | 1011000 | 110010 |
Color Harmonies of #EE390F
Complementary color
Monochromatic Colors of #EE390F
Black with #EE390F
Text Example
Text Example
White with #EE390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE390F; }
p { color: rgb(238,57,15); }
H1.HeaderClassName
{
color: #EE390F;
}
.AnyTagClassName
{
color: #EE390F;
}
</style>
background-color css
<style>
a { background-color: #EE390F; }
a { background-color: rgb(238,57,15); }
div.DivClassName
{
background-color: #EE390F;
}
.BgClassName
{
background-color: #EE390F;
}
</style>
border-color css
<style>
span { border-color: #EE390F; }
span { border-color: rgb(238,57,15); }
td.TdClassName
{
border-color: #EE390F;
}
.TagClassName
{
border-color: #EE390F;
}
</style>