Shades of Fire Engine Red #E4181B
Tints of Fire Engine Red #E4181B
RGB
CMYK
RGB Variations
Color information
#E4181B (or 0xE4181B) is known color: Fire Engine Red. HEX triplet: E4, 18 and 1B. RGB value is (228,24,27). Sum of RGB (Red+Green+Blue) = 228+24+27=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E4181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4181B is #1BE7E4. Grayscale: #555555. Windows color (decimal): -1828837 or 1775844. OLE color: 1775844.
HSL color Cylindrical-coordinate representation of color #E4181B: hue angle of 359.12º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4181B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.11 |
| HSL | 359.12º | 0.81% | 0.49% | - |
| HSV(B) | 359.12º | 0.89% | 0.89% | - |
| XYZ | 32.52 | 17.23 | 2.65 | - |
| YUV | 85.34 | 95.09 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 27 | 0 | 0.89 | 0.88 | 0.11 | 359.12 | 0.81 | 0.49 |
| Hex | E4 | 18 | 1B | 0 | 59 | 58 | B | 167 | 51 | 31 |
| Octal | 344 | 30 | 33 | 0 | 131 | 130 | 13 | 547 | 121 | 61 |
| Binary | 11100100 | 11000 | 11011 | 0 | 1011001 | 1011000 | 1011 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E4181B
Complementary color
Monochromatic Colors of #E4181B
Black with #E4181B
Text Example
Text Example
White with #E4181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4181B; }
p { color: rgb(228,24,27); }
H1.HeaderClassName
{
color: #E4181B;
}
.AnyTagClassName
{
color: #E4181B;
}
</style>
background-color css
<style>
a { background-color: #E4181B; }
a { background-color: rgb(228,24,27); }
div.DivClassName
{
background-color: #E4181B;
}
.BgClassName
{
background-color: #E4181B;
}
</style>
border-color css
<style>
span { border-color: #E4181B; }
span { border-color: rgb(228,24,27); }
td.TdClassName
{
border-color: #E4181B;
}
.TagClassName
{
border-color: #E4181B;
}
</style>