Shades of Fire Engine Red #E1141B
Tints of Fire Engine Red #E1141B
RGB
CMYK
RGB Variations
Color information
#E1141B (or 0xE1141B) is known color: Fire Engine Red. HEX triplet: E1, 14 and 1B. RGB value is (225,20,27). Sum of RGB (Red+Green+Blue) = 225+20+27=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1141B is #1EEBE4. Grayscale: #525252. Windows color (decimal): -2026469 or 1774817. OLE color: 1774817.
HSL color Cylindrical-coordinate representation of color #E1141B: hue angle of 357.95º 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 #E1141B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.12 |
| HSL | 357.95º | 0.84% | 0.48% | - |
| HSV(B) | 357.95º | 0.91% | 0.88% | - |
| XYZ | 31.5 | 16.59 | 2.58 | - |
| YUV | 82.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 27 | 0 | 0.91 | 0.88 | 0.12 | 357.95 | 0.84 | 0.48 |
| Hex | E1 | 14 | 1B | 0 | 5B | 58 | C | 166 | 54 | 30 |
| Octal | 341 | 24 | 33 | 0 | 133 | 130 | 14 | 546 | 124 | 60 |
| Binary | 11100001 | 10100 | 11011 | 0 | 1011011 | 1011000 | 1100 | 101100110 | 1010100 | 110000 |
Color Harmonies of #E1141B
Complementary color
Monochromatic Colors of #E1141B
Black with #E1141B
Text Example
Text Example
White with #E1141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1141B; }
p { color: rgb(225,20,27); }
H1.HeaderClassName
{
color: #E1141B;
}
.AnyTagClassName
{
color: #E1141B;
}
</style>
background-color css
<style>
a { background-color: #E1141B; }
a { background-color: rgb(225,20,27); }
div.DivClassName
{
background-color: #E1141B;
}
.BgClassName
{
background-color: #E1141B;
}
</style>
border-color css
<style>
span { border-color: #E1141B; }
span { border-color: rgb(225,20,27); }
td.TdClassName
{
border-color: #E1141B;
}
.TagClassName
{
border-color: #E1141B;
}
</style>