Shades of Fire Engine Red #E60720
Tints of Fire Engine Red #E60720
RGB
CMYK
RGB Variations
Color information
#E60720 (or 0xE60720) is known color: Fire Engine Red. HEX triplet: E6, 07 and 20. RGB value is (230,7,32). Sum of RGB (Red+Green+Blue) = 230+7+32=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60720 is #19F8DF. Grayscale: #4C4C4C. Windows color (decimal): -1702112 or 2099174. OLE color: 2099174.
HSL color Cylindrical-coordinate representation of color #E60720: hue angle of 353.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.10 |
| HSL | 353.27º | 0.94% | 0.46% | - |
| HSV(B) | 353.27º | 0.97% | 0.9% | - |
| XYZ | 32.97 | 17.08 | 2.93 | - |
| YUV | 76.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 32 | 0 | 0.97 | 0.86 | 0.10 | 353.27 | 0.94 | 0.46 |
| Hex | E6 | 7 | 20 | 0 | 61 | 56 | A | 161 | 5E | 2E |
| Octal | 346 | 7 | 40 | 0 | 141 | 126 | 12 | 541 | 136 | 56 |
| Binary | 11100110 | 111 | 100000 | 0 | 1100001 | 1010110 | 1010 | 101100001 | 1011110 | 101110 |
Color Harmonies of #E60720
Complementary color
Monochromatic Colors of #E60720
Black with #E60720
Text Example
Text Example
White with #E60720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60720; }
p { color: rgb(230,7,32); }
H1.HeaderClassName
{
color: #E60720;
}
.AnyTagClassName
{
color: #E60720;
}
</style>
background-color css
<style>
a { background-color: #E60720; }
a { background-color: rgb(230,7,32); }
div.DivClassName
{
background-color: #E60720;
}
.BgClassName
{
background-color: #E60720;
}
</style>
border-color css
<style>
span { border-color: #E60720; }
span { border-color: rgb(230,7,32); }
td.TdClassName
{
border-color: #E60720;
}
.TagClassName
{
border-color: #E60720;
}
</style>