Shades of Fire Engine Red #F11415
Tints of Fire Engine Red #F11415
RGB
CMYK
RGB Variations
Color information
#F11415 (or 0xF11415) is known color: Fire Engine Red. HEX triplet: F1, 14 and 15. RGB value is (241,20,21). Sum of RGB (Red+Green+Blue) = 241+20+21=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11415 is #0EEBEA. Grayscale: #565656. Windows color (decimal): -977899 or 1381617. OLE color: 1381617.
HSL color Cylindrical-coordinate representation of color #F11415: 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.92%. Process color model (Four color, CMYK) of #F11415 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.05 |
| HSL | 359.73º | 0.89% | 0.51% | - |
| HSV(B) | 359.73º | 0.92% | 0.95% | - |
| XYZ | 36.66 | 19.26 | 2.49 | - |
| YUV | 86.19 | 91.22 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 21 | 0 | 0.92 | 0.91 | 0.05 | 359.73 | 0.89 | 0.51 |
| Hex | F1 | 14 | 15 | 0 | 5C | 5B | 5 | 168 | 59 | 33 |
| Octal | 361 | 24 | 25 | 0 | 134 | 133 | 5 | 550 | 131 | 63 |
| Binary | 11110001 | 10100 | 10101 | 0 | 1011100 | 1011011 | 101 | 101101000 | 1011001 | 110011 |
Color Harmonies of #F11415
Complementary color
Monochromatic Colors of #F11415
Black with #F11415
Text Example
Text Example
White with #F11415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11415; }
p { color: rgb(241,20,21); }
H1.HeaderClassName
{
color: #F11415;
}
.AnyTagClassName
{
color: #F11415;
}
</style>
background-color css
<style>
a { background-color: #F11415; }
a { background-color: rgb(241,20,21); }
div.DivClassName
{
background-color: #F11415;
}
.BgClassName
{
background-color: #F11415;
}
</style>
border-color css
<style>
span { border-color: #F11415; }
span { border-color: rgb(241,20,21); }
td.TdClassName
{
border-color: #F11415;
}
.TagClassName
{
border-color: #F11415;
}
</style>