Shades of Torch Red #F21346
Tints of Torch Red #F21346
RGB
CMYK
RGB Variations
Color information
#F21346 (or 0xF21346) is known color: Torch Red. HEX triplet: F2, 13 and 46. RGB value is (242,19,70). Sum of RGB (Red+Green+Blue) = 242+19+70=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F21346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21346 is #0DECB9. Grayscale: #5B5B5B. Windows color (decimal): -912570 or 4592626. OLE color: 4592626.
HSL color Cylindrical-coordinate representation of color #F21346: hue angle of 346.28º 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 #F21346 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.05 |
| HSL | 346.28º | 0.9% | 0.51% | - |
| HSV(B) | 346.28º | 0.92% | 0.95% | - |
| XYZ | 37.96 | 19.79 | 7.61 | - |
| YUV | 91.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 70 | 0 | 0.92 | 0.71 | 0.05 | 346.28 | 0.9 | 0.51 |
| Hex | F2 | 13 | 46 | 0 | 5C | 47 | 5 | 15A | 5A | 33 |
| Octal | 362 | 23 | 106 | 0 | 134 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110010 | 10011 | 1000110 | 0 | 1011100 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F21346
Complementary color
Monochromatic Colors of #F21346
Black with #F21346
Text Example
Text Example
White with #F21346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21346; }
p { color: rgb(242,19,70); }
H1.HeaderClassName
{
color: #F21346;
}
.AnyTagClassName
{
color: #F21346;
}
</style>
background-color css
<style>
a { background-color: #F21346; }
a { background-color: rgb(242,19,70); }
div.DivClassName
{
background-color: #F21346;
}
.BgClassName
{
background-color: #F21346;
}
</style>
border-color css
<style>
span { border-color: #F21346; }
span { border-color: rgb(242,19,70); }
td.TdClassName
{
border-color: #F21346;
}
.TagClassName
{
border-color: #F21346;
}
</style>