Shades of Fire Engine Red #F10F13
Tints of Fire Engine Red #F10F13
RGB
CMYK
RGB Variations
Color information
#F10F13 (or 0xF10F13) is known color: Fire Engine Red. HEX triplet: F1, 0F and 13. RGB value is (241,15,19). Sum of RGB (Red+Green+Blue) = 241+15+19=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F13 is #0EF0EC. Grayscale: #535353. Windows color (decimal): -979181 or 1249265. OLE color: 1249265.
HSL color Cylindrical-coordinate representation of color #F10F13: hue angle of 358.94º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.05 |
| HSL | 358.94º | 0.89% | 0.5% | - |
| HSV(B) | 358.94º | 0.94% | 0.95% | - |
| XYZ | 36.56 | 19.09 | 2.37 | - |
| YUV | 83.03 | 91.87 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 19 | 0 | 0.94 | 0.92 | 0.05 | 358.94 | 0.89 | 0.5 |
| Hex | F1 | F | 13 | 0 | 5E | 5C | 5 | 167 | 59 | 32 |
| Octal | 361 | 17 | 23 | 0 | 136 | 134 | 5 | 547 | 131 | 62 |
| Binary | 11110001 | 1111 | 10011 | 0 | 1011110 | 1011100 | 101 | 101100111 | 1011001 | 110010 |
Color Harmonies of #F10F13
Complementary color
Monochromatic Colors of #F10F13
Black with #F10F13
Text Example
Text Example
White with #F10F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F13; }
p { color: rgb(241,15,19); }
H1.HeaderClassName
{
color: #F10F13;
}
.AnyTagClassName
{
color: #F10F13;
}
</style>
background-color css
<style>
a { background-color: #F10F13; }
a { background-color: rgb(241,15,19); }
div.DivClassName
{
background-color: #F10F13;
}
.BgClassName
{
background-color: #F10F13;
}
</style>
border-color css
<style>
span { border-color: #F10F13; }
span { border-color: rgb(241,15,19); }
td.TdClassName
{
border-color: #F10F13;
}
.TagClassName
{
border-color: #F10F13;
}
</style>