Shades of Fire Engine Red #E10421
Tints of Fire Engine Red #E10421
RGB
CMYK
RGB Variations
Color information
#E10421 (or 0xE10421) is known color: Fire Engine Red. HEX triplet: E1, 04 and 21. RGB value is (225,4,33). Sum of RGB (Red+Green+Blue) = 225+4+33=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E10421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10421 is #1EFBDE. Grayscale: #494949. Windows color (decimal): -2030559 or 2163937. OLE color: 2163937.
HSL color Cylindrical-coordinate representation of color #E10421: hue angle of 352.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10421 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.12 |
| HSL | 352.13º | 0.97% | 0.45% | - |
| HSV(B) | 352.13º | 0.98% | 0.88% | - |
| XYZ | 31.37 | 16.2 | 2.91 | - |
| YUV | 73.39 | 105.22 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 33 | 0 | 0.98 | 0.85 | 0.12 | 352.13 | 0.97 | 0.45 |
| Hex | E1 | 4 | 21 | 0 | 62 | 55 | C | 160 | 61 | 2D |
| Octal | 341 | 4 | 41 | 0 | 142 | 125 | 14 | 540 | 141 | 55 |
| Binary | 11100001 | 100 | 100001 | 0 | 1100010 | 1010101 | 1100 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E10421
Complementary color
Monochromatic Colors of #E10421
Black with #E10421
Text Example
Text Example
White with #E10421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10421; }
p { color: rgb(225,4,33); }
H1.HeaderClassName
{
color: #E10421;
}
.AnyTagClassName
{
color: #E10421;
}
</style>
background-color css
<style>
a { background-color: #E10421; }
a { background-color: rgb(225,4,33); }
div.DivClassName
{
background-color: #E10421;
}
.BgClassName
{
background-color: #E10421;
}
</style>
border-color css
<style>
span { border-color: #E10421; }
span { border-color: rgb(225,4,33); }
td.TdClassName
{
border-color: #E10421;
}
.TagClassName
{
border-color: #E10421;
}
</style>