Shades of Fire Engine Red #E1161F
Tints of Fire Engine Red #E1161F
RGB
CMYK
RGB Variations
Color information
#E1161F (or 0xE1161F) is known color: Fire Engine Red. HEX triplet: E1, 16 and 1F. RGB value is (225,22,31). Sum of RGB (Red+Green+Blue) = 225+22+31=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1161F is #1EE9E0. Grayscale: #535353. Windows color (decimal): -2025953 or 2037473. OLE color: 2037473.
HSL color Cylindrical-coordinate representation of color #E1161F: hue angle of 357.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1161F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.12 |
| HSL | 357.34º | 0.82% | 0.48% | - |
| HSV(B) | 357.34º | 0.9% | 0.88% | - |
| XYZ | 31.59 | 16.68 | 2.85 | - |
| YUV | 83.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 31 | 0 | 0.90 | 0.86 | 0.12 | 357.34 | 0.82 | 0.48 |
| Hex | E1 | 16 | 1F | 0 | 5A | 56 | C | 165 | 52 | 30 |
| Octal | 341 | 26 | 37 | 0 | 132 | 126 | 14 | 545 | 122 | 60 |
| Binary | 11100001 | 10110 | 11111 | 0 | 1011010 | 1010110 | 1100 | 101100101 | 1010010 | 110000 |
Color Harmonies of #E1161F
Complementary color
Monochromatic Colors of #E1161F
Black with #E1161F
Text Example
Text Example
White with #E1161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1161F; }
p { color: rgb(225,22,31); }
H1.HeaderClassName
{
color: #E1161F;
}
.AnyTagClassName
{
color: #E1161F;
}
</style>
background-color css
<style>
a { background-color: #E1161F; }
a { background-color: rgb(225,22,31); }
div.DivClassName
{
background-color: #E1161F;
}
.BgClassName
{
background-color: #E1161F;
}
</style>
border-color css
<style>
span { border-color: #E1161F; }
span { border-color: rgb(225,22,31); }
td.TdClassName
{
border-color: #E1161F;
}
.TagClassName
{
border-color: #E1161F;
}
</style>