Shades of Fire Engine Red #E00023
Tints of Fire Engine Red #E00023
RGB
CMYK
RGB Variations
Color information
#E00023 (or 0xE00023) is known color: Fire Engine Red. HEX triplet: E0, 00 and 23. RGB value is (224,0,35). Sum of RGB (Red+Green+Blue) = 224+0+35=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E00023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00023 is #1FFFDC. Grayscale: #474747. Windows color (decimal): -2097117 or 2293984. OLE color: 2293984.
HSL color Cylindrical-coordinate representation of color #E00023: hue angle of 350.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00023 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.84 | 0.12 |
| HSL | 350.63º | 1% | 0.44% | - |
| HSV(B) | 350.63º | 1% | 0.88% | - |
| XYZ | 31.04 | 15.97 | 3.04 | - |
| YUV | 70.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 35 | 0 | 1 | 0.84 | 0.12 | 350.63 | 1 | 0.44 |
| Hex | E0 | 0 | 23 | 0 | 64 | 54 | C | 15F | 64 | 2C |
| Octal | 340 | 0 | 43 | 0 | 144 | 124 | 14 | 537 | 144 | 54 |
| Binary | 11100000 | 0 | 100011 | 0 | 1100100 | 1010100 | 1100 | 101011111 | 1100100 | 101100 |
Color Harmonies of #E00023
Complementary color
Monochromatic Colors of #E00023
Black with #E00023
Text Example
Text Example
White with #E00023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00023; }
p { color: rgb(224,0,35); }
H1.HeaderClassName
{
color: #E00023;
}
.AnyTagClassName
{
color: #E00023;
}
</style>
background-color css
<style>
a { background-color: #E00023; }
a { background-color: rgb(224,0,35); }
div.DivClassName
{
background-color: #E00023;
}
.BgClassName
{
background-color: #E00023;
}
</style>
border-color css
<style>
span { border-color: #E00023; }
span { border-color: rgb(224,0,35); }
td.TdClassName
{
border-color: #E00023;
}
.TagClassName
{
border-color: #E00023;
}
</style>