Shades of Fire Engine Red #E01427
Tints of Fire Engine Red #E01427
RGB
CMYK
RGB Variations
Color information
#E01427 (or 0xE01427) is known color: Fire Engine Red. HEX triplet: E0, 14 and 27. RGB value is (224,20,39). Sum of RGB (Red+Green+Blue) = 224+20+39=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E01427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01427 is #1FEBD8. Grayscale: #535353. Windows color (decimal): -2091993 or 2561248. OLE color: 2561248.
HSL color Cylindrical-coordinate representation of color #E01427: hue angle of 354.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01427 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.12 |
| HSL | 354.41º | 0.84% | 0.48% | - |
| HSV(B) | 354.41º | 0.91% | 0.88% | - |
| XYZ | 31.36 | 16.49 | 3.45 | - |
| YUV | 83.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 39 | 0 | 0.91 | 0.83 | 0.12 | 354.41 | 0.84 | 0.48 |
| Hex | E0 | 14 | 27 | 0 | 5B | 53 | C | 162 | 54 | 30 |
| Octal | 340 | 24 | 47 | 0 | 133 | 123 | 14 | 542 | 124 | 60 |
| Binary | 11100000 | 10100 | 100111 | 0 | 1011011 | 1010011 | 1100 | 101100010 | 1010100 | 110000 |
Color Harmonies of #E01427
Complementary color
Monochromatic Colors of #E01427
Black with #E01427
Text Example
Text Example
White with #E01427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01427; }
p { color: rgb(224,20,39); }
H1.HeaderClassName
{
color: #E01427;
}
.AnyTagClassName
{
color: #E01427;
}
</style>
background-color css
<style>
a { background-color: #E01427; }
a { background-color: rgb(224,20,39); }
div.DivClassName
{
background-color: #E01427;
}
.BgClassName
{
background-color: #E01427;
}
</style>
border-color css
<style>
span { border-color: #E01427; }
span { border-color: rgb(224,20,39); }
td.TdClassName
{
border-color: #E01427;
}
.TagClassName
{
border-color: #E01427;
}
</style>