Shades of Fire Engine Red #EE1419
Tints of Fire Engine Red #EE1419
RGB
CMYK
RGB Variations
Color information
#EE1419 (or 0xEE1419) is known color: Fire Engine Red. HEX triplet: EE, 14 and 19. RGB value is (238,20,25). Sum of RGB (Red+Green+Blue) = 238+20+25=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1419 is #11EBE6. Grayscale: #555555. Windows color (decimal): -1174503 or 1643758. OLE color: 1643758.
HSL color Cylindrical-coordinate representation of color #EE1419: hue angle of 358.62º 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 #EE1419 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.62º | 0.87% | 0.51% | - |
| HSV(B) | 358.62º | 0.92% | 0.93% | - |
| XYZ | 35.69 | 18.75 | 2.66 | - |
| YUV | 85.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 25 | 0 | 0.92 | 0.89 | 0.07 | 358.62 | 0.87 | 0.51 |
| Hex | EE | 14 | 19 | 0 | 5C | 59 | 7 | 167 | 57 | 33 |
| Octal | 356 | 24 | 31 | 0 | 134 | 131 | 7 | 547 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001 | 0 | 1011100 | 1011001 | 111 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EE1419
Complementary color
Monochromatic Colors of #EE1419
Black with #EE1419
Text Example
Text Example
White with #EE1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1419; }
p { color: rgb(238,20,25); }
H1.HeaderClassName
{
color: #EE1419;
}
.AnyTagClassName
{
color: #EE1419;
}
</style>
background-color css
<style>
a { background-color: #EE1419; }
a { background-color: rgb(238,20,25); }
div.DivClassName
{
background-color: #EE1419;
}
.BgClassName
{
background-color: #EE1419;
}
</style>
border-color css
<style>
span { border-color: #EE1419; }
span { border-color: rgb(238,20,25); }
td.TdClassName
{
border-color: #EE1419;
}
.TagClassName
{
border-color: #EE1419;
}
</style>