Shades of Torch Red #F11416
Tints of Torch Red #F11416
RGB
CMYK
RGB Variations
Color information
#F11416 (or 0xF11416) is known color: Torch Red. HEX triplet: F1, 14 and 16. RGB value is (241,20,22). Sum of RGB (Red+Green+Blue) = 241+20+22=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11416 is #0EEBE9. Grayscale: #565656. Windows color (decimal): -977898 or 1447153. OLE color: 1447153.
HSL color Cylindrical-coordinate representation of color #F11416: hue angle of 359.46º 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 #F11416 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.05 |
| HSL | 359.46º | 0.89% | 0.51% | - |
| HSV(B) | 359.46º | 0.92% | 0.95% | - |
| XYZ | 36.67 | 19.26 | 2.54 | - |
| YUV | 86.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 22 | 0 | 0.92 | 0.91 | 0.05 | 359.46 | 0.89 | 0.51 |
| Hex | F1 | 14 | 16 | 0 | 5C | 5B | 5 | 167 | 59 | 33 |
| Octal | 361 | 24 | 26 | 0 | 134 | 133 | 5 | 547 | 131 | 63 |
| Binary | 11110001 | 10100 | 10110 | 0 | 1011100 | 1011011 | 101 | 101100111 | 1011001 | 110011 |
Color Harmonies of #F11416
Complementary color
Monochromatic Colors of #F11416
Black with #F11416
Text Example
Text Example
White with #F11416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11416; }
p { color: rgb(241,20,22); }
H1.HeaderClassName
{
color: #F11416;
}
.AnyTagClassName
{
color: #F11416;
}
</style>
background-color css
<style>
a { background-color: #F11416; }
a { background-color: rgb(241,20,22); }
div.DivClassName
{
background-color: #F11416;
}
.BgClassName
{
background-color: #F11416;
}
</style>
border-color css
<style>
span { border-color: #F11416; }
span { border-color: rgb(241,20,22); }
td.TdClassName
{
border-color: #F11416;
}
.TagClassName
{
border-color: #F11416;
}
</style>