Shades of Orange Red #EE390C
Tints of Orange Red #EE390C
RGB
CMYK
RGB Variations
Color information
#EE390C (or 0xEE390C) is known color: Orange Red. HEX triplet: EE, 39 and 0C. RGB value is (238,57,12). Sum of RGB (Red+Green+Blue) = 238+57+12=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE390C is #11C6F3. Grayscale: #6A6A6A. Windows color (decimal): -1165044 or 801262. OLE color: 801262.
HSL color Cylindrical-coordinate representation of color #EE390C: hue angle of 11.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE390C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 11.95º | 0.9% | 0.49% | - |
| HSV(B) | 11.95º | 0.95% | 0.93% | - |
| XYZ | 36.79 | 21.13 | 2.49 | - |
| YUV | 105.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 12 | 0 | 0.76 | 0.95 | 0.07 | 11.95 | 0.9 | 0.49 |
| Hex | EE | 39 | C | 0 | 4C | 5F | 7 | C | 5A | 31 |
| Octal | 356 | 71 | 14 | 0 | 114 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101110 | 111001 | 1100 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EE390C
Complementary color
Monochromatic Colors of #EE390C
Black with #EE390C
Text Example
Text Example
White with #EE390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE390C; }
p { color: rgb(238,57,12); }
H1.HeaderClassName
{
color: #EE390C;
}
.AnyTagClassName
{
color: #EE390C;
}
</style>
background-color css
<style>
a { background-color: #EE390C; }
a { background-color: rgb(238,57,12); }
div.DivClassName
{
background-color: #EE390C;
}
.BgClassName
{
background-color: #EE390C;
}
</style>
border-color css
<style>
span { border-color: #EE390C; }
span { border-color: rgb(238,57,12); }
td.TdClassName
{
border-color: #EE390C;
}
.TagClassName
{
border-color: #EE390C;
}
</style>