Shades of Fire Engine Red #E7161B
Tints of Fire Engine Red #E7161B
RGB
CMYK
RGB Variations
Color information
#E7161B (or 0xE7161B) is known color: Fire Engine Red. HEX triplet: E7, 16 and 1B. RGB value is (231,22,27). Sum of RGB (Red+Green+Blue) = 231+22+27=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7161B is #18E9E4. Grayscale: #555555. Windows color (decimal): -1632741 or 1775335. OLE color: 1775335.
HSL color Cylindrical-coordinate representation of color #E7161B: hue angle of 358.56º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.09 |
| HSL | 358.56º | 0.83% | 0.5% | - |
| HSV(B) | 358.56º | 0.9% | 0.91% | - |
| XYZ | 33.44 | 17.64 | 2.68 | - |
| YUV | 85.06 | 95.24 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 27 | 0 | 0.90 | 0.88 | 0.09 | 358.56 | 0.83 | 0.5 |
| Hex | E7 | 16 | 1B | 0 | 5A | 58 | 9 | 167 | 53 | 32 |
| Octal | 347 | 26 | 33 | 0 | 132 | 130 | 11 | 547 | 123 | 62 |
| Binary | 11100111 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1001 | 101100111 | 1010011 | 110010 |
Color Harmonies of #E7161B
Complementary color
Monochromatic Colors of #E7161B
Black with #E7161B
Text Example
Text Example
White with #E7161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7161B; }
p { color: rgb(231,22,27); }
H1.HeaderClassName
{
color: #E7161B;
}
.AnyTagClassName
{
color: #E7161B;
}
</style>
background-color css
<style>
a { background-color: #E7161B; }
a { background-color: rgb(231,22,27); }
div.DivClassName
{
background-color: #E7161B;
}
.BgClassName
{
background-color: #E7161B;
}
</style>
border-color css
<style>
span { border-color: #E7161B; }
span { border-color: rgb(231,22,27); }
td.TdClassName
{
border-color: #E7161B;
}
.TagClassName
{
border-color: #E7161B;
}
</style>