Shades of Torch Red #F11320
Tints of Torch Red #F11320
RGB
CMYK
RGB Variations
Color information
#F11320 (or 0xF11320) is known color: Torch Red. HEX triplet: F1, 13 and 20. RGB value is (241,19,32). Sum of RGB (Red+Green+Blue) = 241+19+32=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F11320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11320 is #0EECDF. Grayscale: #575757. Windows color (decimal): -978144 or 2102257. OLE color: 2102257.
HSL color Cylindrical-coordinate representation of color #F11320: hue angle of 356.49º 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 #F11320 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.05 |
| HSL | 356.49º | 0.89% | 0.51% | - |
| HSV(B) | 356.49º | 0.92% | 0.95% | - |
| XYZ | 36.77 | 19.27 | 3.15 | - |
| YUV | 86.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 32 | 0 | 0.92 | 0.87 | 0.05 | 356.49 | 0.89 | 0.51 |
| Hex | F1 | 13 | 20 | 0 | 5C | 57 | 5 | 164 | 59 | 33 |
| Octal | 361 | 23 | 40 | 0 | 134 | 127 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10011 | 100000 | 0 | 1011100 | 1010111 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11320
Complementary color
Monochromatic Colors of #F11320
Black with #F11320
Text Example
Text Example
White with #F11320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11320; }
p { color: rgb(241,19,32); }
H1.HeaderClassName
{
color: #F11320;
}
.AnyTagClassName
{
color: #F11320;
}
</style>
background-color css
<style>
a { background-color: #F11320; }
a { background-color: rgb(241,19,32); }
div.DivClassName
{
background-color: #F11320;
}
.BgClassName
{
background-color: #F11320;
}
</style>
border-color css
<style>
span { border-color: #F11320; }
span { border-color: rgb(241,19,32); }
td.TdClassName
{
border-color: #F11320;
}
.TagClassName
{
border-color: #F11320;
}
</style>