Shades of Fire Engine Red #E31223
Tints of Fire Engine Red #E31223
RGB
CMYK
RGB Variations
Color information
#E31223 (or 0xE31223) is known color: Fire Engine Red. HEX triplet: E3, 12 and 23. RGB value is (227,18,35). Sum of RGB (Red+Green+Blue) = 227+18+35=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E31223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31223 is #1CEDDC. Grayscale: #525252. Windows color (decimal): -1895901 or 2298595. OLE color: 2298595.
HSL color Cylindrical-coordinate representation of color #E31223: hue angle of 355.12º 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 #E31223 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.11 |
| HSL | 355.12º | 0.85% | 0.48% | - |
| HSV(B) | 355.12º | 0.92% | 0.89% | - |
| XYZ | 32.2 | 16.88 | 3.15 | - |
| YUV | 82.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 35 | 0 | 0.92 | 0.85 | 0.11 | 355.12 | 0.85 | 0.48 |
| Hex | E3 | 12 | 23 | 0 | 5C | 55 | B | 163 | 55 | 30 |
| Octal | 343 | 22 | 43 | 0 | 134 | 125 | 13 | 543 | 125 | 60 |
| Binary | 11100011 | 10010 | 100011 | 0 | 1011100 | 1010101 | 1011 | 101100011 | 1010101 | 110000 |
Color Harmonies of #E31223
Complementary color
Monochromatic Colors of #E31223
Black with #E31223
Text Example
Text Example
White with #E31223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31223; }
p { color: rgb(227,18,35); }
H1.HeaderClassName
{
color: #E31223;
}
.AnyTagClassName
{
color: #E31223;
}
</style>
background-color css
<style>
a { background-color: #E31223; }
a { background-color: rgb(227,18,35); }
div.DivClassName
{
background-color: #E31223;
}
.BgClassName
{
background-color: #E31223;
}
</style>
border-color css
<style>
span { border-color: #E31223; }
span { border-color: rgb(227,18,35); }
td.TdClassName
{
border-color: #E31223;
}
.TagClassName
{
border-color: #E31223;
}
</style>