Shades of Torch Red #F21446
Tints of Torch Red #F21446
RGB
CMYK
RGB Variations
Color information
#F21446 (or 0xF21446) is known color: Torch Red. HEX triplet: F2, 14 and 46. RGB value is (242,20,70). Sum of RGB (Red+Green+Blue) = 242+20+70=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F21446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21446 is #0DEBB9. Grayscale: #5C5C5C. Windows color (decimal): -912314 or 4592882. OLE color: 4592882.
HSL color Cylindrical-coordinate representation of color #F21446: hue angle of 346.49º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21446 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.05 |
| HSL | 346.49º | 0.9% | 0.51% | - |
| HSV(B) | 346.49º | 0.92% | 0.95% | - |
| XYZ | 37.97 | 19.82 | 7.62 | - |
| YUV | 92.08 | 115.55 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 70 | 0 | 0.92 | 0.71 | 0.05 | 346.49 | 0.9 | 0.51 |
| Hex | F2 | 14 | 46 | 0 | 5C | 47 | 5 | 15A | 5A | 33 |
| Octal | 362 | 24 | 106 | 0 | 134 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110010 | 10100 | 1000110 | 0 | 1011100 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F21446
Complementary color
Monochromatic Colors of #F21446
Black with #F21446
Text Example
Text Example
White with #F21446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21446; }
p { color: rgb(242,20,70); }
H1.HeaderClassName
{
color: #F21446;
}
.AnyTagClassName
{
color: #F21446;
}
</style>
background-color css
<style>
a { background-color: #F21446; }
a { background-color: rgb(242,20,70); }
div.DivClassName
{
background-color: #F21446;
}
.BgClassName
{
background-color: #F21446;
}
</style>
border-color css
<style>
span { border-color: #F21446; }
span { border-color: rgb(242,20,70); }
td.TdClassName
{
border-color: #F21446;
}
.TagClassName
{
border-color: #F21446;
}
</style>