Shades of Fire Engine Red #E60D24
Tints of Fire Engine Red #E60D24
RGB
CMYK
RGB Variations
Color information
#E60D24 (or 0xE60D24) is known color: Fire Engine Red. HEX triplet: E6, 0D and 24. RGB value is (230,13,36). Sum of RGB (Red+Green+Blue) = 230+13+36=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D24 is #19F2DB. Grayscale: #505050. Windows color (decimal): -1700572 or 2362854. OLE color: 2362854.
HSL color Cylindrical-coordinate representation of color #E60D24: hue angle of 353.64º 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 #E60D24 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 36 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.10 |
| HSL | 353.64º | 0.89% | 0.48% | - |
| HSV(B) | 353.64º | 0.94% | 0.9% | - |
| XYZ | 33.1 | 17.24 | 3.25 | - |
| YUV | 80.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 36 | 0 | 0.94 | 0.84 | 0.10 | 353.64 | 0.89 | 0.48 |
| Hex | E6 | D | 24 | 0 | 5E | 54 | A | 162 | 59 | 30 |
| Octal | 346 | 15 | 44 | 0 | 136 | 124 | 12 | 542 | 131 | 60 |
| Binary | 11100110 | 1101 | 100100 | 0 | 1011110 | 1010100 | 1010 | 101100010 | 1011001 | 110000 |
Color Harmonies of #E60D24
Complementary color
Monochromatic Colors of #E60D24
Black with #E60D24
Text Example
Text Example
White with #E60D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D24; }
p { color: rgb(230,13,36); }
H1.HeaderClassName
{
color: #E60D24;
}
.AnyTagClassName
{
color: #E60D24;
}
</style>
background-color css
<style>
a { background-color: #E60D24; }
a { background-color: rgb(230,13,36); }
div.DivClassName
{
background-color: #E60D24;
}
.BgClassName
{
background-color: #E60D24;
}
</style>
border-color css
<style>
span { border-color: #E60D24; }
span { border-color: rgb(230,13,36); }
td.TdClassName
{
border-color: #E60D24;
}
.TagClassName
{
border-color: #E60D24;
}
</style>