Shades of Fire Engine Red #E60E13
Tints of Fire Engine Red #E60E13
RGB
CMYK
RGB Variations
Color information
#E60E13 (or 0xE60E13) is known color: Fire Engine Red. HEX triplet: E6, 0E and 13. RGB value is (230,14,19). Sum of RGB (Red+Green+Blue) = 230+14+19=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60E13 is #19F1EC. Grayscale: #4F4F4F. Windows color (decimal): -1700333 or 1248998. OLE color: 1248998.
HSL color Cylindrical-coordinate representation of color #E60E13: hue angle of 358.61º 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 #E60E13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.10 |
| HSL | 358.61º | 0.89% | 0.48% | - |
| HSV(B) | 358.61º | 0.94% | 0.9% | - |
| XYZ | 32.91 | 17.18 | 2.2 | - |
| YUV | 79.15 | 94.06 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 19 | 0 | 0.94 | 0.92 | 0.10 | 358.61 | 0.89 | 0.48 |
| Hex | E6 | E | 13 | 0 | 5E | 5C | A | 167 | 59 | 30 |
| Octal | 346 | 16 | 23 | 0 | 136 | 134 | 12 | 547 | 131 | 60 |
| Binary | 11100110 | 1110 | 10011 | 0 | 1011110 | 1011100 | 1010 | 101100111 | 1011001 | 110000 |
Color Harmonies of #E60E13
Complementary color
Monochromatic Colors of #E60E13
Black with #E60E13
Text Example
Text Example
White with #E60E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E13; }
p { color: rgb(230,14,19); }
H1.HeaderClassName
{
color: #E60E13;
}
.AnyTagClassName
{
color: #E60E13;
}
</style>
background-color css
<style>
a { background-color: #E60E13; }
a { background-color: rgb(230,14,19); }
div.DivClassName
{
background-color: #E60E13;
}
.BgClassName
{
background-color: #E60E13;
}
</style>
border-color css
<style>
span { border-color: #E60E13; }
span { border-color: rgb(230,14,19); }
td.TdClassName
{
border-color: #E60E13;
}
.TagClassName
{
border-color: #E60E13;
}
</style>