Shades of Torch Red #F11547
Tints of Torch Red #F11547
RGB
CMYK
RGB Variations
Color information
#F11547 (or 0xF11547) is known color: Torch Red. HEX triplet: F1, 15 and 47. RGB value is (241,21,71). Sum of RGB (Red+Green+Blue) = 241+21+71=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11547 is #0EEAB8. Grayscale: #5C5C5C. Windows color (decimal): -977593 or 4658673. OLE color: 4658673.
HSL color Cylindrical-coordinate representation of color #F11547: hue angle of 346.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11547 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 71 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 346.36º | 0.89% | 0.51% | - |
| HSV(B) | 346.36º | 0.91% | 0.95% | - |
| XYZ | 37.68 | 19.69 | 7.78 | - |
| YUV | 92.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 71 | 0 | 0.91 | 0.71 | 0.05 | 346.36 | 0.89 | 0.51 |
| Hex | F1 | 15 | 47 | 0 | 5B | 47 | 5 | 15A | 59 | 33 |
| Octal | 361 | 25 | 107 | 0 | 133 | 107 | 5 | 532 | 131 | 63 |
| Binary | 11110001 | 10101 | 1000111 | 0 | 1011011 | 1000111 | 101 | 101011010 | 1011001 | 110011 |
Color Harmonies of #F11547
Complementary color
Monochromatic Colors of #F11547
Black with #F11547
Text Example
Text Example
White with #F11547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11547; }
p { color: rgb(241,21,71); }
H1.HeaderClassName
{
color: #F11547;
}
.AnyTagClassName
{
color: #F11547;
}
</style>
background-color css
<style>
a { background-color: #F11547; }
a { background-color: rgb(241,21,71); }
div.DivClassName
{
background-color: #F11547;
}
.BgClassName
{
background-color: #F11547;
}
</style>
border-color css
<style>
span { border-color: #F11547; }
span { border-color: rgb(241,21,71); }
td.TdClassName
{
border-color: #F11547;
}
.TagClassName
{
border-color: #F11547;
}
</style>