Shades of Torch Red #F11720
Tints of Torch Red #F11720
RGB
CMYK
RGB Variations
Color information
#F11720 (or 0xF11720) is known color: Torch Red. HEX triplet: F1, 17 and 20. RGB value is (241,23,32). Sum of RGB (Red+Green+Blue) = 241+23+32=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F11720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11720 is #0EE8DF. Grayscale: #595959. Windows color (decimal): -977120 or 2103281. OLE color: 2103281.
HSL color Cylindrical-coordinate representation of color #F11720: hue angle of 357.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11720 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.05 |
| HSL | 357.52º | 0.89% | 0.52% | - |
| HSV(B) | 357.52º | 0.9% | 0.95% | - |
| XYZ | 36.84 | 19.42 | 3.17 | - |
| YUV | 89.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 32 | 0 | 0.90 | 0.87 | 0.05 | 357.52 | 0.89 | 0.52 |
| Hex | F1 | 17 | 20 | 0 | 5A | 57 | 5 | 166 | 59 | 34 |
| Octal | 361 | 27 | 40 | 0 | 132 | 127 | 5 | 546 | 131 | 64 |
| Binary | 11110001 | 10111 | 100000 | 0 | 1011010 | 1010111 | 101 | 101100110 | 1011001 | 110100 |
Color Harmonies of #F11720
Complementary color
Monochromatic Colors of #F11720
Black with #F11720
Text Example
Text Example
White with #F11720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11720; }
p { color: rgb(241,23,32); }
H1.HeaderClassName
{
color: #F11720;
}
.AnyTagClassName
{
color: #F11720;
}
</style>
background-color css
<style>
a { background-color: #F11720; }
a { background-color: rgb(241,23,32); }
div.DivClassName
{
background-color: #F11720;
}
.BgClassName
{
background-color: #F11720;
}
</style>
border-color css
<style>
span { border-color: #F11720; }
span { border-color: rgb(241,23,32); }
td.TdClassName
{
border-color: #F11720;
}
.TagClassName
{
border-color: #F11720;
}
</style>