Shades of Torch Red #F31447
Tints of Torch Red #F31447
RGB
CMYK
RGB Variations
Color information
#F31447 (or 0xF31447) is known color: Torch Red. HEX triplet: F3, 14 and 47. RGB value is (243,20,71). Sum of RGB (Red+Green+Blue) = 243+20+71=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31447 is #0CEBB8. Grayscale: #5C5C5C. Windows color (decimal): -846777 or 4658419. OLE color: 4658419.
HSL color Cylindrical-coordinate representation of color #F31447: hue angle of 346.28º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31447 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 71 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.05 |
| HSL | 346.28º | 0.9% | 0.52% | - |
| HSV(B) | 346.28º | 0.92% | 0.95% | - |
| XYZ | 38.35 | 20.01 | 7.8 | - |
| YUV | 92.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 71 | 0 | 0.92 | 0.71 | 0.05 | 346.28 | 0.9 | 0.52 |
| Hex | F3 | 14 | 47 | 0 | 5C | 47 | 5 | 15A | 5A | 34 |
| Octal | 363 | 24 | 107 | 0 | 134 | 107 | 5 | 532 | 132 | 64 |
| Binary | 11110011 | 10100 | 1000111 | 0 | 1011100 | 1000111 | 101 | 101011010 | 1011010 | 110100 |
Color Harmonies of #F31447
Complementary color
Monochromatic Colors of #F31447
Black with #F31447
Text Example
Text Example
White with #F31447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31447; }
p { color: rgb(243,20,71); }
H1.HeaderClassName
{
color: #F31447;
}
.AnyTagClassName
{
color: #F31447;
}
</style>
background-color css
<style>
a { background-color: #F31447; }
a { background-color: rgb(243,20,71); }
div.DivClassName
{
background-color: #F31447;
}
.BgClassName
{
background-color: #F31447;
}
</style>
border-color css
<style>
span { border-color: #F31447; }
span { border-color: rgb(243,20,71); }
td.TdClassName
{
border-color: #F31447;
}
.TagClassName
{
border-color: #F31447;
}
</style>