Shades of Fire Engine Red #E60D12
Tints of Fire Engine Red #E60D12
RGB
CMYK
RGB Variations
Color information
#E60D12 (or 0xE60D12) is known color: Fire Engine Red. HEX triplet: E6, 0D and 12. RGB value is (230,13,18). Sum of RGB (Red+Green+Blue) = 230+13+18=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D12 is #19F2ED. Grayscale: #4E4E4E. Windows color (decimal): -1700590 or 1183206. OLE color: 1183206.
HSL color Cylindrical-coordinate representation of color #E60D12: hue angle of 358.62º 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 #E60D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.10 |
| HSL | 358.62º | 0.89% | 0.48% | - |
| HSV(B) | 358.62º | 0.94% | 0.9% | - |
| XYZ | 32.89 | 17.15 | 2.15 | - |
| YUV | 78.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 18 | 0 | 0.94 | 0.92 | 0.10 | 358.62 | 0.89 | 0.48 |
| Hex | E6 | D | 12 | 0 | 5E | 5C | A | 167 | 59 | 30 |
| Octal | 346 | 15 | 22 | 0 | 136 | 134 | 12 | 547 | 131 | 60 |
| Binary | 11100110 | 1101 | 10010 | 0 | 1011110 | 1011100 | 1010 | 101100111 | 1011001 | 110000 |
Color Harmonies of #E60D12
Complementary color
Monochromatic Colors of #E60D12
Black with #E60D12
Text Example
Text Example
White with #E60D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D12; }
p { color: rgb(230,13,18); }
H1.HeaderClassName
{
color: #E60D12;
}
.AnyTagClassName
{
color: #E60D12;
}
</style>
background-color css
<style>
a { background-color: #E60D12; }
a { background-color: rgb(230,13,18); }
div.DivClassName
{
background-color: #E60D12;
}
.BgClassName
{
background-color: #E60D12;
}
</style>
border-color css
<style>
span { border-color: #E60D12; }
span { border-color: rgb(230,13,18); }
td.TdClassName
{
border-color: #E60D12;
}
.TagClassName
{
border-color: #E60D12;
}
</style>