Shades of Fire Engine Red #E60120
Tints of Fire Engine Red #E60120
RGB
CMYK
RGB Variations
Color information
#E60120 (or 0xE60120) is known color: Fire Engine Red. HEX triplet: E6, 01 and 20. RGB value is (230,1,32). Sum of RGB (Red+Green+Blue) = 230+1+32=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E60120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60120 is #19FEDF. Grayscale: #494949. Windows color (decimal): -1703648 or 2097638. OLE color: 2097638.
HSL color Cylindrical-coordinate representation of color #E60120: hue angle of 351.88º 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 #E60120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.10 |
| HSL | 351.88º | 0.99% | 0.45% | - |
| HSV(B) | 351.88º | 1% | 0.9% | - |
| XYZ | 32.9 | 16.95 | 2.9 | - |
| YUV | 73.01 | 104.87 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 32 | 0 | 1.00 | 0.86 | 0.10 | 351.88 | 0.99 | 0.45 |
| Hex | E6 | 1 | 20 | 0 | 64 | 56 | A | 160 | 63 | 2D |
| Octal | 346 | 1 | 40 | 0 | 144 | 126 | 12 | 540 | 143 | 55 |
| Binary | 11100110 | 1 | 100000 | 0 | 1100100 | 1010110 | 1010 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E60120
Complementary color
Monochromatic Colors of #E60120
Black with #E60120
Text Example
Text Example
White with #E60120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60120; }
p { color: rgb(230,1,32); }
H1.HeaderClassName
{
color: #E60120;
}
.AnyTagClassName
{
color: #E60120;
}
</style>
background-color css
<style>
a { background-color: #E60120; }
a { background-color: rgb(230,1,32); }
div.DivClassName
{
background-color: #E60120;
}
.BgClassName
{
background-color: #E60120;
}
</style>
border-color css
<style>
span { border-color: #E60120; }
span { border-color: rgb(230,1,32); }
td.TdClassName
{
border-color: #E60120;
}
.TagClassName
{
border-color: #E60120;
}
</style>