Shades of Fire Engine Red #E1151C
Tints of Fire Engine Red #E1151C
RGB
CMYK
RGB Variations
Color information
#E1151C (or 0xE1151C) is known color: Fire Engine Red. HEX triplet: E1, 15 and 1C. RGB value is (225,21,28). Sum of RGB (Red+Green+Blue) = 225+21+28=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1151C is #1EEAE3. Grayscale: #525252. Windows color (decimal): -2026212 or 1840609. OLE color: 1840609.
HSL color Cylindrical-coordinate representation of color #E1151C: hue angle of 357.94º degrees, saturation: 0.83, 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 #E1151C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 28 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.12 |
| HSL | 357.94º | 0.83% | 0.48% | - |
| HSV(B) | 357.94º | 0.91% | 0.88% | - |
| XYZ | 31.53 | 16.63 | 2.65 | - |
| YUV | 82.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 28 | 0 | 0.91 | 0.88 | 0.12 | 357.94 | 0.83 | 0.48 |
| Hex | E1 | 15 | 1C | 0 | 5B | 58 | C | 166 | 53 | 30 |
| Octal | 341 | 25 | 34 | 0 | 133 | 130 | 14 | 546 | 123 | 60 |
| Binary | 11100001 | 10101 | 11100 | 0 | 1011011 | 1011000 | 1100 | 101100110 | 1010011 | 110000 |
Color Harmonies of #E1151C
Complementary color
Monochromatic Colors of #E1151C
Black with #E1151C
Text Example
Text Example
White with #E1151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1151C; }
p { color: rgb(225,21,28); }
H1.HeaderClassName
{
color: #E1151C;
}
.AnyTagClassName
{
color: #E1151C;
}
</style>
background-color css
<style>
a { background-color: #E1151C; }
a { background-color: rgb(225,21,28); }
div.DivClassName
{
background-color: #E1151C;
}
.BgClassName
{
background-color: #E1151C;
}
</style>
border-color css
<style>
span { border-color: #E1151C; }
span { border-color: rgb(225,21,28); }
td.TdClassName
{
border-color: #E1151C;
}
.TagClassName
{
border-color: #E1151C;
}
</style>