Shades of Fire Engine Red #E60C18
Tints of Fire Engine Red #E60C18
RGB
CMYK
RGB Variations
Color information
#E60C18 (or 0xE60C18) is known color: Fire Engine Red. HEX triplet: E6, 0C and 18. RGB value is (230,12,24). Sum of RGB (Red+Green+Blue) = 230+12+24=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C18 is #19F3E7. Grayscale: #4E4E4E. Windows color (decimal): -1700840 or 1576166. OLE color: 1576166.
HSL color Cylindrical-coordinate representation of color #E60C18: hue angle of 356.7º 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 #E60C18 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 24 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.10 |
| HSL | 356.7º | 0.9% | 0.47% | - |
| HSV(B) | 356.7º | 0.95% | 0.9% | - |
| XYZ | 32.93 | 17.15 | 2.44 | - |
| YUV | 78.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 24 | 0 | 0.95 | 0.90 | 0.10 | 356.7 | 0.9 | 0.47 |
| Hex | E6 | C | 18 | 0 | 5F | 5A | A | 165 | 5A | 2F |
| Octal | 346 | 14 | 30 | 0 | 137 | 132 | 12 | 545 | 132 | 57 |
| Binary | 11100110 | 1100 | 11000 | 0 | 1011111 | 1011010 | 1010 | 101100101 | 1011010 | 101111 |
Color Harmonies of #E60C18
Complementary color
Monochromatic Colors of #E60C18
Black with #E60C18
Text Example
Text Example
White with #E60C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C18; }
p { color: rgb(230,12,24); }
H1.HeaderClassName
{
color: #E60C18;
}
.AnyTagClassName
{
color: #E60C18;
}
</style>
background-color css
<style>
a { background-color: #E60C18; }
a { background-color: rgb(230,12,24); }
div.DivClassName
{
background-color: #E60C18;
}
.BgClassName
{
background-color: #E60C18;
}
</style>
border-color css
<style>
span { border-color: #E60C18; }
span { border-color: rgb(230,12,24); }
td.TdClassName
{
border-color: #E60C18;
}
.TagClassName
{
border-color: #E60C18;
}
</style>