Shades of Fire Engine Red #E01927
Tints of Fire Engine Red #E01927
RGB
CMYK
RGB Variations
Color information
#E01927 (or 0xE01927) is known color: Fire Engine Red. HEX triplet: E0, 19 and 27. RGB value is (224,25,39). Sum of RGB (Red+Green+Blue) = 224+25+39=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E01927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01927 is #1FE6D8. Grayscale: #565656. Windows color (decimal): -2090713 or 2562528. OLE color: 2562528.
HSL color Cylindrical-coordinate representation of color #E01927: hue angle of 355.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01927 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 39 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.12 |
| HSL | 355.78º | 0.8% | 0.49% | - |
| HSV(B) | 355.78º | 0.89% | 0.88% | - |
| XYZ | 31.45 | 16.69 | 3.48 | - |
| YUV | 86.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 39 | 0 | 0.89 | 0.83 | 0.12 | 355.78 | 0.8 | 0.49 |
| Hex | E0 | 19 | 27 | 0 | 59 | 53 | C | 164 | 50 | 31 |
| Octal | 340 | 31 | 47 | 0 | 131 | 123 | 14 | 544 | 120 | 61 |
| Binary | 11100000 | 11001 | 100111 | 0 | 1011001 | 1010011 | 1100 | 101100100 | 1010000 | 110001 |
Color Harmonies of #E01927
Complementary color
Monochromatic Colors of #E01927
Black with #E01927
Text Example
Text Example
White with #E01927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01927; }
p { color: rgb(224,25,39); }
H1.HeaderClassName
{
color: #E01927;
}
.AnyTagClassName
{
color: #E01927;
}
</style>
background-color css
<style>
a { background-color: #E01927; }
a { background-color: rgb(224,25,39); }
div.DivClassName
{
background-color: #E01927;
}
.BgClassName
{
background-color: #E01927;
}
</style>
border-color css
<style>
span { border-color: #E01927; }
span { border-color: rgb(224,25,39); }
td.TdClassName
{
border-color: #E01927;
}
.TagClassName
{
border-color: #E01927;
}
</style>