Shades of Fire Engine Red #E61922
Tints of Fire Engine Red #E61922
RGB
CMYK
RGB Variations
Color information
#E61922 (or 0xE61922) is known color: Fire Engine Red. HEX triplet: E6, 19 and 22. RGB value is (230,25,34). Sum of RGB (Red+Green+Blue) = 230+25+34=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E61922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61922 is #19E6DD. Grayscale: #575757. Windows color (decimal): -1697502 or 2234854. OLE color: 2234854.
HSL color Cylindrical-coordinate representation of color #E61922: hue angle of 357.37º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.10 |
| HSL | 357.37º | 0.8% | 0.5% | - |
| HSV(B) | 357.37º | 0.89% | 0.9% | - |
| XYZ | 33.27 | 17.63 | 3.16 | - |
| YUV | 87.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 34 | 0 | 0.89 | 0.85 | 0.10 | 357.37 | 0.8 | 0.5 |
| Hex | E6 | 19 | 22 | 0 | 59 | 55 | A | 165 | 50 | 32 |
| Octal | 346 | 31 | 42 | 0 | 131 | 125 | 12 | 545 | 120 | 62 |
| Binary | 11100110 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1010 | 101100101 | 1010000 | 110010 |
Color Harmonies of #E61922
Complementary color
Monochromatic Colors of #E61922
Black with #E61922
Text Example
Text Example
White with #E61922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61922; }
p { color: rgb(230,25,34); }
H1.HeaderClassName
{
color: #E61922;
}
.AnyTagClassName
{
color: #E61922;
}
</style>
background-color css
<style>
a { background-color: #E61922; }
a { background-color: rgb(230,25,34); }
div.DivClassName
{
background-color: #E61922;
}
.BgClassName
{
background-color: #E61922;
}
</style>
border-color css
<style>
span { border-color: #E61922; }
span { border-color: rgb(230,25,34); }
td.TdClassName
{
border-color: #E61922;
}
.TagClassName
{
border-color: #E61922;
}
</style>