Shades of Fire Engine Red #E01426
Tints of Fire Engine Red #E01426
RGB
CMYK
RGB Variations
Color information
#E01426 (or 0xE01426) is known color: Fire Engine Red. HEX triplet: E0, 14 and 26. RGB value is (224,20,38). Sum of RGB (Red+Green+Blue) = 224+20+38=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01426 is #1FEBD9. Grayscale: #535353. Windows color (decimal): -2091994 or 2495712. OLE color: 2495712.
HSL color Cylindrical-coordinate representation of color #E01426: hue angle of 354.71º 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 #E01426 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 38 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.12 |
| HSL | 354.71º | 0.84% | 0.48% | - |
| HSV(B) | 354.71º | 0.91% | 0.88% | - |
| XYZ | 31.34 | 16.49 | 3.36 | - |
| YUV | 83.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 38 | 0 | 0.91 | 0.83 | 0.12 | 354.71 | 0.84 | 0.48 |
| Hex | E0 | 14 | 26 | 0 | 5B | 53 | C | 163 | 54 | 30 |
| Octal | 340 | 24 | 46 | 0 | 133 | 123 | 14 | 543 | 124 | 60 |
| Binary | 11100000 | 10100 | 100110 | 0 | 1011011 | 1010011 | 1100 | 101100011 | 1010100 | 110000 |
Color Harmonies of #E01426
Complementary color
Monochromatic Colors of #E01426
Black with #E01426
Text Example
Text Example
White with #E01426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01426; }
p { color: rgb(224,20,38); }
H1.HeaderClassName
{
color: #E01426;
}
.AnyTagClassName
{
color: #E01426;
}
</style>
background-color css
<style>
a { background-color: #E01426; }
a { background-color: rgb(224,20,38); }
div.DivClassName
{
background-color: #E01426;
}
.BgClassName
{
background-color: #E01426;
}
</style>
border-color css
<style>
span { border-color: #E01426; }
span { border-color: rgb(224,20,38); }
td.TdClassName
{
border-color: #E01426;
}
.TagClassName
{
border-color: #E01426;
}
</style>