Shades of Fire Engine Red #E31820
Tints of Fire Engine Red #E31820
RGB
CMYK
RGB Variations
Color information
#E31820 (or 0xE31820) is known color: Fire Engine Red. HEX triplet: E3, 18 and 20. RGB value is (227,24,32). Sum of RGB (Red+Green+Blue) = 227+24+32=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E31820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31820 is #1CE7DF. Grayscale: #555555. Windows color (decimal): -1894368 or 2103523. OLE color: 2103523.
HSL color Cylindrical-coordinate representation of color #E31820: hue angle of 357.64º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31820 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 32 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.11 |
| HSL | 357.64º | 0.81% | 0.49% | - |
| HSV(B) | 357.64º | 0.89% | 0.89% | - |
| XYZ | 32.27 | 17.09 | 2.96 | - |
| YUV | 85.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 32 | 0 | 0.89 | 0.86 | 0.11 | 357.64 | 0.81 | 0.49 |
| Hex | E3 | 18 | 20 | 0 | 59 | 56 | B | 166 | 51 | 31 |
| Octal | 343 | 30 | 40 | 0 | 131 | 126 | 13 | 546 | 121 | 61 |
| Binary | 11100011 | 11000 | 100000 | 0 | 1011001 | 1010110 | 1011 | 101100110 | 1010001 | 110001 |
Color Harmonies of #E31820
Complementary color
Monochromatic Colors of #E31820
Black with #E31820
Text Example
Text Example
White with #E31820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31820; }
p { color: rgb(227,24,32); }
H1.HeaderClassName
{
color: #E31820;
}
.AnyTagClassName
{
color: #E31820;
}
</style>
background-color css
<style>
a { background-color: #E31820; }
a { background-color: rgb(227,24,32); }
div.DivClassName
{
background-color: #E31820;
}
.BgClassName
{
background-color: #E31820;
}
</style>
border-color css
<style>
span { border-color: #E31820; }
span { border-color: rgb(227,24,32); }
td.TdClassName
{
border-color: #E31820;
}
.TagClassName
{
border-color: #E31820;
}
</style>