Shades of Fire Engine Red #E8121D
Tints of Fire Engine Red #E8121D
RGB
CMYK
RGB Variations
Color information
#E8121D (or 0xE8121D) is known color: Fire Engine Red. HEX triplet: E8, 12 and 1D. RGB value is (232,18,29). Sum of RGB (Red+Green+Blue) = 232+18+29=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E8121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8121D is #17EDE2. Grayscale: #535353. Windows color (decimal): -1568227 or 1905384. OLE color: 1905384.
HSL color Cylindrical-coordinate representation of color #E8121D: hue angle of 356.92º 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 #E8121D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.09 |
| HSL | 356.92º | 0.86% | 0.49% | - |
| HSV(B) | 356.92º | 0.92% | 0.91% | - |
| XYZ | 33.72 | 17.68 | 2.8 | - |
| YUV | 83.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 29 | 0 | 0.92 | 0.88 | 0.09 | 356.92 | 0.86 | 0.49 |
| Hex | E8 | 12 | 1D | 0 | 5C | 58 | 9 | 165 | 56 | 31 |
| Octal | 350 | 22 | 35 | 0 | 134 | 130 | 11 | 545 | 126 | 61 |
| Binary | 11101000 | 10010 | 11101 | 0 | 1011100 | 1011000 | 1001 | 101100101 | 1010110 | 110001 |
Color Harmonies of #E8121D
Complementary color
Monochromatic Colors of #E8121D
Black with #E8121D
Text Example
Text Example
White with #E8121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8121D; }
p { color: rgb(232,18,29); }
H1.HeaderClassName
{
color: #E8121D;
}
.AnyTagClassName
{
color: #E8121D;
}
</style>
background-color css
<style>
a { background-color: #E8121D; }
a { background-color: rgb(232,18,29); }
div.DivClassName
{
background-color: #E8121D;
}
.BgClassName
{
background-color: #E8121D;
}
</style>
border-color css
<style>
span { border-color: #E8121D; }
span { border-color: rgb(232,18,29); }
td.TdClassName
{
border-color: #E8121D;
}
.TagClassName
{
border-color: #E8121D;
}
</style>