Shades of Fire Engine Red #E00321
Tints of Fire Engine Red #E00321
RGB
CMYK
RGB Variations
Color information
#E00321 (or 0xE00321) is known color: Fire Engine Red. HEX triplet: E0, 03 and 21. RGB value is (224,3,33). Sum of RGB (Red+Green+Blue) = 224+3+33=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E00321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00321 is #1FFCDE. Grayscale: #484848. Windows color (decimal): -2096351 or 2163680. OLE color: 2163680.
HSL color Cylindrical-coordinate representation of color #E00321: hue angle of 351.86º degrees, saturation: 0.97, 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 #E00321 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.12 |
| HSL | 351.86º | 0.97% | 0.45% | - |
| HSV(B) | 351.86º | 0.99% | 0.88% | - |
| XYZ | 31.05 | 16.02 | 2.9 | - |
| YUV | 72.5 | 105.72 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 33 | 0 | 0.99 | 0.85 | 0.12 | 351.86 | 0.97 | 0.45 |
| Hex | E0 | 3 | 21 | 0 | 63 | 55 | C | 160 | 61 | 2D |
| Octal | 340 | 3 | 41 | 0 | 143 | 125 | 14 | 540 | 141 | 55 |
| Binary | 11100000 | 11 | 100001 | 0 | 1100011 | 1010101 | 1100 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E00321
Complementary color
Monochromatic Colors of #E00321
Black with #E00321
Text Example
Text Example
White with #E00321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00321; }
p { color: rgb(224,3,33); }
H1.HeaderClassName
{
color: #E00321;
}
.AnyTagClassName
{
color: #E00321;
}
</style>
background-color css
<style>
a { background-color: #E00321; }
a { background-color: rgb(224,3,33); }
div.DivClassName
{
background-color: #E00321;
}
.BgClassName
{
background-color: #E00321;
}
</style>
border-color css
<style>
span { border-color: #E00321; }
span { border-color: rgb(224,3,33); }
td.TdClassName
{
border-color: #E00321;
}
.TagClassName
{
border-color: #E00321;
}
</style>