Shades of Fire Engine Red #F10E12
Tints of Fire Engine Red #F10E12
RGB
CMYK
RGB Variations
Color information
#F10E12 (or 0xF10E12) is known color: Fire Engine Red. HEX triplet: F1, 0E and 12. RGB value is (241,14,18). Sum of RGB (Red+Green+Blue) = 241+14+18=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10E12 is #0EF1ED. Grayscale: #525252. Windows color (decimal): -979438 or 1183473. OLE color: 1183473.
HSL color Cylindrical-coordinate representation of color #F10E12: 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 #F10E12 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 18 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.05 |
| HSL | 358.94º | 0.89% | 0.5% | - |
| HSV(B) | 358.94º | 0.94% | 0.95% | - |
| XYZ | 36.54 | 19.06 | 2.32 | - |
| YUV | 82.33 | 91.71 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 18 | 0 | 0.94 | 0.93 | 0.05 | 358.94 | 0.89 | 0.5 |
| Hex | F1 | E | 12 | 0 | 5E | 5D | 5 | 167 | 59 | 32 |
| Octal | 361 | 16 | 22 | 0 | 136 | 135 | 5 | 547 | 131 | 62 |
| Binary | 11110001 | 1110 | 10010 | 0 | 1011110 | 1011101 | 101 | 101100111 | 1011001 | 110010 |
Color Harmonies of #F10E12
Complementary color
Monochromatic Colors of #F10E12
Black with #F10E12
Text Example
Text Example
White with #F10E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E12; }
p { color: rgb(241,14,18); }
H1.HeaderClassName
{
color: #F10E12;
}
.AnyTagClassName
{
color: #F10E12;
}
</style>
background-color css
<style>
a { background-color: #F10E12; }
a { background-color: rgb(241,14,18); }
div.DivClassName
{
background-color: #F10E12;
}
.BgClassName
{
background-color: #F10E12;
}
</style>
border-color css
<style>
span { border-color: #F10E12; }
span { border-color: rgb(241,14,18); }
td.TdClassName
{
border-color: #F10E12;
}
.TagClassName
{
border-color: #F10E12;
}
</style>