Shades of Fire Engine Red #E31222
Tints of Fire Engine Red #E31222
RGB
CMYK
RGB Variations
Color information
#E31222 (or 0xE31222) is known color: Fire Engine Red. HEX triplet: E3, 12 and 22. RGB value is (227,18,34). Sum of RGB (Red+Green+Blue) = 227+18+34=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E31222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31222 is #1CEDDD. Grayscale: #525252. Windows color (decimal): -1895902 or 2233059. OLE color: 2233059.
HSL color Cylindrical-coordinate representation of color #E31222: hue angle of 355.41º degrees, saturation: 0.85, 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 #E31222 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.11 |
| HSL | 355.41º | 0.85% | 0.48% | - |
| HSV(B) | 355.41º | 0.92% | 0.89% | - |
| XYZ | 32.18 | 16.88 | 3.08 | - |
| YUV | 82.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 34 | 0 | 0.92 | 0.85 | 0.11 | 355.41 | 0.85 | 0.48 |
| Hex | E3 | 12 | 22 | 0 | 5C | 55 | B | 163 | 55 | 30 |
| Octal | 343 | 22 | 42 | 0 | 134 | 125 | 13 | 543 | 125 | 60 |
| Binary | 11100011 | 10010 | 100010 | 0 | 1011100 | 1010101 | 1011 | 101100011 | 1010101 | 110000 |
Color Harmonies of #E31222
Complementary color
Monochromatic Colors of #E31222
Black with #E31222
Text Example
Text Example
White with #E31222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31222; }
p { color: rgb(227,18,34); }
H1.HeaderClassName
{
color: #E31222;
}
.AnyTagClassName
{
color: #E31222;
}
</style>
background-color css
<style>
a { background-color: #E31222; }
a { background-color: rgb(227,18,34); }
div.DivClassName
{
background-color: #E31222;
}
.BgClassName
{
background-color: #E31222;
}
</style>
border-color css
<style>
span { border-color: #E31222; }
span { border-color: rgb(227,18,34); }
td.TdClassName
{
border-color: #E31222;
}
.TagClassName
{
border-color: #E31222;
}
</style>