Shades of Fire Engine Red #E9121A
Tints of Fire Engine Red #E9121A
RGB
CMYK
RGB Variations
Color information
#E9121A (or 0xE9121A) is known color: Fire Engine Red. HEX triplet: E9, 12 and 1A. RGB value is (233,18,26). Sum of RGB (Red+Green+Blue) = 233+18+26=277 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.12% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 233 - color contains mainly: red. Hex color #E9121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9121A is #16EDE5. Grayscale: #535353. Windows color (decimal): -1502694 or 1708777. OLE color: 1708777.
HSL color Cylindrical-coordinate representation of color #E9121A: hue angle of 357.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.09 |
| HSL | 357.77º | 0.86% | 0.49% | - |
| HSV(B) | 357.77º | 0.92% | 0.91% | - |
| XYZ | 34.01 | 17.83 | 2.63 | - |
| YUV | 83.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 26 | 0 | 0.92 | 0.89 | 0.09 | 357.77 | 0.86 | 0.49 |
| Hex | E9 | 12 | 1A | 0 | 5C | 59 | 9 | 166 | 56 | 31 |
| Octal | 351 | 22 | 32 | 0 | 134 | 131 | 11 | 546 | 126 | 61 |
| Binary | 11101001 | 10010 | 11010 | 0 | 1011100 | 1011001 | 1001 | 101100110 | 1010110 | 110001 |
Color Harmonies of #E9121A
Complementary color
Monochromatic Colors of #E9121A
Black with #E9121A
Text Example
Text Example
White with #E9121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9121A; }
p { color: rgb(233,18,26); }
H1.HeaderClassName
{
color: #E9121A;
}
.AnyTagClassName
{
color: #E9121A;
}
</style>
background-color css
<style>
a { background-color: #E9121A; }
a { background-color: rgb(233,18,26); }
div.DivClassName
{
background-color: #E9121A;
}
.BgClassName
{
background-color: #E9121A;
}
</style>
border-color css
<style>
span { border-color: #E9121A; }
span { border-color: rgb(233,18,26); }
td.TdClassName
{
border-color: #E9121A;
}
.TagClassName
{
border-color: #E9121A;
}
</style>