Shades of Fire Engine Red #E1151A
Tints of Fire Engine Red #E1151A
RGB
CMYK
RGB Variations
Color information
#E1151A (or 0xE1151A) is known color: Fire Engine Red. HEX triplet: E1, 15 and 1A. RGB value is (225,21,26). Sum of RGB (Red+Green+Blue) = 225+21+26=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1151A is #1EEAE5. Grayscale: #525252. Windows color (decimal): -2026214 or 1709537. OLE color: 1709537.
HSL color Cylindrical-coordinate representation of color #E1151A: hue angle of 358.53º 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 #E1151A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.12 |
| HSL | 358.53º | 0.83% | 0.48% | - |
| HSV(B) | 358.53º | 0.91% | 0.88% | - |
| XYZ | 31.51 | 16.62 | 2.52 | - |
| YUV | 82.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 26 | 0 | 0.91 | 0.88 | 0.12 | 358.53 | 0.83 | 0.48 |
| Hex | E1 | 15 | 1A | 0 | 5B | 58 | C | 167 | 53 | 30 |
| Octal | 341 | 25 | 32 | 0 | 133 | 130 | 14 | 547 | 123 | 60 |
| Binary | 11100001 | 10101 | 11010 | 0 | 1011011 | 1011000 | 1100 | 101100111 | 1010011 | 110000 |
Color Harmonies of #E1151A
Complementary color
Monochromatic Colors of #E1151A
Black with #E1151A
Text Example
Text Example
White with #E1151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1151A; }
p { color: rgb(225,21,26); }
H1.HeaderClassName
{
color: #E1151A;
}
.AnyTagClassName
{
color: #E1151A;
}
</style>
background-color css
<style>
a { background-color: #E1151A; }
a { background-color: rgb(225,21,26); }
div.DivClassName
{
background-color: #E1151A;
}
.BgClassName
{
background-color: #E1151A;
}
</style>
border-color css
<style>
span { border-color: #E1151A; }
span { border-color: rgb(225,21,26); }
td.TdClassName
{
border-color: #E1151A;
}
.TagClassName
{
border-color: #E1151A;
}
</style>