Shades of Fire Engine Red #F01819
Tints of Fire Engine Red #F01819
RGB
CMYK
RGB Variations
Color information
#F01819 (or 0xF01819) is known color: Fire Engine Red. HEX triplet: F0, 18 and 19. RGB value is (240,24,25). Sum of RGB (Red+Green+Blue) = 240+24+25=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01819 is #0FE7E6. Grayscale: #585858. Windows color (decimal): -1042407 or 1644784. OLE color: 1644784.
HSL color Cylindrical-coordinate representation of color #F01819: hue angle of 359.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01819 is Cyan = 0, Magento = 0.9, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 25 | - |
| CMYK | 0 | 0.9 | 0.90 | 0.06 |
| HSL | 359.72º | 0.88% | 0.52% | - |
| HSV(B) | 359.72º | 0.9% | 0.94% | - |
| XYZ | 36.44 | 19.25 | 2.71 | - |
| YUV | 88.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 25 | 0 | 0.9 | 0.90 | 0.06 | 359.72 | 0.88 | 0.52 |
| Hex | F0 | 18 | 19 | 0 | 5A | 5A | 6 | 168 | 58 | 34 |
| Octal | 360 | 30 | 31 | 0 | 132 | 132 | 6 | 550 | 130 | 64 |
| Binary | 11110000 | 11000 | 11001 | 0 | 1011010 | 1011010 | 110 | 101101000 | 1011000 | 110100 |
Color Harmonies of #F01819
Complementary color
Monochromatic Colors of #F01819
Black with #F01819
Text Example
Text Example
White with #F01819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01819; }
p { color: rgb(240,24,25); }
H1.HeaderClassName
{
color: #F01819;
}
.AnyTagClassName
{
color: #F01819;
}
</style>
background-color css
<style>
a { background-color: #F01819; }
a { background-color: rgb(240,24,25); }
div.DivClassName
{
background-color: #F01819;
}
.BgClassName
{
background-color: #F01819;
}
</style>
border-color css
<style>
span { border-color: #F01819; }
span { border-color: rgb(240,24,25); }
td.TdClassName
{
border-color: #F01819;
}
.TagClassName
{
border-color: #F01819;
}
</style>