Shades of Torch Red #F21647
Tints of Torch Red #F21647
RGB
CMYK
RGB Variations
Color information
#F21647 (or 0xF21647) is known color: Torch Red. HEX triplet: F2, 16 and 47. RGB value is (242,22,71). Sum of RGB (Red+Green+Blue) = 242+22+71=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F21647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21647 is #0DE9B8. Grayscale: #5D5D5D. Windows color (decimal): -911801 or 4658930. OLE color: 4658930.
HSL color Cylindrical-coordinate representation of color #F21647: hue angle of 346.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21647 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 346.64º | 0.89% | 0.52% | - |
| HSV(B) | 346.64º | 0.91% | 0.95% | - |
| XYZ | 38.04 | 19.91 | 7.8 | - |
| YUV | 93.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 71 | 0 | 0.91 | 0.71 | 0.05 | 346.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | 47 | 0 | 5B | 47 | 5 | 15B | 59 | 34 |
| Octal | 362 | 26 | 107 | 0 | 133 | 107 | 5 | 533 | 131 | 64 |
| Binary | 11110010 | 10110 | 1000111 | 0 | 1011011 | 1000111 | 101 | 101011011 | 1011001 | 110100 |
Color Harmonies of #F21647
Complementary color
Monochromatic Colors of #F21647
Black with #F21647
Text Example
Text Example
White with #F21647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21647; }
p { color: rgb(242,22,71); }
H1.HeaderClassName
{
color: #F21647;
}
.AnyTagClassName
{
color: #F21647;
}
</style>
background-color css
<style>
a { background-color: #F21647; }
a { background-color: rgb(242,22,71); }
div.DivClassName
{
background-color: #F21647;
}
.BgClassName
{
background-color: #F21647;
}
</style>
border-color css
<style>
span { border-color: #F21647; }
span { border-color: rgb(242,22,71); }
td.TdClassName
{
border-color: #F21647;
}
.TagClassName
{
border-color: #F21647;
}
</style>