Shades of Fire Engine Red #E1171D
Tints of Fire Engine Red #E1171D
RGB
CMYK
RGB Variations
Color information
#E1171D (or 0xE1171D) is known color: Fire Engine Red. HEX triplet: E1, 17 and 1D. RGB value is (225,23,29). Sum of RGB (Red+Green+Blue) = 225+23+29=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E1171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1171D is #1EE8E2. Grayscale: #545454. Windows color (decimal): -2025699 or 1906657. OLE color: 1906657.
HSL color Cylindrical-coordinate representation of color #E1171D: hue angle of 358.22º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1171D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.12 |
| HSL | 358.22º | 0.81% | 0.49% | - |
| HSV(B) | 358.22º | 0.9% | 0.88% | - |
| XYZ | 31.58 | 16.71 | 2.72 | - |
| YUV | 84.08 | 96.92 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 29 | 0 | 0.90 | 0.87 | 0.12 | 358.22 | 0.81 | 0.49 |
| Hex | E1 | 17 | 1D | 0 | 5A | 57 | C | 166 | 51 | 31 |
| Octal | 341 | 27 | 35 | 0 | 132 | 127 | 14 | 546 | 121 | 61 |
| Binary | 11100001 | 10111 | 11101 | 0 | 1011010 | 1010111 | 1100 | 101100110 | 1010001 | 110001 |
Color Harmonies of #E1171D
Complementary color
Monochromatic Colors of #E1171D
Black with #E1171D
Text Example
Text Example
White with #E1171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1171D; }
p { color: rgb(225,23,29); }
H1.HeaderClassName
{
color: #E1171D;
}
.AnyTagClassName
{
color: #E1171D;
}
</style>
background-color css
<style>
a { background-color: #E1171D; }
a { background-color: rgb(225,23,29); }
div.DivClassName
{
background-color: #E1171D;
}
.BgClassName
{
background-color: #E1171D;
}
</style>
border-color css
<style>
span { border-color: #E1171D; }
span { border-color: rgb(225,23,29); }
td.TdClassName
{
border-color: #E1171D;
}
.TagClassName
{
border-color: #E1171D;
}
</style>