Shades of Fire Engine Red #E11C1F
Tints of Fire Engine Red #E11C1F
RGB
CMYK
RGB Variations
Color information
#E11C1F (or 0xE11C1F) is known color: Fire Engine Red. HEX triplet: E1, 1C and 1F. RGB value is (225,28,31). Sum of RGB (Red+Green+Blue) = 225+28+31=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C1F is #1EE3E0. Grayscale: #575757. Windows color (decimal): -2024417 or 2039009. OLE color: 2039009.
HSL color Cylindrical-coordinate representation of color #E11C1F: hue angle of 359.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.12 |
| HSL | 359.09º | 0.78% | 0.5% | - |
| HSV(B) | 359.09º | 0.88% | 0.88% | - |
| XYZ | 31.71 | 16.94 | 2.89 | - |
| YUV | 87.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 31 | 0 | 0.88 | 0.86 | 0.12 | 359.09 | 0.78 | 0.5 |
| Hex | E1 | 1C | 1F | 0 | 58 | 56 | C | 167 | 4E | 32 |
| Octal | 341 | 34 | 37 | 0 | 130 | 126 | 14 | 547 | 116 | 62 |
| Binary | 11100001 | 11100 | 11111 | 0 | 1011000 | 1010110 | 1100 | 101100111 | 1001110 | 110010 |
Color Harmonies of #E11C1F
Complementary color
Monochromatic Colors of #E11C1F
Black with #E11C1F
Text Example
Text Example
White with #E11C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C1F; }
p { color: rgb(225,28,31); }
H1.HeaderClassName
{
color: #E11C1F;
}
.AnyTagClassName
{
color: #E11C1F;
}
</style>
background-color css
<style>
a { background-color: #E11C1F; }
a { background-color: rgb(225,28,31); }
div.DivClassName
{
background-color: #E11C1F;
}
.BgClassName
{
background-color: #E11C1F;
}
</style>
border-color css
<style>
span { border-color: #E11C1F; }
span { border-color: rgb(225,28,31); }
td.TdClassName
{
border-color: #E11C1F;
}
.TagClassName
{
border-color: #E11C1F;
}
</style>