Shades of Fire Engine Red #E11C21
Tints of Fire Engine Red #E11C21
RGB
CMYK
RGB Variations
Color information
#E11C21 (or 0xE11C21) is known color: Fire Engine Red. HEX triplet: E1, 1C and 21. RGB value is (225,28,33). Sum of RGB (Red+Green+Blue) = 225+28+33=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C21 is #1EE3DE. Grayscale: #575757. Windows color (decimal): -2024415 or 2170081. OLE color: 2170081.
HSL color Cylindrical-coordinate representation of color #E11C21: hue angle of 358.48º 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 #E11C21 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 33 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.12 |
| HSL | 358.48º | 0.78% | 0.5% | - |
| HSV(B) | 358.48º | 0.88% | 0.88% | - |
| XYZ | 31.74 | 16.95 | 3.04 | - |
| YUV | 87.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 33 | 0 | 0.88 | 0.85 | 0.12 | 358.48 | 0.78 | 0.5 |
| Hex | E1 | 1C | 21 | 0 | 58 | 55 | C | 166 | 4E | 32 |
| Octal | 341 | 34 | 41 | 0 | 130 | 125 | 14 | 546 | 116 | 62 |
| Binary | 11100001 | 11100 | 100001 | 0 | 1011000 | 1010101 | 1100 | 101100110 | 1001110 | 110010 |
Color Harmonies of #E11C21
Complementary color
Monochromatic Colors of #E11C21
Black with #E11C21
Text Example
Text Example
White with #E11C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C21; }
p { color: rgb(225,28,33); }
H1.HeaderClassName
{
color: #E11C21;
}
.AnyTagClassName
{
color: #E11C21;
}
</style>
background-color css
<style>
a { background-color: #E11C21; }
a { background-color: rgb(225,28,33); }
div.DivClassName
{
background-color: #E11C21;
}
.BgClassName
{
background-color: #E11C21;
}
</style>
border-color css
<style>
span { border-color: #E11C21; }
span { border-color: rgb(225,28,33); }
td.TdClassName
{
border-color: #E11C21;
}
.TagClassName
{
border-color: #E11C21;
}
</style>