Shades of Fire Engine Red #E7121A
Tints of Fire Engine Red #E7121A
RGB
CMYK
RGB Variations
Color information
#E7121A (or 0xE7121A) is known color: Fire Engine Red. HEX triplet: E7, 12 and 1A. RGB value is (231,18,26). Sum of RGB (Red+Green+Blue) = 231+18+26=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E7121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7121A is #18EDE5. Grayscale: #525252. Windows color (decimal): -1633766 or 1708775. OLE color: 1708775.
HSL color Cylindrical-coordinate representation of color #E7121A: hue angle of 357.75º 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 #E7121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.09 |
| HSL | 357.75º | 0.86% | 0.49% | - |
| HSV(B) | 357.75º | 0.92% | 0.91% | - |
| XYZ | 33.36 | 17.5 | 2.6 | - |
| YUV | 82.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 26 | 0 | 0.92 | 0.89 | 0.09 | 357.75 | 0.86 | 0.49 |
| Hex | E7 | 12 | 1A | 0 | 5C | 59 | 9 | 166 | 56 | 31 |
| Octal | 347 | 22 | 32 | 0 | 134 | 131 | 11 | 546 | 126 | 61 |
| Binary | 11100111 | 10010 | 11010 | 0 | 1011100 | 1011001 | 1001 | 101100110 | 1010110 | 110001 |
Color Harmonies of #E7121A
Complementary color
Monochromatic Colors of #E7121A
Black with #E7121A
Text Example
Text Example
White with #E7121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7121A; }
p { color: rgb(231,18,26); }
H1.HeaderClassName
{
color: #E7121A;
}
.AnyTagClassName
{
color: #E7121A;
}
</style>
background-color css
<style>
a { background-color: #E7121A; }
a { background-color: rgb(231,18,26); }
div.DivClassName
{
background-color: #E7121A;
}
.BgClassName
{
background-color: #E7121A;
}
</style>
border-color css
<style>
span { border-color: #E7121A; }
span { border-color: rgb(231,18,26); }
td.TdClassName
{
border-color: #E7121A;
}
.TagClassName
{
border-color: #E7121A;
}
</style>