Shades of Fire Engine Red #EE0914
Tints of Fire Engine Red #EE0914
RGB
CMYK
RGB Variations
Color information
#EE0914 (or 0xEE0914) is known color: Fire Engine Red. HEX triplet: EE, 09 and 14. RGB value is (238,9,20). Sum of RGB (Red+Green+Blue) = 238+9+20=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0914 is #11F6EB. Grayscale: #4E4E4E. Windows color (decimal): -1177324 or 1313262. OLE color: 1313262.
HSL color Cylindrical-coordinate representation of color #EE0914: hue angle of 357.12º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.07 |
| HSL | 357.12º | 0.93% | 0.48% | - |
| HSV(B) | 357.12º | 0.96% | 0.93% | - |
| XYZ | 35.48 | 18.42 | 2.35 | - |
| YUV | 78.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 20 | 0 | 0.96 | 0.92 | 0.07 | 357.12 | 0.93 | 0.48 |
| Hex | EE | 9 | 14 | 0 | 60 | 5C | 7 | 165 | 5D | 30 |
| Octal | 356 | 11 | 24 | 0 | 140 | 134 | 7 | 545 | 135 | 60 |
| Binary | 11101110 | 1001 | 10100 | 0 | 1100000 | 1011100 | 111 | 101100101 | 1011101 | 110000 |
Color Harmonies of #EE0914
Complementary color
Monochromatic Colors of #EE0914
Black with #EE0914
Text Example
Text Example
White with #EE0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0914; }
p { color: rgb(238,9,20); }
H1.HeaderClassName
{
color: #EE0914;
}
.AnyTagClassName
{
color: #EE0914;
}
</style>
background-color css
<style>
a { background-color: #EE0914; }
a { background-color: rgb(238,9,20); }
div.DivClassName
{
background-color: #EE0914;
}
.BgClassName
{
background-color: #EE0914;
}
</style>
border-color css
<style>
span { border-color: #EE0914; }
span { border-color: rgb(238,9,20); }
td.TdClassName
{
border-color: #EE0914;
}
.TagClassName
{
border-color: #EE0914;
}
</style>