Shades of Orange Red #EE4114
Tints of Orange Red #EE4114
RGB
CMYK
RGB Variations
Color information
#EE4114 (or 0xEE4114) is known color: Orange Red. HEX triplet: EE, 41 and 14. RGB value is (238,65,20). Sum of RGB (Red+Green+Blue) = 238+65+20=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4114 is #11BEEB. Grayscale: #6F6F6F. Windows color (decimal): -1162988 or 1327598. OLE color: 1327598.
HSL color Cylindrical-coordinate representation of color #EE4114: hue angle of 12.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE4114 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.07 |
| HSL | 12.39º | 0.87% | 0.51% | - |
| HSV(B) | 12.39º | 0.92% | 0.93% | - |
| XYZ | 37.28 | 22.01 | 2.95 | - |
| YUV | 111.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 20 | 0 | 0.73 | 0.92 | 0.07 | 12.39 | 0.87 | 0.51 |
| Hex | EE | 41 | 14 | 0 | 49 | 5C | 7 | C | 57 | 33 |
| Octal | 356 | 101 | 24 | 0 | 111 | 134 | 7 | 14 | 127 | 63 |
| Binary | 11101110 | 1000001 | 10100 | 0 | 1001001 | 1011100 | 111 | 1100 | 1010111 | 110011 |
Color Harmonies of #EE4114
Complementary color
Monochromatic Colors of #EE4114
Black with #EE4114
Text Example
Text Example
White with #EE4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4114; }
p { color: rgb(238,65,20); }
H1.HeaderClassName
{
color: #EE4114;
}
.AnyTagClassName
{
color: #EE4114;
}
</style>
background-color css
<style>
a { background-color: #EE4114; }
a { background-color: rgb(238,65,20); }
div.DivClassName
{
background-color: #EE4114;
}
.BgClassName
{
background-color: #EE4114;
}
</style>
border-color css
<style>
span { border-color: #EE4114; }
span { border-color: rgb(238,65,20); }
td.TdClassName
{
border-color: #EE4114;
}
.TagClassName
{
border-color: #EE4114;
}
</style>