Shades of Fire Engine Red #E1181B
Tints of Fire Engine Red #E1181B
RGB
CMYK
RGB Variations
Color information
#E1181B (or 0xE1181B) is known color: Fire Engine Red. HEX triplet: E1, 18 and 1B. RGB value is (225,24,27). Sum of RGB (Red+Green+Blue) = 225+24+27=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E1181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1181B is #1EE7E4. Grayscale: #545454. Windows color (decimal): -2025445 or 1775841. OLE color: 1775841.
HSL color Cylindrical-coordinate representation of color #E1181B: hue angle of 359.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1181B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.12 |
| HSL | 359.1º | 0.81% | 0.49% | - |
| HSV(B) | 359.1º | 0.89% | 0.88% | - |
| XYZ | 31.58 | 16.74 | 2.6 | - |
| YUV | 84.44 | 95.59 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 27 | 0 | 0.89 | 0.88 | 0.12 | 359.1 | 0.81 | 0.49 |
| Hex | E1 | 18 | 1B | 0 | 59 | 58 | C | 167 | 51 | 31 |
| Octal | 341 | 30 | 33 | 0 | 131 | 130 | 14 | 547 | 121 | 61 |
| Binary | 11100001 | 11000 | 11011 | 0 | 1011001 | 1011000 | 1100 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E1181B
Complementary color
Monochromatic Colors of #E1181B
Black with #E1181B
Text Example
Text Example
White with #E1181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1181B; }
p { color: rgb(225,24,27); }
H1.HeaderClassName
{
color: #E1181B;
}
.AnyTagClassName
{
color: #E1181B;
}
</style>
background-color css
<style>
a { background-color: #E1181B; }
a { background-color: rgb(225,24,27); }
div.DivClassName
{
background-color: #E1181B;
}
.BgClassName
{
background-color: #E1181B;
}
</style>
border-color css
<style>
span { border-color: #E1181B; }
span { border-color: rgb(225,24,27); }
td.TdClassName
{
border-color: #E1181B;
}
.TagClassName
{
border-color: #E1181B;
}
</style>