Shades of Fire Engine Red #E2131E
Tints of Fire Engine Red #E2131E
RGB
CMYK
RGB Variations
Color information
#E2131E (or 0xE2131E) is known color: Fire Engine Red. HEX triplet: E2, 13 and 1E. RGB value is (226,19,30). Sum of RGB (Red+Green+Blue) = 226+19+30=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2131E is #1DECE1. Grayscale: #525252. Windows color (decimal): -1961186 or 1971170. OLE color: 1971170.
HSL color Cylindrical-coordinate representation of color #E2131E: hue angle of 356.81º 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 #E2131E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.11 |
| HSL | 356.81º | 0.84% | 0.48% | - |
| HSV(B) | 356.81º | 0.92% | 0.89% | - |
| XYZ | 31.83 | 16.73 | 2.78 | - |
| YUV | 82.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 30 | 0 | 0.92 | 0.87 | 0.11 | 356.81 | 0.84 | 0.48 |
| Hex | E2 | 13 | 1E | 0 | 5C | 57 | B | 165 | 54 | 30 |
| Octal | 342 | 23 | 36 | 0 | 134 | 127 | 13 | 545 | 124 | 60 |
| Binary | 11100010 | 10011 | 11110 | 0 | 1011100 | 1010111 | 1011 | 101100101 | 1010100 | 110000 |
Color Harmonies of #E2131E
Complementary color
Monochromatic Colors of #E2131E
Black with #E2131E
Text Example
Text Example
White with #E2131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2131E; }
p { color: rgb(226,19,30); }
H1.HeaderClassName
{
color: #E2131E;
}
.AnyTagClassName
{
color: #E2131E;
}
</style>
background-color css
<style>
a { background-color: #E2131E; }
a { background-color: rgb(226,19,30); }
div.DivClassName
{
background-color: #E2131E;
}
.BgClassName
{
background-color: #E2131E;
}
</style>
border-color css
<style>
span { border-color: #E2131E; }
span { border-color: rgb(226,19,30); }
td.TdClassName
{
border-color: #E2131E;
}
.TagClassName
{
border-color: #E2131E;
}
</style>