Shades of Fire Engine Red #E60D14
Tints of Fire Engine Red #E60D14
RGB
CMYK
RGB Variations
Color information
#E60D14 (or 0xE60D14) is known color: Fire Engine Red. HEX triplet: E6, 0D and 14. RGB value is (230,13,20). Sum of RGB (Red+Green+Blue) = 230+13+20=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D14 is #19F2EB. Grayscale: #4E4E4E. Windows color (decimal): -1700588 or 1314278. OLE color: 1314278.
HSL color Cylindrical-coordinate representation of color #E60D14: hue angle of 358.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.10 |
| HSL | 358.06º | 0.89% | 0.48% | - |
| HSV(B) | 358.06º | 0.94% | 0.9% | - |
| XYZ | 32.9 | 17.16 | 2.24 | - |
| YUV | 78.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 20 | 0 | 0.94 | 0.91 | 0.10 | 358.06 | 0.89 | 0.48 |
| Hex | E6 | D | 14 | 0 | 5E | 5B | A | 166 | 59 | 30 |
| Octal | 346 | 15 | 24 | 0 | 136 | 133 | 12 | 546 | 131 | 60 |
| Binary | 11100110 | 1101 | 10100 | 0 | 1011110 | 1011011 | 1010 | 101100110 | 1011001 | 110000 |
Color Harmonies of #E60D14
Complementary color
Monochromatic Colors of #E60D14
Black with #E60D14
Text Example
Text Example
White with #E60D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D14; }
p { color: rgb(230,13,20); }
H1.HeaderClassName
{
color: #E60D14;
}
.AnyTagClassName
{
color: #E60D14;
}
</style>
background-color css
<style>
a { background-color: #E60D14; }
a { background-color: rgb(230,13,20); }
div.DivClassName
{
background-color: #E60D14;
}
.BgClassName
{
background-color: #E60D14;
}
</style>
border-color css
<style>
span { border-color: #E60D14; }
span { border-color: rgb(230,13,20); }
td.TdClassName
{
border-color: #E60D14;
}
.TagClassName
{
border-color: #E60D14;
}
</style>