Shades of Fire Engine Red #F11213
Tints of Fire Engine Red #F11213
RGB
CMYK
RGB Variations
Color information
#F11213 (or 0xF11213) is known color: Fire Engine Red. HEX triplet: F1, 12 and 13. RGB value is (241,18,19). Sum of RGB (Red+Green+Blue) = 241+18+19=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F11213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11213 is #0EEDEC. Grayscale: #555555. Windows color (decimal): -978413 or 1250033. OLE color: 1250033.
HSL color Cylindrical-coordinate representation of color #F11213: hue angle of 359.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11213 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.05 |
| HSL | 359.73º | 0.89% | 0.51% | - |
| HSV(B) | 359.73º | 0.93% | 0.95% | - |
| XYZ | 36.61 | 19.18 | 2.39 | - |
| YUV | 84.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 19 | 0 | 0.93 | 0.92 | 0.05 | 359.73 | 0.89 | 0.51 |
| Hex | F1 | 12 | 13 | 0 | 5D | 5C | 5 | 168 | 59 | 33 |
| Octal | 361 | 22 | 23 | 0 | 135 | 134 | 5 | 550 | 131 | 63 |
| Binary | 11110001 | 10010 | 10011 | 0 | 1011101 | 1011100 | 101 | 101101000 | 1011001 | 110011 |
Color Harmonies of #F11213
Complementary color
Monochromatic Colors of #F11213
Black with #F11213
Text Example
Text Example
White with #F11213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11213; }
p { color: rgb(241,18,19); }
H1.HeaderClassName
{
color: #F11213;
}
.AnyTagClassName
{
color: #F11213;
}
</style>
background-color css
<style>
a { background-color: #F11213; }
a { background-color: rgb(241,18,19); }
div.DivClassName
{
background-color: #F11213;
}
.BgClassName
{
background-color: #F11213;
}
</style>
border-color css
<style>
span { border-color: #F11213; }
span { border-color: rgb(241,18,19); }
td.TdClassName
{
border-color: #F11213;
}
.TagClassName
{
border-color: #F11213;
}
</style>