Shades of Fire Engine Red #E10221
Tints of Fire Engine Red #E10221
RGB
CMYK
RGB Variations
Color information
#E10221 (or 0xE10221) is known color: Fire Engine Red. HEX triplet: E1, 02 and 21. RGB value is (225,2,33). Sum of RGB (Red+Green+Blue) = 225+2+33=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E10221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10221 is #1EFDDE. Grayscale: #484848. Windows color (decimal): -2031071 or 2163425. OLE color: 2163425.
HSL color Cylindrical-coordinate representation of color #E10221: hue angle of 351.66º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10221 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.12 |
| HSL | 351.66º | 0.98% | 0.45% | - |
| HSV(B) | 351.66º | 0.99% | 0.88% | - |
| XYZ | 31.35 | 16.16 | 2.91 | - |
| YUV | 72.21 | 105.88 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 33 | 0 | 0.99 | 0.85 | 0.12 | 351.66 | 0.98 | 0.45 |
| Hex | E1 | 2 | 21 | 0 | 63 | 55 | C | 160 | 62 | 2D |
| Octal | 341 | 2 | 41 | 0 | 143 | 125 | 14 | 540 | 142 | 55 |
| Binary | 11100001 | 10 | 100001 | 0 | 1100011 | 1010101 | 1100 | 101100000 | 1100010 | 101101 |
Color Harmonies of #E10221
Complementary color
Monochromatic Colors of #E10221
Black with #E10221
Text Example
Text Example
White with #E10221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10221; }
p { color: rgb(225,2,33); }
H1.HeaderClassName
{
color: #E10221;
}
.AnyTagClassName
{
color: #E10221;
}
</style>
background-color css
<style>
a { background-color: #E10221; }
a { background-color: rgb(225,2,33); }
div.DivClassName
{
background-color: #E10221;
}
.BgClassName
{
background-color: #E10221;
}
</style>
border-color css
<style>
span { border-color: #E10221; }
span { border-color: rgb(225,2,33); }
td.TdClassName
{
border-color: #E10221;
}
.TagClassName
{
border-color: #E10221;
}
</style>