Shades of Fire Engine Red #E11A23
Tints of Fire Engine Red #E11A23
RGB
CMYK
RGB Variations
Color information
#E11A23 (or 0xE11A23) is known color: Fire Engine Red. HEX triplet: E1, 1A and 23. RGB value is (225,26,35). Sum of RGB (Red+Green+Blue) = 225+26+35=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A23 is #1EE5DC. Grayscale: #565656. Windows color (decimal): -2024925 or 2300641. OLE color: 2300641.
HSL color Cylindrical-coordinate representation of color #E11A23: hue angle of 357.29º 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 #E11A23 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 35 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.12 |
| HSL | 357.29º | 0.79% | 0.49% | - |
| HSV(B) | 357.29º | 0.88% | 0.88% | - |
| XYZ | 31.72 | 16.87 | 3.17 | - |
| YUV | 86.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 35 | 0 | 0.88 | 0.84 | 0.12 | 357.29 | 0.79 | 0.49 |
| Hex | E1 | 1A | 23 | 0 | 58 | 54 | C | 165 | 4F | 31 |
| Octal | 341 | 32 | 43 | 0 | 130 | 124 | 14 | 545 | 117 | 61 |
| Binary | 11100001 | 11010 | 100011 | 0 | 1011000 | 1010100 | 1100 | 101100101 | 1001111 | 110001 |
Color Harmonies of #E11A23
Complementary color
Monochromatic Colors of #E11A23
Black with #E11A23
Text Example
Text Example
White with #E11A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A23; }
p { color: rgb(225,26,35); }
H1.HeaderClassName
{
color: #E11A23;
}
.AnyTagClassName
{
color: #E11A23;
}
</style>
background-color css
<style>
a { background-color: #E11A23; }
a { background-color: rgb(225,26,35); }
div.DivClassName
{
background-color: #E11A23;
}
.BgClassName
{
background-color: #E11A23;
}
</style>
border-color css
<style>
span { border-color: #E11A23; }
span { border-color: rgb(225,26,35); }
td.TdClassName
{
border-color: #E11A23;
}
.TagClassName
{
border-color: #E11A23;
}
</style>