Shades of Fire Engine Red #E01425
Tints of Fire Engine Red #E01425
RGB
CMYK
RGB Variations
Color information
#E01425 (or 0xE01425) is known color: Fire Engine Red. HEX triplet: E0, 14 and 25. RGB value is (224,20,37). Sum of RGB (Red+Green+Blue) = 224+20+37=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01425 is #1FEBDA. Grayscale: #535353. Windows color (decimal): -2091995 or 2430176. OLE color: 2430176.
HSL color Cylindrical-coordinate representation of color #E01425: hue angle of 355º 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 #E01425 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 37 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.12 |
| HSL | 355º | 0.84% | 0.48% | - |
| HSV(B) | 355º | 0.91% | 0.88% | - |
| XYZ | 31.32 | 16.48 | 3.28 | - |
| YUV | 82.93 | 102.09 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 37 | 0 | 0.91 | 0.83 | 0.12 | 355 | 0.84 | 0.48 |
| Hex | E0 | 14 | 25 | 0 | 5B | 53 | C | 163 | 54 | 30 |
| Octal | 340 | 24 | 45 | 0 | 133 | 123 | 14 | 543 | 124 | 60 |
| Binary | 11100000 | 10100 | 100101 | 0 | 1011011 | 1010011 | 1100 | 101100011 | 1010100 | 110000 |
Color Harmonies of #E01425
Complementary color
Monochromatic Colors of #E01425
Black with #E01425
Text Example
Text Example
White with #E01425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01425; }
p { color: rgb(224,20,37); }
H1.HeaderClassName
{
color: #E01425;
}
.AnyTagClassName
{
color: #E01425;
}
</style>
background-color css
<style>
a { background-color: #E01425; }
a { background-color: rgb(224,20,37); }
div.DivClassName
{
background-color: #E01425;
}
.BgClassName
{
background-color: #E01425;
}
</style>
border-color css
<style>
span { border-color: #E01425; }
span { border-color: rgb(224,20,37); }
td.TdClassName
{
border-color: #E01425;
}
.TagClassName
{
border-color: #E01425;
}
</style>