Shades of Orange Red #EE390B
Tints of Orange Red #EE390B
RGB
CMYK
RGB Variations
Color information
#EE390B (or 0xEE390B) is known color: Orange Red. HEX triplet: EE, 39 and 0B. RGB value is (238,57,11). Sum of RGB (Red+Green+Blue) = 238+57+11=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE390B is #11C6F4. Grayscale: #6A6A6A. Windows color (decimal): -1165045 or 735726. OLE color: 735726.
HSL color Cylindrical-coordinate representation of color #EE390B: hue angle of 12.16º degrees, saturation: 0.91, 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 #EE390B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 12.16º | 0.91% | 0.49% | - |
| HSV(B) | 12.16º | 0.95% | 0.93% | - |
| XYZ | 36.78 | 21.13 | 2.46 | - |
| YUV | 105.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 11 | 0 | 0.76 | 0.95 | 0.07 | 12.16 | 0.91 | 0.49 |
| Hex | EE | 39 | B | 0 | 4C | 5F | 7 | C | 5B | 31 |
| Octal | 356 | 71 | 13 | 0 | 114 | 137 | 7 | 14 | 133 | 61 |
| Binary | 11101110 | 111001 | 1011 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011011 | 110001 |
Color Harmonies of #EE390B
Complementary color
Monochromatic Colors of #EE390B
Black with #EE390B
Text Example
Text Example
White with #EE390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE390B; }
p { color: rgb(238,57,11); }
H1.HeaderClassName
{
color: #EE390B;
}
.AnyTagClassName
{
color: #EE390B;
}
</style>
background-color css
<style>
a { background-color: #EE390B; }
a { background-color: rgb(238,57,11); }
div.DivClassName
{
background-color: #EE390B;
}
.BgClassName
{
background-color: #EE390B;
}
</style>
border-color css
<style>
span { border-color: #EE390B; }
span { border-color: rgb(238,57,11); }
td.TdClassName
{
border-color: #EE390B;
}
.TagClassName
{
border-color: #EE390B;
}
</style>