Shades of Fire Engine Red #E60D15
Tints of Fire Engine Red #E60D15
RGB
CMYK
RGB Variations
Color information
#E60D15 (or 0xE60D15) is known color: Fire Engine Red. HEX triplet: E6, 0D and 15. RGB value is (230,13,21). Sum of RGB (Red+Green+Blue) = 230+13+21=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D15 is #19F2EA. Grayscale: #4E4E4E. Windows color (decimal): -1700587 or 1379814. OLE color: 1379814.
HSL color Cylindrical-coordinate representation of color #E60D15: hue angle of 357.79º 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 #E60D15 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 21 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.10 |
| HSL | 357.79º | 0.89% | 0.48% | - |
| HSV(B) | 357.79º | 0.94% | 0.9% | - |
| XYZ | 32.91 | 17.16 | 2.29 | - |
| YUV | 78.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 21 | 0 | 0.94 | 0.91 | 0.10 | 357.79 | 0.89 | 0.48 |
| Hex | E6 | D | 15 | 0 | 5E | 5B | A | 166 | 59 | 30 |
| Octal | 346 | 15 | 25 | 0 | 136 | 133 | 12 | 546 | 131 | 60 |
| Binary | 11100110 | 1101 | 10101 | 0 | 1011110 | 1011011 | 1010 | 101100110 | 1011001 | 110000 |
Color Harmonies of #E60D15
Complementary color
Monochromatic Colors of #E60D15
Black with #E60D15
Text Example
Text Example
White with #E60D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D15; }
p { color: rgb(230,13,21); }
H1.HeaderClassName
{
color: #E60D15;
}
.AnyTagClassName
{
color: #E60D15;
}
</style>
background-color css
<style>
a { background-color: #E60D15; }
a { background-color: rgb(230,13,21); }
div.DivClassName
{
background-color: #E60D15;
}
.BgClassName
{
background-color: #E60D15;
}
</style>
border-color css
<style>
span { border-color: #E60D15; }
span { border-color: rgb(230,13,21); }
td.TdClassName
{
border-color: #E60D15;
}
.TagClassName
{
border-color: #E60D15;
}
</style>