Shades of Fire Engine Red #E01722
Tints of Fire Engine Red #E01722
RGB
CMYK
RGB Variations
Color information
#E01722 (or 0xE01722) is known color: Fire Engine Red. HEX triplet: E0, 17 and 22. RGB value is (224,23,34). Sum of RGB (Red+Green+Blue) = 224+23+34=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01722 is #1FE8DD. Grayscale: #545454. Windows color (decimal): -2091230 or 2234336. OLE color: 2234336.
HSL color Cylindrical-coordinate representation of color #E01722: hue angle of 356.72º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01722 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 34 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.12 |
| HSL | 356.72º | 0.81% | 0.48% | - |
| HSV(B) | 356.72º | 0.9% | 0.88% | - |
| XYZ | 31.34 | 16.58 | 3.06 | - |
| YUV | 84.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 34 | 0 | 0.90 | 0.85 | 0.12 | 356.72 | 0.81 | 0.48 |
| Hex | E0 | 17 | 22 | 0 | 5A | 55 | C | 165 | 51 | 30 |
| Octal | 340 | 27 | 42 | 0 | 132 | 125 | 14 | 545 | 121 | 60 |
| Binary | 11100000 | 10111 | 100010 | 0 | 1011010 | 1010101 | 1100 | 101100101 | 1010001 | 110000 |
Color Harmonies of #E01722
Complementary color
Monochromatic Colors of #E01722
Black with #E01722
Text Example
Text Example
White with #E01722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01722; }
p { color: rgb(224,23,34); }
H1.HeaderClassName
{
color: #E01722;
}
.AnyTagClassName
{
color: #E01722;
}
</style>
background-color css
<style>
a { background-color: #E01722; }
a { background-color: rgb(224,23,34); }
div.DivClassName
{
background-color: #E01722;
}
.BgClassName
{
background-color: #E01722;
}
</style>
border-color css
<style>
span { border-color: #E01722; }
span { border-color: rgb(224,23,34); }
td.TdClassName
{
border-color: #E01722;
}
.TagClassName
{
border-color: #E01722;
}
</style>