Shades of Torch Red #F11215
Tints of Torch Red #F11215
RGB
CMYK
RGB Variations
Color information
#F11215 (or 0xF11215) is known color: Torch Red. HEX triplet: F1, 12 and 15. RGB value is (241,18,21). Sum of RGB (Red+Green+Blue) = 241+18+21=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11215 is #0EEDEA. Grayscale: #555555. Windows color (decimal): -978411 or 1381105. OLE color: 1381105.
HSL color Cylindrical-coordinate representation of color #F11215: hue angle of 359.19º 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 #F11215 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 359.19º | 0.89% | 0.51% | - |
| HSV(B) | 359.19º | 0.93% | 0.95% | - |
| XYZ | 36.63 | 19.19 | 2.48 | - |
| YUV | 85.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 21 | 0 | 0.93 | 0.91 | 0.05 | 359.19 | 0.89 | 0.51 |
| Hex | F1 | 12 | 15 | 0 | 5D | 5B | 5 | 167 | 59 | 33 |
| Octal | 361 | 22 | 25 | 0 | 135 | 133 | 5 | 547 | 131 | 63 |
| Binary | 11110001 | 10010 | 10101 | 0 | 1011101 | 1011011 | 101 | 101100111 | 1011001 | 110011 |
Color Harmonies of #F11215
Complementary color
Monochromatic Colors of #F11215
Black with #F11215
Text Example
Text Example
White with #F11215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11215; }
p { color: rgb(241,18,21); }
H1.HeaderClassName
{
color: #F11215;
}
.AnyTagClassName
{
color: #F11215;
}
</style>
background-color css
<style>
a { background-color: #F11215; }
a { background-color: rgb(241,18,21); }
div.DivClassName
{
background-color: #F11215;
}
.BgClassName
{
background-color: #F11215;
}
</style>
border-color css
<style>
span { border-color: #F11215; }
span { border-color: rgb(241,18,21); }
td.TdClassName
{
border-color: #F11215;
}
.TagClassName
{
border-color: #F11215;
}
</style>