Shades of Fire Engine Red #F01013
Tints of Fire Engine Red #F01013
RGB
CMYK
RGB Variations
Color information
#F01013 (or 0xF01013) is known color: Fire Engine Red. HEX triplet: F0, 10 and 13. RGB value is (240,16,19). Sum of RGB (Red+Green+Blue) = 240+16+19=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F01013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01013 is #0FEFEC. Grayscale: #535353. Windows color (decimal): -1044461 or 1249520. OLE color: 1249520.
HSL color Cylindrical-coordinate representation of color #F01013: hue angle of 359.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01013 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.06 |
| HSL | 359.2º | 0.88% | 0.5% | - |
| HSV(B) | 359.2º | 0.93% | 0.94% | - |
| XYZ | 36.24 | 18.94 | 2.36 | - |
| YUV | 83.32 | 91.71 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 19 | 0 | 0.93 | 0.92 | 0.06 | 359.2 | 0.88 | 0.5 |
| Hex | F0 | 10 | 13 | 0 | 5D | 5C | 6 | 167 | 58 | 32 |
| Octal | 360 | 20 | 23 | 0 | 135 | 134 | 6 | 547 | 130 | 62 |
| Binary | 11110000 | 10000 | 10011 | 0 | 1011101 | 1011100 | 110 | 101100111 | 1011000 | 110010 |
Color Harmonies of #F01013
Complementary color
Monochromatic Colors of #F01013
Black with #F01013
Text Example
Text Example
White with #F01013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01013; }
p { color: rgb(240,16,19); }
H1.HeaderClassName
{
color: #F01013;
}
.AnyTagClassName
{
color: #F01013;
}
</style>
background-color css
<style>
a { background-color: #F01013; }
a { background-color: rgb(240,16,19); }
div.DivClassName
{
background-color: #F01013;
}
.BgClassName
{
background-color: #F01013;
}
</style>
border-color css
<style>
span { border-color: #F01013; }
span { border-color: rgb(240,16,19); }
td.TdClassName
{
border-color: #F01013;
}
.TagClassName
{
border-color: #F01013;
}
</style>