Shades of Torch Red #F11920
Tints of Torch Red #F11920
RGB
CMYK
RGB Variations
Color information
#F11920 (or 0xF11920) is known color: Torch Red. HEX triplet: F1, 19 and 20. RGB value is (241,25,32). Sum of RGB (Red+Green+Blue) = 241+25+32=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F11920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11920 is #0EE6DF. Grayscale: #5A5A5A. Windows color (decimal): -976608 or 2103793. OLE color: 2103793.
HSL color Cylindrical-coordinate representation of color #F11920: hue angle of 358.06º 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 #F11920 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.05 |
| HSL | 358.06º | 0.89% | 0.52% | - |
| HSV(B) | 358.06º | 0.9% | 0.95% | - |
| XYZ | 36.88 | 19.5 | 3.19 | - |
| YUV | 90.38 | 95.06 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 32 | 0 | 0.90 | 0.87 | 0.05 | 358.06 | 0.89 | 0.52 |
| Hex | F1 | 19 | 20 | 0 | 5A | 57 | 5 | 166 | 59 | 34 |
| Octal | 361 | 31 | 40 | 0 | 132 | 127 | 5 | 546 | 131 | 64 |
| Binary | 11110001 | 11001 | 100000 | 0 | 1011010 | 1010111 | 101 | 101100110 | 1011001 | 110100 |
Color Harmonies of #F11920
Complementary color
Monochromatic Colors of #F11920
Black with #F11920
Text Example
Text Example
White with #F11920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11920; }
p { color: rgb(241,25,32); }
H1.HeaderClassName
{
color: #F11920;
}
.AnyTagClassName
{
color: #F11920;
}
</style>
background-color css
<style>
a { background-color: #F11920; }
a { background-color: rgb(241,25,32); }
div.DivClassName
{
background-color: #F11920;
}
.BgClassName
{
background-color: #F11920;
}
</style>
border-color css
<style>
span { border-color: #F11920; }
span { border-color: rgb(241,25,32); }
td.TdClassName
{
border-color: #F11920;
}
.TagClassName
{
border-color: #F11920;
}
</style>