Shades of Fire Engine Red #E01629
Tints of Fire Engine Red #E01629
RGB
CMYK
RGB Variations
Color information
#E01629 (or 0xE01629) is known color: Fire Engine Red. HEX triplet: E0, 16 and 29. RGB value is (224,22,41). Sum of RGB (Red+Green+Blue) = 224+22+41=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E01629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01629 is #1FE9D6. Grayscale: #545454. Windows color (decimal): -2091479 or 2692832. OLE color: 2692832.
HSL color Cylindrical-coordinate representation of color #E01629: hue angle of 354.36º degrees, saturation: 0.82, 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 #E01629 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.12 |
| HSL | 354.36º | 0.82% | 0.48% | - |
| HSV(B) | 354.36º | 0.9% | 0.88% | - |
| XYZ | 31.43 | 16.58 | 3.64 | - |
| YUV | 84.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 41 | 0 | 0.90 | 0.82 | 0.12 | 354.36 | 0.82 | 0.48 |
| Hex | E0 | 16 | 29 | 0 | 5A | 52 | C | 162 | 52 | 30 |
| Octal | 340 | 26 | 51 | 0 | 132 | 122 | 14 | 542 | 122 | 60 |
| Binary | 11100000 | 10110 | 101001 | 0 | 1011010 | 1010010 | 1100 | 101100010 | 1010010 | 110000 |
Color Harmonies of #E01629
Complementary color
Monochromatic Colors of #E01629
Black with #E01629
Text Example
Text Example
White with #E01629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01629; }
p { color: rgb(224,22,41); }
H1.HeaderClassName
{
color: #E01629;
}
.AnyTagClassName
{
color: #E01629;
}
</style>
background-color css
<style>
a { background-color: #E01629; }
a { background-color: rgb(224,22,41); }
div.DivClassName
{
background-color: #E01629;
}
.BgClassName
{
background-color: #E01629;
}
</style>
border-color css
<style>
span { border-color: #E01629; }
span { border-color: rgb(224,22,41); }
td.TdClassName
{
border-color: #E01629;
}
.TagClassName
{
border-color: #E01629;
}
</style>