Shades of Fire Engine Red #E60915
Tints of Fire Engine Red #E60915
RGB
CMYK
RGB Variations
Color information
#E60915 (or 0xE60915) is known color: Fire Engine Red. HEX triplet: E6, 09 and 15. RGB value is (230,9,21). Sum of RGB (Red+Green+Blue) = 230+9+21=260 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 230 - color contains mainly: red. Hex color #E60915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60915 is #19F6EA. Grayscale: #4C4C4C. Windows color (decimal): -1701611 or 1378790. OLE color: 1378790.
HSL color Cylindrical-coordinate representation of color #E60915: hue angle of 356.74º 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 #E60915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.10 |
| HSL | 356.74º | 0.92% | 0.47% | - |
| HSV(B) | 356.74º | 0.96% | 0.9% | - |
| XYZ | 32.87 | 17.07 | 2.27 | - |
| YUV | 76.45 | 96.72 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 21 | 0 | 0.96 | 0.91 | 0.10 | 356.74 | 0.92 | 0.47 |
| Hex | E6 | 9 | 15 | 0 | 60 | 5B | A | 165 | 5C | 2F |
| Octal | 346 | 11 | 25 | 0 | 140 | 133 | 12 | 545 | 134 | 57 |
| Binary | 11100110 | 1001 | 10101 | 0 | 1100000 | 1011011 | 1010 | 101100101 | 1011100 | 101111 |
Color Harmonies of #E60915
Complementary color
Monochromatic Colors of #E60915
Black with #E60915
Text Example
Text Example
White with #E60915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60915; }
p { color: rgb(230,9,21); }
H1.HeaderClassName
{
color: #E60915;
}
.AnyTagClassName
{
color: #E60915;
}
</style>
background-color css
<style>
a { background-color: #E60915; }
a { background-color: rgb(230,9,21); }
div.DivClassName
{
background-color: #E60915;
}
.BgClassName
{
background-color: #E60915;
}
</style>
border-color css
<style>
span { border-color: #E60915; }
span { border-color: rgb(230,9,21); }
td.TdClassName
{
border-color: #E60915;
}
.TagClassName
{
border-color: #E60915;
}
</style>