Shades of Fire Engine Red #EE1113
Tints of Fire Engine Red #EE1113
RGB
CMYK
RGB Variations
Color information
#EE1113 (or 0xEE1113) is known color: Fire Engine Red. HEX triplet: EE, 11 and 13. RGB value is (238,17,19). Sum of RGB (Red+Green+Blue) = 238+17+19=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1113 is #11EEEC. Grayscale: #535353. Windows color (decimal): -1175277 or 1249774. OLE color: 1249774.
HSL color Cylindrical-coordinate representation of color #EE1113: hue angle of 359.46º 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 #EE1113 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.07 |
| HSL | 359.46º | 0.87% | 0.5% | - |
| HSV(B) | 359.46º | 0.93% | 0.93% | - |
| XYZ | 35.58 | 18.63 | 2.34 | - |
| YUV | 83.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 19 | 0 | 0.93 | 0.92 | 0.07 | 359.46 | 0.87 | 0.5 |
| Hex | EE | 11 | 13 | 0 | 5D | 5C | 7 | 167 | 57 | 32 |
| Octal | 356 | 21 | 23 | 0 | 135 | 134 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10001 | 10011 | 0 | 1011101 | 1011100 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1113
Complementary color
Monochromatic Colors of #EE1113
Black with #EE1113
Text Example
Text Example
White with #EE1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1113; }
p { color: rgb(238,17,19); }
H1.HeaderClassName
{
color: #EE1113;
}
.AnyTagClassName
{
color: #EE1113;
}
</style>
background-color css
<style>
a { background-color: #EE1113; }
a { background-color: rgb(238,17,19); }
div.DivClassName
{
background-color: #EE1113;
}
.BgClassName
{
background-color: #EE1113;
}
</style>
border-color css
<style>
span { border-color: #EE1113; }
span { border-color: rgb(238,17,19); }
td.TdClassName
{
border-color: #EE1113;
}
.TagClassName
{
border-color: #EE1113;
}
</style>