Shades of Fire Engine Red #E31026
Tints of Fire Engine Red #E31026
RGB
CMYK
RGB Variations
Color information
#E31026 (or 0xE31026) is known color: Fire Engine Red. HEX triplet: E3, 10 and 26. RGB value is (227,16,38). Sum of RGB (Red+Green+Blue) = 227+16+38=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E31026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31026 is #1CEFD9. Grayscale: #515151. Windows color (decimal): -1896410 or 2494691. OLE color: 2494691.
HSL color Cylindrical-coordinate representation of color #E31026: hue angle of 353.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31026 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.11 |
| HSL | 353.74º | 0.87% | 0.48% | - |
| HSV(B) | 353.74º | 0.93% | 0.89% | - |
| XYZ | 32.21 | 16.84 | 3.39 | - |
| YUV | 81.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 38 | 0 | 0.93 | 0.83 | 0.11 | 353.74 | 0.87 | 0.48 |
| Hex | E3 | 10 | 26 | 0 | 5D | 53 | B | 162 | 57 | 30 |
| Octal | 343 | 20 | 46 | 0 | 135 | 123 | 13 | 542 | 127 | 60 |
| Binary | 11100011 | 10000 | 100110 | 0 | 1011101 | 1010011 | 1011 | 101100010 | 1010111 | 110000 |
Color Harmonies of #E31026
Complementary color
Monochromatic Colors of #E31026
Black with #E31026
Text Example
Text Example
White with #E31026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31026; }
p { color: rgb(227,16,38); }
H1.HeaderClassName
{
color: #E31026;
}
.AnyTagClassName
{
color: #E31026;
}
</style>
background-color css
<style>
a { background-color: #E31026; }
a { background-color: rgb(227,16,38); }
div.DivClassName
{
background-color: #E31026;
}
.BgClassName
{
background-color: #E31026;
}
</style>
border-color css
<style>
span { border-color: #E31026; }
span { border-color: rgb(227,16,38); }
td.TdClassName
{
border-color: #E31026;
}
.TagClassName
{
border-color: #E31026;
}
</style>