Shades of Fire Engine Red #E40123
Tints of Fire Engine Red #E40123
RGB
CMYK
RGB Variations
Color information
#E40123 (or 0xE40123) is known color: Fire Engine Red. HEX triplet: E4, 01 and 23. RGB value is (228,1,35). Sum of RGB (Red+Green+Blue) = 228+1+35=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E40123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40123 is #1BFEDC. Grayscale: #484848. Windows color (decimal): -1834717 or 2294244. OLE color: 2294244.
HSL color Cylindrical-coordinate representation of color #E40123: hue angle of 351.01º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.11 |
| HSL | 351.01º | 0.99% | 0.45% | - |
| HSV(B) | 351.01º | 1% | 0.89% | - |
| XYZ | 32.31 | 16.64 | 3.1 | - |
| YUV | 72.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 35 | 0 | 1.00 | 0.85 | 0.11 | 351.01 | 0.99 | 0.45 |
| Hex | E4 | 1 | 23 | 0 | 64 | 55 | B | 15F | 63 | 2D |
| Octal | 344 | 1 | 43 | 0 | 144 | 125 | 13 | 537 | 143 | 55 |
| Binary | 11100100 | 1 | 100011 | 0 | 1100100 | 1010101 | 1011 | 101011111 | 1100011 | 101101 |
Color Harmonies of #E40123
Complementary color
Monochromatic Colors of #E40123
Black with #E40123
Text Example
Text Example
White with #E40123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40123; }
p { color: rgb(228,1,35); }
H1.HeaderClassName
{
color: #E40123;
}
.AnyTagClassName
{
color: #E40123;
}
</style>
background-color css
<style>
a { background-color: #E40123; }
a { background-color: rgb(228,1,35); }
div.DivClassName
{
background-color: #E40123;
}
.BgClassName
{
background-color: #E40123;
}
</style>
border-color css
<style>
span { border-color: #E40123; }
span { border-color: rgb(228,1,35); }
td.TdClassName
{
border-color: #E40123;
}
.TagClassName
{
border-color: #E40123;
}
</style>