Shades of Torch Red #F41647
Tints of Torch Red #F41647
RGB
CMYK
RGB Variations
Color information
#F41647 (or 0xF41647) is known color: Torch Red. HEX triplet: F4, 16 and 47. RGB value is (244,22,71). Sum of RGB (Red+Green+Blue) = 244+22+71=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F41647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41647 is #0BE9B8. Grayscale: #5D5D5D. Windows color (decimal): -780729 or 4658932. OLE color: 4658932.
HSL color Cylindrical-coordinate representation of color #F41647: hue angle of 346.76º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41647 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.04 |
| HSL | 346.76º | 0.91% | 0.52% | - |
| HSV(B) | 346.76º | 0.91% | 0.96% | - |
| XYZ | 38.73 | 20.26 | 7.83 | - |
| YUV | 93.96 | 115.05 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 71 | 0 | 0.91 | 0.71 | 0.04 | 346.76 | 0.91 | 0.52 |
| Hex | F4 | 16 | 47 | 0 | 5B | 47 | 4 | 15B | 5B | 34 |
| Octal | 364 | 26 | 107 | 0 | 133 | 107 | 4 | 533 | 133 | 64 |
| Binary | 11110100 | 10110 | 1000111 | 0 | 1011011 | 1000111 | 100 | 101011011 | 1011011 | 110100 |
Color Harmonies of #F41647
Complementary color
Monochromatic Colors of #F41647
Black with #F41647
Text Example
Text Example
White with #F41647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41647; }
p { color: rgb(244,22,71); }
H1.HeaderClassName
{
color: #F41647;
}
.AnyTagClassName
{
color: #F41647;
}
</style>
background-color css
<style>
a { background-color: #F41647; }
a { background-color: rgb(244,22,71); }
div.DivClassName
{
background-color: #F41647;
}
.BgClassName
{
background-color: #F41647;
}
</style>
border-color css
<style>
span { border-color: #F41647; }
span { border-color: rgb(244,22,71); }
td.TdClassName
{
border-color: #F41647;
}
.TagClassName
{
border-color: #F41647;
}
</style>