Shades of Fire Engine Red #E0141D
Tints of Fire Engine Red #E0141D
RGB
CMYK
RGB Variations
Color information
#E0141D (or 0xE0141D) is known color: Fire Engine Red. HEX triplet: E0, 14 and 1D. RGB value is (224,20,29). Sum of RGB (Red+Green+Blue) = 224+20+29=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0141D is #1FEBE2. Grayscale: #525252. Windows color (decimal): -2092003 or 1905888. OLE color: 1905888.
HSL color Cylindrical-coordinate representation of color #E0141D: hue angle of 357.35º 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 #E0141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.12 |
| HSL | 357.35º | 0.84% | 0.48% | - |
| HSV(B) | 357.35º | 0.91% | 0.88% | - |
| XYZ | 31.21 | 16.44 | 2.69 | - |
| YUV | 82.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 29 | 0 | 0.91 | 0.87 | 0.12 | 357.35 | 0.84 | 0.48 |
| Hex | E0 | 14 | 1D | 0 | 5B | 57 | C | 165 | 54 | 30 |
| Octal | 340 | 24 | 35 | 0 | 133 | 127 | 14 | 545 | 124 | 60 |
| Binary | 11100000 | 10100 | 11101 | 0 | 1011011 | 1010111 | 1100 | 101100101 | 1010100 | 110000 |
Color Harmonies of #E0141D
Complementary color
Monochromatic Colors of #E0141D
Black with #E0141D
Text Example
Text Example
White with #E0141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0141D; }
p { color: rgb(224,20,29); }
H1.HeaderClassName
{
color: #E0141D;
}
.AnyTagClassName
{
color: #E0141D;
}
</style>
background-color css
<style>
a { background-color: #E0141D; }
a { background-color: rgb(224,20,29); }
div.DivClassName
{
background-color: #E0141D;
}
.BgClassName
{
background-color: #E0141D;
}
</style>
border-color css
<style>
span { border-color: #E0141D; }
span { border-color: rgb(224,20,29); }
td.TdClassName
{
border-color: #E0141D;
}
.TagClassName
{
border-color: #E0141D;
}
</style>