Shades of Fire Engine Red #E60919
Tints of Fire Engine Red #E60919
RGB
CMYK
RGB Variations
Color information
#E60919 (or 0xE60919) is known color: Fire Engine Red. HEX triplet: E6, 09 and 19. RGB value is (230,9,25). Sum of RGB (Red+Green+Blue) = 230+9+25=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60919 is #19F6E6. Grayscale: #4D4D4D. Windows color (decimal): -1701607 or 1640934. OLE color: 1640934.
HSL color Cylindrical-coordinate representation of color #E60919: hue angle of 355.66º 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 #E60919 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.10 |
| HSL | 355.66º | 0.92% | 0.47% | - |
| HSV(B) | 355.66º | 0.96% | 0.9% | - |
| XYZ | 32.91 | 17.09 | 2.48 | - |
| YUV | 76.9 | 98.72 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 25 | 0 | 0.96 | 0.89 | 0.10 | 355.66 | 0.92 | 0.47 |
| Hex | E6 | 9 | 19 | 0 | 60 | 59 | A | 164 | 5C | 2F |
| Octal | 346 | 11 | 31 | 0 | 140 | 131 | 12 | 544 | 134 | 57 |
| Binary | 11100110 | 1001 | 11001 | 0 | 1100000 | 1011001 | 1010 | 101100100 | 1011100 | 101111 |
Color Harmonies of #E60919
Complementary color
Monochromatic Colors of #E60919
Black with #E60919
Text Example
Text Example
White with #E60919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60919; }
p { color: rgb(230,9,25); }
H1.HeaderClassName
{
color: #E60919;
}
.AnyTagClassName
{
color: #E60919;
}
</style>
background-color css
<style>
a { background-color: #E60919; }
a { background-color: rgb(230,9,25); }
div.DivClassName
{
background-color: #E60919;
}
.BgClassName
{
background-color: #E60919;
}
</style>
border-color css
<style>
span { border-color: #E60919; }
span { border-color: rgb(230,9,25); }
td.TdClassName
{
border-color: #E60919;
}
.TagClassName
{
border-color: #E60919;
}
</style>