Shades of Fire Engine Red #E1151E
Tints of Fire Engine Red #E1151E
RGB
CMYK
RGB Variations
Color information
#E1151E (or 0xE1151E) is known color: Fire Engine Red. HEX triplet: E1, 15 and 1E. RGB value is (225,21,30). Sum of RGB (Red+Green+Blue) = 225+21+30=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E1151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1151E is #1EEAE1. Grayscale: #535353. Windows color (decimal): -2026210 or 1971681. OLE color: 1971681.
HSL color Cylindrical-coordinate representation of color #E1151E: hue angle of 357.35º 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 #E1151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.12 |
| HSL | 357.35º | 0.83% | 0.48% | - |
| HSV(B) | 357.35º | 0.91% | 0.88% | - |
| XYZ | 31.55 | 16.64 | 2.78 | - |
| YUV | 83.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 30 | 0 | 0.91 | 0.87 | 0.12 | 357.35 | 0.83 | 0.48 |
| Hex | E1 | 15 | 1E | 0 | 5B | 57 | C | 165 | 53 | 30 |
| Octal | 341 | 25 | 36 | 0 | 133 | 127 | 14 | 545 | 123 | 60 |
| Binary | 11100001 | 10101 | 11110 | 0 | 1011011 | 1010111 | 1100 | 101100101 | 1010011 | 110000 |
Color Harmonies of #E1151E
Complementary color
Monochromatic Colors of #E1151E
Black with #E1151E
Text Example
Text Example
White with #E1151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1151E; }
p { color: rgb(225,21,30); }
H1.HeaderClassName
{
color: #E1151E;
}
.AnyTagClassName
{
color: #E1151E;
}
</style>
background-color css
<style>
a { background-color: #E1151E; }
a { background-color: rgb(225,21,30); }
div.DivClassName
{
background-color: #E1151E;
}
.BgClassName
{
background-color: #E1151E;
}
</style>
border-color css
<style>
span { border-color: #E1151E; }
span { border-color: rgb(225,21,30); }
td.TdClassName
{
border-color: #E1151E;
}
.TagClassName
{
border-color: #E1151E;
}
</style>