Shades of Fire Engine Red #EE1316
Tints of Fire Engine Red #EE1316
RGB
CMYK
RGB Variations
Color information
#EE1316 (or 0xEE1316) is known color: Fire Engine Red. HEX triplet: EE, 13 and 16. RGB value is (238,19,22). Sum of RGB (Red+Green+Blue) = 238+19+22=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1316 is #11ECE9. Grayscale: #555555. Windows color (decimal): -1174762 or 1446894. OLE color: 1446894.
HSL color Cylindrical-coordinate representation of color #EE1316: hue angle of 359.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1316 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.07 |
| HSL | 359.18º | 0.87% | 0.5% | - |
| HSV(B) | 359.18º | 0.92% | 0.93% | - |
| XYZ | 35.64 | 18.7 | 2.49 | - |
| YUV | 84.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 22 | 0 | 0.92 | 0.91 | 0.07 | 359.18 | 0.87 | 0.5 |
| Hex | EE | 13 | 16 | 0 | 5C | 5B | 7 | 167 | 57 | 32 |
| Octal | 356 | 23 | 26 | 0 | 134 | 133 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10011 | 10110 | 0 | 1011100 | 1011011 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1316
Complementary color
Monochromatic Colors of #EE1316
Black with #EE1316
Text Example
Text Example
White with #EE1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1316; }
p { color: rgb(238,19,22); }
H1.HeaderClassName
{
color: #EE1316;
}
.AnyTagClassName
{
color: #EE1316;
}
</style>
background-color css
<style>
a { background-color: #EE1316; }
a { background-color: rgb(238,19,22); }
div.DivClassName
{
background-color: #EE1316;
}
.BgClassName
{
background-color: #EE1316;
}
</style>
border-color css
<style>
span { border-color: #EE1316; }
span { border-color: rgb(238,19,22); }
td.TdClassName
{
border-color: #EE1316;
}
.TagClassName
{
border-color: #EE1316;
}
</style>