Shades of Fire Engine Red #E61319
Tints of Fire Engine Red #E61319
RGB
CMYK
RGB Variations
Color information
#E61319 (or 0xE61319) is known color: Fire Engine Red. HEX triplet: E6, 13 and 19. RGB value is (230,19,25). Sum of RGB (Red+Green+Blue) = 230+19+25=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E61319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61319 is #19ECE6. Grayscale: #525252. Windows color (decimal): -1699047 or 1643494. OLE color: 1643494.
HSL color Cylindrical-coordinate representation of color #E61319: hue angle of 358.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61319 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.10 |
| HSL | 358.29º | 0.85% | 0.49% | - |
| HSV(B) | 358.29º | 0.92% | 0.9% | - |
| XYZ | 33.04 | 17.36 | 2.53 | - |
| YUV | 82.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 25 | 0 | 0.92 | 0.89 | 0.10 | 358.29 | 0.85 | 0.49 |
| Hex | E6 | 13 | 19 | 0 | 5C | 59 | A | 166 | 55 | 31 |
| Octal | 346 | 23 | 31 | 0 | 134 | 131 | 12 | 546 | 125 | 61 |
| Binary | 11100110 | 10011 | 11001 | 0 | 1011100 | 1011001 | 1010 | 101100110 | 1010101 | 110001 |
Color Harmonies of #E61319
Complementary color
Monochromatic Colors of #E61319
Black with #E61319
Text Example
Text Example
White with #E61319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61319; }
p { color: rgb(230,19,25); }
H1.HeaderClassName
{
color: #E61319;
}
.AnyTagClassName
{
color: #E61319;
}
</style>
background-color css
<style>
a { background-color: #E61319; }
a { background-color: rgb(230,19,25); }
div.DivClassName
{
background-color: #E61319;
}
.BgClassName
{
background-color: #E61319;
}
</style>
border-color css
<style>
span { border-color: #E61319; }
span { border-color: rgb(230,19,25); }
td.TdClassName
{
border-color: #E61319;
}
.TagClassName
{
border-color: #E61319;
}
</style>