Shades of Fire Engine Red #E71A1D
Tints of Fire Engine Red #E71A1D
RGB
CMYK
RGB Variations
Color information
#E71A1D (or 0xE71A1D) is known color: Fire Engine Red. HEX triplet: E7, 1A and 1D. RGB value is (231,26,29). Sum of RGB (Red+Green+Blue) = 231+26+29=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71A1D is #18E5E2. Grayscale: #575757. Windows color (decimal): -1631715 or 1907431. OLE color: 1907431.
HSL color Cylindrical-coordinate representation of color #E71A1D: hue angle of 359.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A1D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.09 |
| HSL | 359.12º | 0.81% | 0.5% | - |
| HSV(B) | 359.12º | 0.89% | 0.91% | - |
| XYZ | 33.55 | 17.82 | 2.83 | - |
| YUV | 87.64 | 94.92 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 29 | 0 | 0.89 | 0.87 | 0.09 | 359.12 | 0.81 | 0.5 |
| Hex | E7 | 1A | 1D | 0 | 59 | 57 | 9 | 167 | 51 | 32 |
| Octal | 347 | 32 | 35 | 0 | 131 | 127 | 11 | 547 | 121 | 62 |
| Binary | 11100111 | 11010 | 11101 | 0 | 1011001 | 1010111 | 1001 | 101100111 | 1010001 | 110010 |
Color Harmonies of #E71A1D
Complementary color
Monochromatic Colors of #E71A1D
Black with #E71A1D
Text Example
Text Example
White with #E71A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A1D; }
p { color: rgb(231,26,29); }
H1.HeaderClassName
{
color: #E71A1D;
}
.AnyTagClassName
{
color: #E71A1D;
}
</style>
background-color css
<style>
a { background-color: #E71A1D; }
a { background-color: rgb(231,26,29); }
div.DivClassName
{
background-color: #E71A1D;
}
.BgClassName
{
background-color: #E71A1D;
}
</style>
border-color css
<style>
span { border-color: #E71A1D; }
span { border-color: rgb(231,26,29); }
td.TdClassName
{
border-color: #E71A1D;
}
.TagClassName
{
border-color: #E71A1D;
}
</style>