Shades of Fire Engine Red #E1171B
Tints of Fire Engine Red #E1171B
RGB
CMYK
RGB Variations
Color information
#E1171B (or 0xE1171B) is known color: Fire Engine Red. HEX triplet: E1, 17 and 1B. RGB value is (225,23,27). Sum of RGB (Red+Green+Blue) = 225+23+27=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1171B is #1EE8E4. Grayscale: #545454. Windows color (decimal): -2025701 or 1775585. OLE color: 1775585.
HSL color Cylindrical-coordinate representation of color #E1171B: hue angle of 358.81º 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 #E1171B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.12 |
| HSL | 358.81º | 0.81% | 0.49% | - |
| HSV(B) | 358.81º | 0.9% | 0.88% | - |
| XYZ | 31.56 | 16.7 | 2.6 | - |
| YUV | 83.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 27 | 0 | 0.90 | 0.88 | 0.12 | 358.81 | 0.81 | 0.49 |
| Hex | E1 | 17 | 1B | 0 | 5A | 58 | C | 167 | 51 | 31 |
| Octal | 341 | 27 | 33 | 0 | 132 | 130 | 14 | 547 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011 | 0 | 1011010 | 1011000 | 1100 | 101100111 | 1010001 | 110001 |
Color Harmonies of #E1171B
Complementary color
Monochromatic Colors of #E1171B
Black with #E1171B
Text Example
Text Example
White with #E1171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1171B; }
p { color: rgb(225,23,27); }
H1.HeaderClassName
{
color: #E1171B;
}
.AnyTagClassName
{
color: #E1171B;
}
</style>
background-color css
<style>
a { background-color: #E1171B; }
a { background-color: rgb(225,23,27); }
div.DivClassName
{
background-color: #E1171B;
}
.BgClassName
{
background-color: #E1171B;
}
</style>
border-color css
<style>
span { border-color: #E1171B; }
span { border-color: rgb(225,23,27); }
td.TdClassName
{
border-color: #E1171B;
}
.TagClassName
{
border-color: #E1171B;
}
</style>