Shades of Fire Engine Red #F01315
Tints of Fire Engine Red #F01315
RGB
CMYK
RGB Variations
Color information
#F01315 (or 0xF01315) is known color: Fire Engine Red. HEX triplet: F0, 13 and 15. RGB value is (240,19,21). Sum of RGB (Red+Green+Blue) = 240+19+21=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F01315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01315 is #0FECEA. Grayscale: #555555. Windows color (decimal): -1043691 or 1381360. OLE color: 1381360.
HSL color Cylindrical-coordinate representation of color #F01315: hue angle of 359.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01315 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.06 |
| HSL | 359.46º | 0.88% | 0.51% | - |
| HSV(B) | 359.46º | 0.92% | 0.94% | - |
| XYZ | 36.3 | 19.05 | 2.47 | - |
| YUV | 85.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 21 | 0 | 0.92 | 0.91 | 0.06 | 359.46 | 0.88 | 0.51 |
| Hex | F0 | 13 | 15 | 0 | 5C | 5B | 6 | 167 | 58 | 33 |
| Octal | 360 | 23 | 25 | 0 | 134 | 133 | 6 | 547 | 130 | 63 |
| Binary | 11110000 | 10011 | 10101 | 0 | 1011100 | 1011011 | 110 | 101100111 | 1011000 | 110011 |
Color Harmonies of #F01315
Complementary color
Monochromatic Colors of #F01315
Black with #F01315
Text Example
Text Example
White with #F01315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01315; }
p { color: rgb(240,19,21); }
H1.HeaderClassName
{
color: #F01315;
}
.AnyTagClassName
{
color: #F01315;
}
</style>
background-color css
<style>
a { background-color: #F01315; }
a { background-color: rgb(240,19,21); }
div.DivClassName
{
background-color: #F01315;
}
.BgClassName
{
background-color: #F01315;
}
</style>
border-color css
<style>
span { border-color: #F01315; }
span { border-color: rgb(240,19,21); }
td.TdClassName
{
border-color: #F01315;
}
.TagClassName
{
border-color: #F01315;
}
</style>