Shades of Fire Engine Red #E60A15
Tints of Fire Engine Red #E60A15
RGB
CMYK
RGB Variations
Color information
#E60A15 (or 0xE60A15) is known color: Fire Engine Red. HEX triplet: E6, 0A and 15. RGB value is (230,10,21). Sum of RGB (Red+Green+Blue) = 230+10+21=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A15 is #19F5EA. Grayscale: #4D4D4D. Windows color (decimal): -1701355 or 1379046. OLE color: 1379046.
HSL color Cylindrical-coordinate representation of color #E60A15: hue angle of 357º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A15 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.10 |
| HSL | 357º | 0.92% | 0.47% | - |
| HSV(B) | 357º | 0.96% | 0.9% | - |
| XYZ | 32.88 | 17.09 | 2.28 | - |
| YUV | 77.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 21 | 0 | 0.96 | 0.91 | 0.10 | 357 | 0.92 | 0.47 |
| Hex | E6 | A | 15 | 0 | 60 | 5B | A | 165 | 5C | 2F |
| Octal | 346 | 12 | 25 | 0 | 140 | 133 | 12 | 545 | 134 | 57 |
| Binary | 11100110 | 1010 | 10101 | 0 | 1100000 | 1011011 | 1010 | 101100101 | 1011100 | 101111 |
Color Harmonies of #E60A15
Complementary color
Monochromatic Colors of #E60A15
Black with #E60A15
Text Example
Text Example
White with #E60A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A15; }
p { color: rgb(230,10,21); }
H1.HeaderClassName
{
color: #E60A15;
}
.AnyTagClassName
{
color: #E60A15;
}
</style>
background-color css
<style>
a { background-color: #E60A15; }
a { background-color: rgb(230,10,21); }
div.DivClassName
{
background-color: #E60A15;
}
.BgClassName
{
background-color: #E60A15;
}
</style>
border-color css
<style>
span { border-color: #E60A15; }
span { border-color: rgb(230,10,21); }
td.TdClassName
{
border-color: #E60A15;
}
.TagClassName
{
border-color: #E60A15;
}
</style>