Shades of Torch Red #F21649
Tints of Torch Red #F21649
RGB
CMYK
RGB Variations
Color information
#F21649 (or 0xF21649) is known color: Torch Red. HEX triplet: F2, 16 and 49. RGB value is (242,22,73). Sum of RGB (Red+Green+Blue) = 242+22+73=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F21649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21649 is #0DE9B6. Grayscale: #5D5D5D. Windows color (decimal): -911799 or 4790002. OLE color: 4790002.
HSL color Cylindrical-coordinate representation of color #F21649: hue angle of 346.09º 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 #F21649 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.05 |
| HSL | 346.09º | 0.89% | 0.52% | - |
| HSV(B) | 346.09º | 0.91% | 0.95% | - |
| XYZ | 38.11 | 19.93 | 8.14 | - |
| YUV | 93.59 | 116.39 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 73 | 0 | 0.91 | 0.70 | 0.05 | 346.09 | 0.89 | 0.52 |
| Hex | F2 | 16 | 49 | 0 | 5B | 46 | 5 | 15A | 59 | 34 |
| Octal | 362 | 26 | 111 | 0 | 133 | 106 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 10110 | 1001001 | 0 | 1011011 | 1000110 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F21649
Complementary color
Monochromatic Colors of #F21649
Black with #F21649
Text Example
Text Example
White with #F21649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21649; }
p { color: rgb(242,22,73); }
H1.HeaderClassName
{
color: #F21649;
}
.AnyTagClassName
{
color: #F21649;
}
</style>
background-color css
<style>
a { background-color: #F21649; }
a { background-color: rgb(242,22,73); }
div.DivClassName
{
background-color: #F21649;
}
.BgClassName
{
background-color: #F21649;
}
</style>
border-color css
<style>
span { border-color: #F21649; }
span { border-color: rgb(242,22,73); }
td.TdClassName
{
border-color: #F21649;
}
.TagClassName
{
border-color: #F21649;
}
</style>