Shades of Fire Engine Red #EE1519
Tints of Fire Engine Red #EE1519
RGB
CMYK
RGB Variations
Color information
#EE1519 (or 0xEE1519) is known color: Fire Engine Red. HEX triplet: EE, 15 and 19. RGB value is (238,21,25). Sum of RGB (Red+Green+Blue) = 238+21+25=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1519 is #11EAE6. Grayscale: #565656. Windows color (decimal): -1174247 or 1644014. OLE color: 1644014.
HSL color Cylindrical-coordinate representation of color #EE1519: hue angle of 358.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.07 |
| HSL | 358.89º | 0.86% | 0.51% | - |
| HSV(B) | 358.89º | 0.91% | 0.93% | - |
| XYZ | 35.7 | 18.78 | 2.66 | - |
| YUV | 86.34 | 93.39 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 25 | 0 | 0.91 | 0.89 | 0.07 | 358.89 | 0.86 | 0.51 |
| Hex | EE | 15 | 19 | 0 | 5B | 59 | 7 | 167 | 56 | 33 |
| Octal | 356 | 25 | 31 | 0 | 133 | 131 | 7 | 547 | 126 | 63 |
| Binary | 11101110 | 10101 | 11001 | 0 | 1011011 | 1011001 | 111 | 101100111 | 1010110 | 110011 |
Color Harmonies of #EE1519
Complementary color
Monochromatic Colors of #EE1519
Black with #EE1519
Text Example
Text Example
White with #EE1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1519; }
p { color: rgb(238,21,25); }
H1.HeaderClassName
{
color: #EE1519;
}
.AnyTagClassName
{
color: #EE1519;
}
</style>
background-color css
<style>
a { background-color: #EE1519; }
a { background-color: rgb(238,21,25); }
div.DivClassName
{
background-color: #EE1519;
}
.BgClassName
{
background-color: #EE1519;
}
</style>
border-color css
<style>
span { border-color: #EE1519; }
span { border-color: rgb(238,21,25); }
td.TdClassName
{
border-color: #EE1519;
}
.TagClassName
{
border-color: #EE1519;
}
</style>