Shades of Fire Engine Red #EE1319
Tints of Fire Engine Red #EE1319
RGB
CMYK
RGB Variations
Color information
#EE1319 (or 0xEE1319) is known color: Fire Engine Red. HEX triplet: EE, 13 and 19. RGB value is (238,19,25). Sum of RGB (Red+Green+Blue) = 238+19+25=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1319 is #11ECE6. Grayscale: #555555. Windows color (decimal): -1174759 or 1643502. OLE color: 1643502.
HSL color Cylindrical-coordinate representation of color #EE1319: hue angle of 358.36º 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 #EE1319 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.36º | 0.87% | 0.5% | - |
| HSV(B) | 358.36º | 0.92% | 0.93% | - |
| XYZ | 35.67 | 18.71 | 2.65 | - |
| YUV | 85.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 25 | 0 | 0.92 | 0.89 | 0.07 | 358.36 | 0.87 | 0.5 |
| Hex | EE | 13 | 19 | 0 | 5C | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 23 | 31 | 0 | 134 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10011 | 11001 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE1319
Complementary color
Monochromatic Colors of #EE1319
Black with #EE1319
Text Example
Text Example
White with #EE1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1319; }
p { color: rgb(238,19,25); }
H1.HeaderClassName
{
color: #EE1319;
}
.AnyTagClassName
{
color: #EE1319;
}
</style>
background-color css
<style>
a { background-color: #EE1319; }
a { background-color: rgb(238,19,25); }
div.DivClassName
{
background-color: #EE1319;
}
.BgClassName
{
background-color: #EE1319;
}
</style>
border-color css
<style>
span { border-color: #EE1319; }
span { border-color: rgb(238,19,25); }
td.TdClassName
{
border-color: #EE1319;
}
.TagClassName
{
border-color: #EE1319;
}
</style>