Shades of Fire Engine Red #E7161C
Tints of Fire Engine Red #E7161C
RGB
CMYK
RGB Variations
Color information
#E7161C (or 0xE7161C) is known color: Fire Engine Red. HEX triplet: E7, 16 and 1C. RGB value is (231,22,28). Sum of RGB (Red+Green+Blue) = 231+22+28=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E7161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7161C is #18E9E3. Grayscale: #555555. Windows color (decimal): -1632740 or 1840871. OLE color: 1840871.
HSL color Cylindrical-coordinate representation of color #E7161C: hue angle of 358.28º 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 #E7161C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.09 |
| HSL | 358.28º | 0.83% | 0.5% | - |
| HSV(B) | 358.28º | 0.9% | 0.91% | - |
| XYZ | 33.45 | 17.65 | 2.74 | - |
| YUV | 85.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 28 | 0 | 0.90 | 0.88 | 0.09 | 358.28 | 0.83 | 0.5 |
| Hex | E7 | 16 | 1C | 0 | 5A | 58 | 9 | 166 | 53 | 32 |
| Octal | 347 | 26 | 34 | 0 | 132 | 130 | 11 | 546 | 123 | 62 |
| Binary | 11100111 | 10110 | 11100 | 0 | 1011010 | 1011000 | 1001 | 101100110 | 1010011 | 110010 |
Color Harmonies of #E7161C
Complementary color
Monochromatic Colors of #E7161C
Black with #E7161C
Text Example
Text Example
White with #E7161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7161C; }
p { color: rgb(231,22,28); }
H1.HeaderClassName
{
color: #E7161C;
}
.AnyTagClassName
{
color: #E7161C;
}
</style>
background-color css
<style>
a { background-color: #E7161C; }
a { background-color: rgb(231,22,28); }
div.DivClassName
{
background-color: #E7161C;
}
.BgClassName
{
background-color: #E7161C;
}
</style>
border-color css
<style>
span { border-color: #E7161C; }
span { border-color: rgb(231,22,28); }
td.TdClassName
{
border-color: #E7161C;
}
.TagClassName
{
border-color: #E7161C;
}
</style>