Shades of Fire Engine Red #E01C21
Tints of Fire Engine Red #E01C21
RGB
CMYK
RGB Variations
Color information
#E01C21 (or 0xE01C21) is known color: Fire Engine Red. HEX triplet: E0, 1C and 21. RGB value is (224,28,33). Sum of RGB (Red+Green+Blue) = 224+28+33=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C21 is #1FE3DE. Grayscale: #575757. Windows color (decimal): -2089951 or 2170080. OLE color: 2170080.
HSL color Cylindrical-coordinate representation of color #E01C21: hue angle of 358.47º degrees, saturation: 0.78, 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 #E01C21 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 33 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.12 |
| HSL | 358.47º | 0.78% | 0.49% | - |
| HSV(B) | 358.47º | 0.88% | 0.88% | - |
| XYZ | 31.43 | 16.79 | 3.02 | - |
| YUV | 87.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 33 | 0 | 0.88 | 0.85 | 0.12 | 358.47 | 0.78 | 0.49 |
| Hex | E0 | 1C | 21 | 0 | 58 | 55 | C | 166 | 4E | 31 |
| Octal | 340 | 34 | 41 | 0 | 130 | 125 | 14 | 546 | 116 | 61 |
| Binary | 11100000 | 11100 | 100001 | 0 | 1011000 | 1010101 | 1100 | 101100110 | 1001110 | 110001 |
Color Harmonies of #E01C21
Complementary color
Monochromatic Colors of #E01C21
Black with #E01C21
Text Example
Text Example
White with #E01C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C21; }
p { color: rgb(224,28,33); }
H1.HeaderClassName
{
color: #E01C21;
}
.AnyTagClassName
{
color: #E01C21;
}
</style>
background-color css
<style>
a { background-color: #E01C21; }
a { background-color: rgb(224,28,33); }
div.DivClassName
{
background-color: #E01C21;
}
.BgClassName
{
background-color: #E01C21;
}
</style>
border-color css
<style>
span { border-color: #E01C21; }
span { border-color: rgb(224,28,33); }
td.TdClassName
{
border-color: #E01C21;
}
.TagClassName
{
border-color: #E01C21;
}
</style>