Shades of Fire Engine Red #E7161A
Tints of Fire Engine Red #E7161A
RGB
CMYK
RGB Variations
Color information
#E7161A (or 0xE7161A) is known color: Fire Engine Red. HEX triplet: E7, 16 and 1A. RGB value is (231,22,26). Sum of RGB (Red+Green+Blue) = 231+22+26=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7161A is #18E9E5. Grayscale: #555555. Windows color (decimal): -1632742 or 1709799. OLE color: 1709799.
HSL color Cylindrical-coordinate representation of color #E7161A: hue angle of 358.85º 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 #E7161A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 26 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.09 |
| HSL | 358.85º | 0.83% | 0.5% | - |
| HSV(B) | 358.85º | 0.9% | 0.91% | - |
| XYZ | 33.43 | 17.64 | 2.62 | - |
| YUV | 84.95 | 94.74 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 26 | 0 | 0.90 | 0.89 | 0.09 | 358.85 | 0.83 | 0.5 |
| Hex | E7 | 16 | 1A | 0 | 5A | 59 | 9 | 167 | 53 | 32 |
| Octal | 347 | 26 | 32 | 0 | 132 | 131 | 11 | 547 | 123 | 62 |
| Binary | 11100111 | 10110 | 11010 | 0 | 1011010 | 1011001 | 1001 | 101100111 | 1010011 | 110010 |
Color Harmonies of #E7161A
Complementary color
Monochromatic Colors of #E7161A
Black with #E7161A
Text Example
Text Example
White with #E7161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7161A; }
p { color: rgb(231,22,26); }
H1.HeaderClassName
{
color: #E7161A;
}
.AnyTagClassName
{
color: #E7161A;
}
</style>
background-color css
<style>
a { background-color: #E7161A; }
a { background-color: rgb(231,22,26); }
div.DivClassName
{
background-color: #E7161A;
}
.BgClassName
{
background-color: #E7161A;
}
</style>
border-color css
<style>
span { border-color: #E7161A; }
span { border-color: rgb(231,22,26); }
td.TdClassName
{
border-color: #E7161A;
}
.TagClassName
{
border-color: #E7161A;
}
</style>