Shades of Fire Engine Red #E41427
Tints of Fire Engine Red #E41427
RGB
CMYK
RGB Variations
Color information
#E41427 (or 0xE41427) is known color: Fire Engine Red. HEX triplet: E4, 14 and 27. RGB value is (228,20,39). Sum of RGB (Red+Green+Blue) = 228+20+39=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E41427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41427 is #1BEBD8. Grayscale: #545454. Windows color (decimal): -1829849 or 2561252. OLE color: 2561252.
HSL color Cylindrical-coordinate representation of color #E41427: hue angle of 354.52º degrees, saturation: 0.84, 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 #E41427 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.11 |
| HSL | 354.52º | 0.84% | 0.49% | - |
| HSV(B) | 354.52º | 0.91% | 0.89% | - |
| XYZ | 32.61 | 17.14 | 3.51 | - |
| YUV | 84.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 39 | 0 | 0.91 | 0.83 | 0.11 | 354.52 | 0.84 | 0.49 |
| Hex | E4 | 14 | 27 | 0 | 5B | 53 | B | 163 | 54 | 31 |
| Octal | 344 | 24 | 47 | 0 | 133 | 123 | 13 | 543 | 124 | 61 |
| Binary | 11100100 | 10100 | 100111 | 0 | 1011011 | 1010011 | 1011 | 101100011 | 1010100 | 110001 |
Color Harmonies of #E41427
Complementary color
Monochromatic Colors of #E41427
Black with #E41427
Text Example
Text Example
White with #E41427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41427; }
p { color: rgb(228,20,39); }
H1.HeaderClassName
{
color: #E41427;
}
.AnyTagClassName
{
color: #E41427;
}
</style>
background-color css
<style>
a { background-color: #E41427; }
a { background-color: rgb(228,20,39); }
div.DivClassName
{
background-color: #E41427;
}
.BgClassName
{
background-color: #E41427;
}
</style>
border-color css
<style>
span { border-color: #E41427; }
span { border-color: rgb(228,20,39); }
td.TdClassName
{
border-color: #E41427;
}
.TagClassName
{
border-color: #E41427;
}
</style>