Shades of Torch Red #F21648
Tints of Torch Red #F21648
RGB
CMYK
RGB Variations
Color information
#F21648 (or 0xF21648) is known color: Torch Red. HEX triplet: F2, 16 and 48. RGB value is (242,22,72). Sum of RGB (Red+Green+Blue) = 242+22+72=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F21648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21648 is #0DE9B7. Grayscale: #5D5D5D. Windows color (decimal): -911800 or 4724466. OLE color: 4724466.
HSL color Cylindrical-coordinate representation of color #F21648: hue angle of 346.36º 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 #F21648 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 72 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.05 |
| HSL | 346.36º | 0.89% | 0.52% | - |
| HSV(B) | 346.36º | 0.91% | 0.95% | - |
| XYZ | 38.07 | 19.92 | 7.97 | - |
| YUV | 93.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 72 | 0 | 0.91 | 0.70 | 0.05 | 346.36 | 0.89 | 0.52 |
| Hex | F2 | 16 | 48 | 0 | 5B | 46 | 5 | 15A | 59 | 34 |
| Octal | 362 | 26 | 110 | 0 | 133 | 106 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 10110 | 1001000 | 0 | 1011011 | 1000110 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F21648
Complementary color
Monochromatic Colors of #F21648
Black with #F21648
Text Example
Text Example
White with #F21648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21648; }
p { color: rgb(242,22,72); }
H1.HeaderClassName
{
color: #F21648;
}
.AnyTagClassName
{
color: #F21648;
}
</style>
background-color css
<style>
a { background-color: #F21648; }
a { background-color: rgb(242,22,72); }
div.DivClassName
{
background-color: #F21648;
}
.BgClassName
{
background-color: #F21648;
}
</style>
border-color css
<style>
span { border-color: #F21648; }
span { border-color: rgb(242,22,72); }
td.TdClassName
{
border-color: #F21648;
}
.TagClassName
{
border-color: #F21648;
}
</style>