Shades of Fire Engine Red #E2131F
Tints of Fire Engine Red #E2131F
RGB
CMYK
RGB Variations
Color information
#E2131F (or 0xE2131F) is known color: Fire Engine Red. HEX triplet: E2, 13 and 1F. RGB value is (226,19,31). Sum of RGB (Red+Green+Blue) = 226+19+31=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E2131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2131F is #1DECE0. Grayscale: #525252. Windows color (decimal): -1961185 or 2036706. OLE color: 2036706.
HSL color Cylindrical-coordinate representation of color #E2131F: hue angle of 356.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2131F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.11 |
| HSL | 356.52º | 0.84% | 0.48% | - |
| HSV(B) | 356.52º | 0.92% | 0.89% | - |
| XYZ | 31.84 | 16.73 | 2.85 | - |
| YUV | 82.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 31 | 0 | 0.92 | 0.86 | 0.11 | 356.52 | 0.84 | 0.48 |
| Hex | E2 | 13 | 1F | 0 | 5C | 56 | B | 165 | 54 | 30 |
| Octal | 342 | 23 | 37 | 0 | 134 | 126 | 13 | 545 | 124 | 60 |
| Binary | 11100010 | 10011 | 11111 | 0 | 1011100 | 1010110 | 1011 | 101100101 | 1010100 | 110000 |
Color Harmonies of #E2131F
Complementary color
Monochromatic Colors of #E2131F
Black with #E2131F
Text Example
Text Example
White with #E2131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2131F; }
p { color: rgb(226,19,31); }
H1.HeaderClassName
{
color: #E2131F;
}
.AnyTagClassName
{
color: #E2131F;
}
</style>
background-color css
<style>
a { background-color: #E2131F; }
a { background-color: rgb(226,19,31); }
div.DivClassName
{
background-color: #E2131F;
}
.BgClassName
{
background-color: #E2131F;
}
</style>
border-color css
<style>
span { border-color: #E2131F; }
span { border-color: rgb(226,19,31); }
td.TdClassName
{
border-color: #E2131F;
}
.TagClassName
{
border-color: #E2131F;
}
</style>