Shades of Fire Engine Red #E31323
Tints of Fire Engine Red #E31323
RGB
CMYK
RGB Variations
Color information
#E31323 (or 0xE31323) is known color: Fire Engine Red. HEX triplet: E3, 13 and 23. RGB value is (227,19,35). Sum of RGB (Red+Green+Blue) = 227+19+35=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E31323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31323 is #1CECDC. Grayscale: #535353. Windows color (decimal): -1895645 or 2298851. OLE color: 2298851.
HSL color Cylindrical-coordinate representation of color #E31323: hue angle of 355.38º 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 #E31323 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.11 |
| HSL | 355.38º | 0.85% | 0.48% | - |
| HSV(B) | 355.38º | 0.92% | 0.89% | - |
| XYZ | 32.21 | 16.92 | 3.16 | - |
| YUV | 83.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 35 | 0 | 0.92 | 0.85 | 0.11 | 355.38 | 0.85 | 0.48 |
| Hex | E3 | 13 | 23 | 0 | 5C | 55 | B | 163 | 55 | 30 |
| Octal | 343 | 23 | 43 | 0 | 134 | 125 | 13 | 543 | 125 | 60 |
| Binary | 11100011 | 10011 | 100011 | 0 | 1011100 | 1010101 | 1011 | 101100011 | 1010101 | 110000 |
Color Harmonies of #E31323
Complementary color
Monochromatic Colors of #E31323
Black with #E31323
Text Example
Text Example
White with #E31323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31323; }
p { color: rgb(227,19,35); }
H1.HeaderClassName
{
color: #E31323;
}
.AnyTagClassName
{
color: #E31323;
}
</style>
background-color css
<style>
a { background-color: #E31323; }
a { background-color: rgb(227,19,35); }
div.DivClassName
{
background-color: #E31323;
}
.BgClassName
{
background-color: #E31323;
}
</style>
border-color css
<style>
span { border-color: #E31323; }
span { border-color: rgb(227,19,35); }
td.TdClassName
{
border-color: #E31323;
}
.TagClassName
{
border-color: #E31323;
}
</style>