Shades of Fire Engine Red #E0131B
Tints of Fire Engine Red #E0131B
RGB
CMYK
RGB Variations
Color information
#E0131B (or 0xE0131B) is known color: Fire Engine Red. HEX triplet: E0, 13 and 1B. RGB value is (224,19,27). Sum of RGB (Red+Green+Blue) = 224+19+27=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0131B is #1FECE4. Grayscale: #515151. Windows color (decimal): -2092261 or 1774560. OLE color: 1774560.
HSL color Cylindrical-coordinate representation of color #E0131B: hue angle of 357.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0131B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 27 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.12 |
| HSL | 357.66º | 0.84% | 0.48% | - |
| HSV(B) | 357.66º | 0.92% | 0.88% | - |
| XYZ | 31.17 | 16.39 | 2.56 | - |
| YUV | 81.21 | 97.42 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 27 | 0 | 0.92 | 0.88 | 0.12 | 357.66 | 0.84 | 0.48 |
| Hex | E0 | 13 | 1B | 0 | 5C | 58 | C | 166 | 54 | 30 |
| Octal | 340 | 23 | 33 | 0 | 134 | 130 | 14 | 546 | 124 | 60 |
| Binary | 11100000 | 10011 | 11011 | 0 | 1011100 | 1011000 | 1100 | 101100110 | 1010100 | 110000 |
Color Harmonies of #E0131B
Complementary color
Monochromatic Colors of #E0131B
Black with #E0131B
Text Example
Text Example
White with #E0131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0131B; }
p { color: rgb(224,19,27); }
H1.HeaderClassName
{
color: #E0131B;
}
.AnyTagClassName
{
color: #E0131B;
}
</style>
background-color css
<style>
a { background-color: #E0131B; }
a { background-color: rgb(224,19,27); }
div.DivClassName
{
background-color: #E0131B;
}
.BgClassName
{
background-color: #E0131B;
}
</style>
border-color css
<style>
span { border-color: #E0131B; }
span { border-color: rgb(224,19,27); }
td.TdClassName
{
border-color: #E0131B;
}
.TagClassName
{
border-color: #E0131B;
}
</style>