Shades of Fire Engine Red #EE1014
Tints of Fire Engine Red #EE1014
RGB
CMYK
RGB Variations
Color information
#EE1014 (or 0xEE1014) is known color: Fire Engine Red. HEX triplet: EE, 10 and 14. RGB value is (238,16,20). Sum of RGB (Red+Green+Blue) = 238+16+20=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1014 is #11EFEB. Grayscale: #535353. Windows color (decimal): -1175532 or 1315054. OLE color: 1315054.
HSL color Cylindrical-coordinate representation of color #EE1014: hue angle of 358.92º 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 #EE1014 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.07 |
| HSL | 358.92º | 0.87% | 0.5% | - |
| HSV(B) | 358.92º | 0.93% | 0.93% | - |
| XYZ | 35.57 | 18.6 | 2.38 | - |
| YUV | 82.83 | 92.55 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 20 | 0 | 0.93 | 0.92 | 0.07 | 358.92 | 0.87 | 0.5 |
| Hex | EE | 10 | 14 | 0 | 5D | 5C | 7 | 167 | 57 | 32 |
| Octal | 356 | 20 | 24 | 0 | 135 | 134 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10000 | 10100 | 0 | 1011101 | 1011100 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1014
Complementary color
Monochromatic Colors of #EE1014
Black with #EE1014
Text Example
Text Example
White with #EE1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1014; }
p { color: rgb(238,16,20); }
H1.HeaderClassName
{
color: #EE1014;
}
.AnyTagClassName
{
color: #EE1014;
}
</style>
background-color css
<style>
a { background-color: #EE1014; }
a { background-color: rgb(238,16,20); }
div.DivClassName
{
background-color: #EE1014;
}
.BgClassName
{
background-color: #EE1014;
}
</style>
border-color css
<style>
span { border-color: #EE1014; }
span { border-color: rgb(238,16,20); }
td.TdClassName
{
border-color: #EE1014;
}
.TagClassName
{
border-color: #EE1014;
}
</style>