Shades of Fire Engine Red #EE1019
Tints of Fire Engine Red #EE1019
RGB
CMYK
RGB Variations
Color information
#EE1019 (or 0xEE1019) is known color: Fire Engine Red. HEX triplet: EE, 10 and 19. RGB value is (238,16,25). Sum of RGB (Red+Green+Blue) = 238+16+25=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1019 is #11EFE6. Grayscale: #535353. Windows color (decimal): -1175527 or 1642734. OLE color: 1642734.
HSL color Cylindrical-coordinate representation of color #EE1019: hue angle of 357.57º 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 #EE1019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.57º | 0.87% | 0.5% | - |
| HSV(B) | 357.57º | 0.93% | 0.93% | - |
| XYZ | 35.62 | 18.62 | 2.64 | - |
| YUV | 83.4 | 95.05 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 25 | 0 | 0.93 | 0.89 | 0.07 | 357.57 | 0.87 | 0.5 |
| Hex | EE | 10 | 19 | 0 | 5D | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 20 | 31 | 0 | 135 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10000 | 11001 | 0 | 1011101 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE1019
Complementary color
Monochromatic Colors of #EE1019
Black with #EE1019
Text Example
Text Example
White with #EE1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1019; }
p { color: rgb(238,16,25); }
H1.HeaderClassName
{
color: #EE1019;
}
.AnyTagClassName
{
color: #EE1019;
}
</style>
background-color css
<style>
a { background-color: #EE1019; }
a { background-color: rgb(238,16,25); }
div.DivClassName
{
background-color: #EE1019;
}
.BgClassName
{
background-color: #EE1019;
}
</style>
border-color css
<style>
span { border-color: #EE1019; }
span { border-color: rgb(238,16,25); }
td.TdClassName
{
border-color: #EE1019;
}
.TagClassName
{
border-color: #EE1019;
}
</style>