Shades of Fire Engine Red #E9121B
Tints of Fire Engine Red #E9121B
RGB
CMYK
RGB Variations
Color information
#E9121B (or 0xE9121B) is known color: Fire Engine Red. HEX triplet: E9, 12 and 1B. RGB value is (233,18,27). Sum of RGB (Red+Green+Blue) = 233+18+27=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9121B is #16EDE4. Grayscale: #535353. Windows color (decimal): -1502693 or 1774313. OLE color: 1774313.
HSL color Cylindrical-coordinate representation of color #E9121B: hue angle of 357.49º 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 #E9121B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.09 |
| HSL | 357.49º | 0.86% | 0.49% | - |
| HSV(B) | 357.49º | 0.92% | 0.91% | - |
| XYZ | 34.02 | 17.84 | 2.69 | - |
| YUV | 83.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 27 | 0 | 0.92 | 0.88 | 0.09 | 357.49 | 0.86 | 0.49 |
| Hex | E9 | 12 | 1B | 0 | 5C | 58 | 9 | 165 | 56 | 31 |
| Octal | 351 | 22 | 33 | 0 | 134 | 130 | 11 | 545 | 126 | 61 |
| Binary | 11101001 | 10010 | 11011 | 0 | 1011100 | 1011000 | 1001 | 101100101 | 1010110 | 110001 |
Color Harmonies of #E9121B
Complementary color
Monochromatic Colors of #E9121B
Black with #E9121B
Text Example
Text Example
White with #E9121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9121B; }
p { color: rgb(233,18,27); }
H1.HeaderClassName
{
color: #E9121B;
}
.AnyTagClassName
{
color: #E9121B;
}
</style>
background-color css
<style>
a { background-color: #E9121B; }
a { background-color: rgb(233,18,27); }
div.DivClassName
{
background-color: #E9121B;
}
.BgClassName
{
background-color: #E9121B;
}
</style>
border-color css
<style>
span { border-color: #E9121B; }
span { border-color: rgb(233,18,27); }
td.TdClassName
{
border-color: #E9121B;
}
.TagClassName
{
border-color: #E9121B;
}
</style>