Shades of Fire Engine Red #E60C20
Tints of Fire Engine Red #E60C20
RGB
CMYK
RGB Variations
Color information
#E60C20 (or 0xE60C20) is known color: Fire Engine Red. HEX triplet: E6, 0C and 20. RGB value is (230,12,32). Sum of RGB (Red+Green+Blue) = 230+12+32=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C20 is #19F3DF. Grayscale: #4F4F4F. Windows color (decimal): -1700832 or 2100454. OLE color: 2100454.
HSL color Cylindrical-coordinate representation of color #E60C20: hue angle of 354.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C20 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 32 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.10 |
| HSL | 354.5º | 0.9% | 0.47% | - |
| HSV(B) | 354.5º | 0.95% | 0.9% | - |
| XYZ | 33.03 | 17.19 | 2.94 | - |
| YUV | 79.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 32 | 0 | 0.95 | 0.86 | 0.10 | 354.5 | 0.9 | 0.47 |
| Hex | E6 | C | 20 | 0 | 5F | 56 | A | 162 | 5A | 2F |
| Octal | 346 | 14 | 40 | 0 | 137 | 126 | 12 | 542 | 132 | 57 |
| Binary | 11100110 | 1100 | 100000 | 0 | 1011111 | 1010110 | 1010 | 101100010 | 1011010 | 101111 |
Color Harmonies of #E60C20
Complementary color
Monochromatic Colors of #E60C20
Black with #E60C20
Text Example
Text Example
White with #E60C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C20; }
p { color: rgb(230,12,32); }
H1.HeaderClassName
{
color: #E60C20;
}
.AnyTagClassName
{
color: #E60C20;
}
</style>
background-color css
<style>
a { background-color: #E60C20; }
a { background-color: rgb(230,12,32); }
div.DivClassName
{
background-color: #E60C20;
}
.BgClassName
{
background-color: #E60C20;
}
</style>
border-color css
<style>
span { border-color: #E60C20; }
span { border-color: rgb(230,12,32); }
td.TdClassName
{
border-color: #E60C20;
}
.TagClassName
{
border-color: #E60C20;
}
</style>