Shades of Torch Red #F31946
Tints of Torch Red #F31946
RGB
CMYK
RGB Variations
Color information
#F31946 (or 0xF31946) is known color: Torch Red. HEX triplet: F3, 19 and 46. RGB value is (243,25,70). Sum of RGB (Red+Green+Blue) = 243+25+70=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F31946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31946 is #0CE6B9. Grayscale: #5F5F5F. Windows color (decimal): -845498 or 4594163. OLE color: 4594163.
HSL color Cylindrical-coordinate representation of color #F31946: hue angle of 347.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31946 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.05 |
| HSL | 347.61º | 0.9% | 0.53% | - |
| HSV(B) | 347.61º | 0.9% | 0.95% | - |
| XYZ | 38.42 | 20.19 | 7.67 | - |
| YUV | 95.31 | 113.72 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 70 | 0 | 0.90 | 0.71 | 0.05 | 347.61 | 0.9 | 0.53 |
| Hex | F3 | 19 | 46 | 0 | 5A | 47 | 5 | 15C | 5A | 35 |
| Octal | 363 | 31 | 106 | 0 | 132 | 107 | 5 | 534 | 132 | 65 |
| Binary | 11110011 | 11001 | 1000110 | 0 | 1011010 | 1000111 | 101 | 101011100 | 1011010 | 110101 |
Color Harmonies of #F31946
Complementary color
Monochromatic Colors of #F31946
Black with #F31946
Text Example
Text Example
White with #F31946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31946; }
p { color: rgb(243,25,70); }
H1.HeaderClassName
{
color: #F31946;
}
.AnyTagClassName
{
color: #F31946;
}
</style>
background-color css
<style>
a { background-color: #F31946; }
a { background-color: rgb(243,25,70); }
div.DivClassName
{
background-color: #F31946;
}
.BgClassName
{
background-color: #F31946;
}
</style>
border-color css
<style>
span { border-color: #F31946; }
span { border-color: rgb(243,25,70); }
td.TdClassName
{
border-color: #F31946;
}
.TagClassName
{
border-color: #F31946;
}
</style>