Shades of Fire Engine Red #E41327
Tints of Fire Engine Red #E41327
RGB
CMYK
RGB Variations
Color information
#E41327 (or 0xE41327) is known color: Fire Engine Red. HEX triplet: E4, 13 and 27. RGB value is (228,19,39). Sum of RGB (Red+Green+Blue) = 228+19+39=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E41327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41327 is #1BECD8. Grayscale: #535353. Windows color (decimal): -1830105 or 2560996. OLE color: 2560996.
HSL color Cylindrical-coordinate representation of color #E41327: hue angle of 354.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41327 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 39 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.11 |
| HSL | 354.26º | 0.85% | 0.48% | - |
| HSV(B) | 354.26º | 0.92% | 0.89% | - |
| XYZ | 32.59 | 17.11 | 3.5 | - |
| YUV | 83.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 39 | 0 | 0.92 | 0.83 | 0.11 | 354.26 | 0.85 | 0.48 |
| Hex | E4 | 13 | 27 | 0 | 5C | 53 | B | 162 | 55 | 30 |
| Octal | 344 | 23 | 47 | 0 | 134 | 123 | 13 | 542 | 125 | 60 |
| Binary | 11100100 | 10011 | 100111 | 0 | 1011100 | 1010011 | 1011 | 101100010 | 1010101 | 110000 |
Color Harmonies of #E41327
Complementary color
Monochromatic Colors of #E41327
Black with #E41327
Text Example
Text Example
White with #E41327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41327; }
p { color: rgb(228,19,39); }
H1.HeaderClassName
{
color: #E41327;
}
.AnyTagClassName
{
color: #E41327;
}
</style>
background-color css
<style>
a { background-color: #E41327; }
a { background-color: rgb(228,19,39); }
div.DivClassName
{
background-color: #E41327;
}
.BgClassName
{
background-color: #E41327;
}
</style>
border-color css
<style>
span { border-color: #E41327; }
span { border-color: rgb(228,19,39); }
td.TdClassName
{
border-color: #E41327;
}
.TagClassName
{
border-color: #E41327;
}
</style>