Shades of Orange Red #EE390A
Tints of Orange Red #EE390A
RGB
CMYK
RGB Variations
Color information
#EE390A (or 0xEE390A) is known color: Orange Red. HEX triplet: EE, 39 and 0A. RGB value is (238,57,10). Sum of RGB (Red+Green+Blue) = 238+57+10=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE390A is #11C6F5. Grayscale: #6A6A6A. Windows color (decimal): -1165046 or 670190. OLE color: 670190.
HSL color Cylindrical-coordinate representation of color #EE390A: hue angle of 12.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE390A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.37º | 0.92% | 0.49% | - |
| HSV(B) | 12.37º | 0.96% | 0.93% | - |
| XYZ | 36.78 | 21.13 | 2.43 | - |
| YUV | 105.76 | 73.97 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 10 | 0 | 0.76 | 0.96 | 0.07 | 12.37 | 0.92 | 0.49 |
| Hex | EE | 39 | A | 0 | 4C | 60 | 7 | C | 5C | 31 |
| Octal | 356 | 71 | 12 | 0 | 114 | 140 | 7 | 14 | 134 | 61 |
| Binary | 11101110 | 111001 | 1010 | 0 | 1001100 | 1100000 | 111 | 1100 | 1011100 | 110001 |
Color Harmonies of #EE390A
Complementary color
Monochromatic Colors of #EE390A
Black with #EE390A
Text Example
Text Example
White with #EE390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE390A; }
p { color: rgb(238,57,10); }
H1.HeaderClassName
{
color: #EE390A;
}
.AnyTagClassName
{
color: #EE390A;
}
</style>
background-color css
<style>
a { background-color: #EE390A; }
a { background-color: rgb(238,57,10); }
div.DivClassName
{
background-color: #EE390A;
}
.BgClassName
{
background-color: #EE390A;
}
</style>
border-color css
<style>
span { border-color: #EE390A; }
span { border-color: rgb(238,57,10); }
td.TdClassName
{
border-color: #EE390A;
}
.TagClassName
{
border-color: #EE390A;
}
</style>