Shades of Fire Engine Red #E11B1F
Tints of Fire Engine Red #E11B1F
RGB
CMYK
RGB Variations
Color information
#E11B1F (or 0xE11B1F) is known color: Fire Engine Red. HEX triplet: E1, 1B and 1F. RGB value is (225,27,31). Sum of RGB (Red+Green+Blue) = 225+27+31=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11B1F is #1EE4E0. Grayscale: #565656. Windows color (decimal): -2024673 or 2038753. OLE color: 2038753.
HSL color Cylindrical-coordinate representation of color #E11B1F: hue angle of 358.79º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11B1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.12 |
| HSL | 358.79º | 0.79% | 0.49% | - |
| HSV(B) | 358.79º | 0.88% | 0.88% | - |
| XYZ | 31.69 | 16.89 | 2.89 | - |
| YUV | 86.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 31 | 0 | 0.88 | 0.86 | 0.12 | 358.79 | 0.79 | 0.49 |
| Hex | E1 | 1B | 1F | 0 | 58 | 56 | C | 167 | 4F | 31 |
| Octal | 341 | 33 | 37 | 0 | 130 | 126 | 14 | 547 | 117 | 61 |
| Binary | 11100001 | 11011 | 11111 | 0 | 1011000 | 1010110 | 1100 | 101100111 | 1001111 | 110001 |
Color Harmonies of #E11B1F
Complementary color
Monochromatic Colors of #E11B1F
Black with #E11B1F
Text Example
Text Example
White with #E11B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B1F; }
p { color: rgb(225,27,31); }
H1.HeaderClassName
{
color: #E11B1F;
}
.AnyTagClassName
{
color: #E11B1F;
}
</style>
background-color css
<style>
a { background-color: #E11B1F; }
a { background-color: rgb(225,27,31); }
div.DivClassName
{
background-color: #E11B1F;
}
.BgClassName
{
background-color: #E11B1F;
}
</style>
border-color css
<style>
span { border-color: #E11B1F; }
span { border-color: rgb(225,27,31); }
td.TdClassName
{
border-color: #E11B1F;
}
.TagClassName
{
border-color: #E11B1F;
}
</style>