Shades of Fire Engine Red #E1181D
Tints of Fire Engine Red #E1181D
RGB
CMYK
RGB Variations
Color information
#E1181D (or 0xE1181D) is known color: Fire Engine Red. HEX triplet: E1, 18 and 1D. RGB value is (225,24,29). Sum of RGB (Red+Green+Blue) = 225+24+29=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1181D is #1EE7E2. Grayscale: #545454. Windows color (decimal): -2025443 or 1906913. OLE color: 1906913.
HSL color Cylindrical-coordinate representation of color #E1181D: hue angle of 358.51º 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 #E1181D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.12 |
| HSL | 358.51º | 0.81% | 0.49% | - |
| HSV(B) | 358.51º | 0.89% | 0.88% | - |
| XYZ | 31.6 | 16.75 | 2.73 | - |
| YUV | 84.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 29 | 0 | 0.89 | 0.87 | 0.12 | 358.51 | 0.81 | 0.49 |
| Hex | E1 | 18 | 1D | 0 | 59 | 57 | C | 167 | 51 | 31 |
| Octal | 341 | 30 | 35 | 0 | 131 | 127 | 14 | 547 | 121 | 61 |
| Binary | 11100001 | 11000 | 11101 | 0 | 1011001 | 1010111 | 1100 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E1181D
Complementary color
Monochromatic Colors of #E1181D
Black with #E1181D
Text Example
Text Example
White with #E1181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1181D; }
p { color: rgb(225,24,29); }
H1.HeaderClassName
{
color: #E1181D;
}
.AnyTagClassName
{
color: #E1181D;
}
</style>
background-color css
<style>
a { background-color: #E1181D; }
a { background-color: rgb(225,24,29); }
div.DivClassName
{
background-color: #E1181D;
}
.BgClassName
{
background-color: #E1181D;
}
</style>
border-color css
<style>
span { border-color: #E1181D; }
span { border-color: rgb(225,24,29); }
td.TdClassName
{
border-color: #E1181D;
}
.TagClassName
{
border-color: #E1181D;
}
</style>