Shades of Fire Engine Red #E4151F
Tints of Fire Engine Red #E4151F
RGB
CMYK
RGB Variations
Color information
#E4151F (or 0xE4151F) is known color: Fire Engine Red. HEX triplet: E4, 15 and 1F. RGB value is (228,21,31). Sum of RGB (Red+Green+Blue) = 228+21+31=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E4151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4151F is #1BEAE0. Grayscale: #545454. Windows color (decimal): -1829601 or 2037220. OLE color: 2037220.
HSL color Cylindrical-coordinate representation of color #E4151F: hue angle of 357.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4151F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.11 |
| HSL | 357.1º | 0.83% | 0.49% | - |
| HSV(B) | 357.1º | 0.91% | 0.89% | - |
| XYZ | 32.51 | 17.13 | 2.89 | - |
| YUV | 84.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 31 | 0 | 0.91 | 0.86 | 0.11 | 357.1 | 0.83 | 0.49 |
| Hex | E4 | 15 | 1F | 0 | 5B | 56 | B | 165 | 53 | 31 |
| Octal | 344 | 25 | 37 | 0 | 133 | 126 | 13 | 545 | 123 | 61 |
| Binary | 11100100 | 10101 | 11111 | 0 | 1011011 | 1010110 | 1011 | 101100101 | 1010011 | 110001 |
Color Harmonies of #E4151F
Complementary color
Monochromatic Colors of #E4151F
Black with #E4151F
Text Example
Text Example
White with #E4151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4151F; }
p { color: rgb(228,21,31); }
H1.HeaderClassName
{
color: #E4151F;
}
.AnyTagClassName
{
color: #E4151F;
}
</style>
background-color css
<style>
a { background-color: #E4151F; }
a { background-color: rgb(228,21,31); }
div.DivClassName
{
background-color: #E4151F;
}
.BgClassName
{
background-color: #E4151F;
}
</style>
border-color css
<style>
span { border-color: #E4151F; }
span { border-color: rgb(228,21,31); }
td.TdClassName
{
border-color: #E4151F;
}
.TagClassName
{
border-color: #E4151F;
}
</style>