Shades of Torch Red #F31747
Tints of Torch Red #F31747
RGB
CMYK
RGB Variations
Color information
#F31747 (or 0xF31747) is known color: Torch Red. HEX triplet: F3, 17 and 47. RGB value is (243,23,71). Sum of RGB (Red+Green+Blue) = 243+23+71=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F31747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31747 is #0CE8B8. Grayscale: #5E5E5E. Windows color (decimal): -846009 or 4659187. OLE color: 4659187.
HSL color Cylindrical-coordinate representation of color #F31747: hue angle of 346.91º degrees, saturation: 0.9, 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 #F31747 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 71 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 346.91º | 0.9% | 0.52% | - |
| HSV(B) | 346.91º | 0.91% | 0.95% | - |
| XYZ | 38.41 | 20.12 | 7.82 | - |
| YUV | 94.25 | 114.89 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 71 | 0 | 0.91 | 0.71 | 0.05 | 346.91 | 0.9 | 0.52 |
| Hex | F3 | 17 | 47 | 0 | 5B | 47 | 5 | 15B | 5A | 34 |
| Octal | 363 | 27 | 107 | 0 | 133 | 107 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000111 | 0 | 1011011 | 1000111 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31747
Complementary color
Monochromatic Colors of #F31747
Black with #F31747
Text Example
Text Example
White with #F31747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31747; }
p { color: rgb(243,23,71); }
H1.HeaderClassName
{
color: #F31747;
}
.AnyTagClassName
{
color: #F31747;
}
</style>
background-color css
<style>
a { background-color: #F31747; }
a { background-color: rgb(243,23,71); }
div.DivClassName
{
background-color: #F31747;
}
.BgClassName
{
background-color: #F31747;
}
</style>
border-color css
<style>
span { border-color: #F31747; }
span { border-color: rgb(243,23,71); }
td.TdClassName
{
border-color: #F31747;
}
.TagClassName
{
border-color: #F31747;
}
</style>