Shades of Fire Engine Red #EE121A
Tints of Fire Engine Red #EE121A
RGB
CMYK
RGB Variations
Color information
#EE121A (or 0xEE121A) is known color: Fire Engine Red. HEX triplet: EE, 12 and 1A. RGB value is (238,18,26). Sum of RGB (Red+Green+Blue) = 238+18+26=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE121A is #11EDE5. Grayscale: #545454. Windows color (decimal): -1175014 or 1708782. OLE color: 1708782.
HSL color Cylindrical-coordinate representation of color #EE121A: hue angle of 357.82º 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 #EE121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 357.82º | 0.87% | 0.5% | - |
| HSV(B) | 357.82º | 0.92% | 0.93% | - |
| XYZ | 35.66 | 18.68 | 2.7 | - |
| YUV | 84.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 26 | 0 | 0.92 | 0.89 | 0.07 | 357.82 | 0.87 | 0.5 |
| Hex | EE | 12 | 1A | 0 | 5C | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 22 | 32 | 0 | 134 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10010 | 11010 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE121A
Complementary color
Monochromatic Colors of #EE121A
Black with #EE121A
Text Example
Text Example
White with #EE121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE121A; }
p { color: rgb(238,18,26); }
H1.HeaderClassName
{
color: #EE121A;
}
.AnyTagClassName
{
color: #EE121A;
}
</style>
background-color css
<style>
a { background-color: #EE121A; }
a { background-color: rgb(238,18,26); }
div.DivClassName
{
background-color: #EE121A;
}
.BgClassName
{
background-color: #EE121A;
}
</style>
border-color css
<style>
span { border-color: #EE121A; }
span { border-color: rgb(238,18,26); }
td.TdClassName
{
border-color: #EE121A;
}
.TagClassName
{
border-color: #EE121A;
}
</style>