Shades of Torch Red #F11746
Tints of Torch Red #F11746
RGB
CMYK
RGB Variations
Color information
#F11746 (or 0xF11746) is known color: Torch Red. HEX triplet: F1, 17 and 46. RGB value is (241,23,70). Sum of RGB (Red+Green+Blue) = 241+23+70=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F11746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11746 is #0EE8B9. Grayscale: #5D5D5D. Windows color (decimal): -977082 or 4593649. OLE color: 4593649.
HSL color Cylindrical-coordinate representation of color #F11746: hue angle of 347.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 #F11746 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.05 |
| HSL | 347.06º | 0.89% | 0.52% | - |
| HSV(B) | 347.06º | 0.9% | 0.95% | - |
| XYZ | 37.69 | 19.76 | 7.62 | - |
| YUV | 93.54 | 114.72 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 70 | 0 | 0.90 | 0.71 | 0.05 | 347.06 | 0.89 | 0.52 |
| Hex | F1 | 17 | 46 | 0 | 5A | 47 | 5 | 15B | 59 | 34 |
| Octal | 361 | 27 | 106 | 0 | 132 | 107 | 5 | 533 | 131 | 64 |
| Binary | 11110001 | 10111 | 1000110 | 0 | 1011010 | 1000111 | 101 | 101011011 | 1011001 | 110100 |
Color Harmonies of #F11746
Complementary color
Monochromatic Colors of #F11746
Black with #F11746
Text Example
Text Example
White with #F11746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11746; }
p { color: rgb(241,23,70); }
H1.HeaderClassName
{
color: #F11746;
}
.AnyTagClassName
{
color: #F11746;
}
</style>
background-color css
<style>
a { background-color: #F11746; }
a { background-color: rgb(241,23,70); }
div.DivClassName
{
background-color: #F11746;
}
.BgClassName
{
background-color: #F11746;
}
</style>
border-color css
<style>
span { border-color: #F11746; }
span { border-color: rgb(241,23,70); }
td.TdClassName
{
border-color: #F11746;
}
.TagClassName
{
border-color: #F11746;
}
</style>