Shades of Fire Engine Red #E61920
Tints of Fire Engine Red #E61920
RGB
CMYK
RGB Variations
Color information
#E61920 (or 0xE61920) is known color: Fire Engine Red. HEX triplet: E6, 19 and 20. RGB value is (230,25,32). Sum of RGB (Red+Green+Blue) = 230+25+32=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E61920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61920 is #19E6DF. Grayscale: #575757. Windows color (decimal): -1697504 or 2103782. OLE color: 2103782.
HSL color Cylindrical-coordinate representation of color #E61920: hue angle of 357.95º 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 #E61920 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.10 |
| HSL | 357.95º | 0.8% | 0.5% | - |
| HSV(B) | 357.95º | 0.89% | 0.9% | - |
| XYZ | 33.24 | 17.62 | 3.02 | - |
| YUV | 87.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 32 | 0 | 0.89 | 0.86 | 0.10 | 357.95 | 0.8 | 0.5 |
| Hex | E6 | 19 | 20 | 0 | 59 | 56 | A | 166 | 50 | 32 |
| Octal | 346 | 31 | 40 | 0 | 131 | 126 | 12 | 546 | 120 | 62 |
| Binary | 11100110 | 11001 | 100000 | 0 | 1011001 | 1010110 | 1010 | 101100110 | 1010000 | 110010 |
Color Harmonies of #E61920
Complementary color
Monochromatic Colors of #E61920
Black with #E61920
Text Example
Text Example
White with #E61920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61920; }
p { color: rgb(230,25,32); }
H1.HeaderClassName
{
color: #E61920;
}
.AnyTagClassName
{
color: #E61920;
}
</style>
background-color css
<style>
a { background-color: #E61920; }
a { background-color: rgb(230,25,32); }
div.DivClassName
{
background-color: #E61920;
}
.BgClassName
{
background-color: #E61920;
}
</style>
border-color css
<style>
span { border-color: #E61920; }
span { border-color: rgb(230,25,32); }
td.TdClassName
{
border-color: #E61920;
}
.TagClassName
{
border-color: #E61920;
}
</style>