Shades of Fire Engine Red #E4181C
Tints of Fire Engine Red #E4181C
RGB
CMYK
RGB Variations
Color information
#E4181C (or 0xE4181C) is known color: Fire Engine Red. HEX triplet: E4, 18 and 1C. RGB value is (228,24,28). Sum of RGB (Red+Green+Blue) = 228+24+28=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E4181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4181C is #1BE7E3. Grayscale: #555555. Windows color (decimal): -1828836 or 1841380. OLE color: 1841380.
HSL color Cylindrical-coordinate representation of color #E4181C: hue angle of 358.82º 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 #E4181C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.11 |
| HSL | 358.82º | 0.81% | 0.49% | - |
| HSV(B) | 358.82º | 0.89% | 0.89% | - |
| XYZ | 32.53 | 17.23 | 2.71 | - |
| YUV | 85.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 28 | 0 | 0.89 | 0.88 | 0.11 | 358.82 | 0.81 | 0.49 |
| Hex | E4 | 18 | 1C | 0 | 59 | 58 | B | 167 | 51 | 31 |
| Octal | 344 | 30 | 34 | 0 | 131 | 130 | 13 | 547 | 121 | 61 |
| Binary | 11100100 | 11000 | 11100 | 0 | 1011001 | 1011000 | 1011 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E4181C
Complementary color
Monochromatic Colors of #E4181C
Black with #E4181C
Text Example
Text Example
White with #E4181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4181C; }
p { color: rgb(228,24,28); }
H1.HeaderClassName
{
color: #E4181C;
}
.AnyTagClassName
{
color: #E4181C;
}
</style>
background-color css
<style>
a { background-color: #E4181C; }
a { background-color: rgb(228,24,28); }
div.DivClassName
{
background-color: #E4181C;
}
.BgClassName
{
background-color: #E4181C;
}
</style>
border-color css
<style>
span { border-color: #E4181C; }
span { border-color: rgb(228,24,28); }
td.TdClassName
{
border-color: #E4181C;
}
.TagClassName
{
border-color: #E4181C;
}
</style>