Shades of Orange Red #EE4111
Tints of Orange Red #EE4111
RGB
CMYK
RGB Variations
Color information
#EE4111 (or 0xEE4111) is known color: Orange Red. HEX triplet: EE, 41 and 11. RGB value is (238,65,17). Sum of RGB (Red+Green+Blue) = 238+65+17=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4111 is #11BEEE. Grayscale: #6F6F6F. Windows color (decimal): -1162991 or 1130990. OLE color: 1130990.
HSL color Cylindrical-coordinate representation of color #EE4111: hue angle of 13.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE4111 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.07 |
| HSL | 13.03º | 0.87% | 0.5% | - |
| HSV(B) | 13.03º | 0.93% | 0.93% | - |
| XYZ | 37.25 | 22 | 2.81 | - |
| YUV | 111.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 17 | 0 | 0.73 | 0.93 | 0.07 | 13.03 | 0.87 | 0.5 |
| Hex | EE | 41 | 11 | 0 | 49 | 5D | 7 | D | 57 | 32 |
| Octal | 356 | 101 | 21 | 0 | 111 | 135 | 7 | 15 | 127 | 62 |
| Binary | 11101110 | 1000001 | 10001 | 0 | 1001001 | 1011101 | 111 | 1101 | 1010111 | 110010 |
Color Harmonies of #EE4111
Complementary color
Monochromatic Colors of #EE4111
Black with #EE4111
Text Example
Text Example
White with #EE4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4111; }
p { color: rgb(238,65,17); }
H1.HeaderClassName
{
color: #EE4111;
}
.AnyTagClassName
{
color: #EE4111;
}
</style>
background-color css
<style>
a { background-color: #EE4111; }
a { background-color: rgb(238,65,17); }
div.DivClassName
{
background-color: #EE4111;
}
.BgClassName
{
background-color: #EE4111;
}
</style>
border-color css
<style>
span { border-color: #EE4111; }
span { border-color: rgb(238,65,17); }
td.TdClassName
{
border-color: #EE4111;
}
.TagClassName
{
border-color: #EE4111;
}
</style>