Shades of Fire Engine Red #E60121
Tints of Fire Engine Red #E60121
RGB
CMYK
RGB Variations
Color information
#E60121 (or 0xE60121) is known color: Fire Engine Red. HEX triplet: E6, 01 and 21. RGB value is (230,1,33). Sum of RGB (Red+Green+Blue) = 230+1+33=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60121 is #19FEDE. Grayscale: #494949. Windows color (decimal): -1703647 or 2163174. OLE color: 2163174.
HSL color Cylindrical-coordinate representation of color #E60121: hue angle of 351.62º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60121 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.10 |
| HSL | 351.62º | 0.99% | 0.45% | - |
| HSV(B) | 351.62º | 1% | 0.9% | - |
| XYZ | 32.92 | 16.95 | 2.98 | - |
| YUV | 73.12 | 105.37 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 33 | 0 | 1.00 | 0.86 | 0.10 | 351.62 | 0.99 | 0.45 |
| Hex | E6 | 1 | 21 | 0 | 64 | 56 | A | 160 | 63 | 2D |
| Octal | 346 | 1 | 41 | 0 | 144 | 126 | 12 | 540 | 143 | 55 |
| Binary | 11100110 | 1 | 100001 | 0 | 1100100 | 1010110 | 1010 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E60121
Complementary color
Monochromatic Colors of #E60121
Black with #E60121
Text Example
Text Example
White with #E60121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60121; }
p { color: rgb(230,1,33); }
H1.HeaderClassName
{
color: #E60121;
}
.AnyTagClassName
{
color: #E60121;
}
</style>
background-color css
<style>
a { background-color: #E60121; }
a { background-color: rgb(230,1,33); }
div.DivClassName
{
background-color: #E60121;
}
.BgClassName
{
background-color: #E60121;
}
</style>
border-color css
<style>
span { border-color: #E60121; }
span { border-color: rgb(230,1,33); }
td.TdClassName
{
border-color: #E60121;
}
.TagClassName
{
border-color: #E60121;
}
</style>