Shades of Torch Red #F31147
Tints of Torch Red #F31147
RGB
CMYK
RGB Variations
Color information
#F31147 (or 0xF31147) is known color: Torch Red. HEX triplet: F3, 11 and 47. RGB value is (243,17,71). Sum of RGB (Red+Green+Blue) = 243+17+71=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F31147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31147 is #0CEEB8. Grayscale: #5A5A5A. Windows color (decimal): -847545 or 4657651. OLE color: 4657651.
HSL color Cylindrical-coordinate representation of color #F31147: hue angle of 345.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31147 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 71 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 345.66º | 0.9% | 0.51% | - |
| HSV(B) | 345.66º | 0.93% | 0.95% | - |
| XYZ | 38.3 | 19.91 | 7.79 | - |
| YUV | 90.73 | 116.87 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 71 | 0 | 0.93 | 0.71 | 0.05 | 345.66 | 0.9 | 0.51 |
| Hex | F3 | 11 | 47 | 0 | 5D | 47 | 5 | 15A | 5A | 33 |
| Octal | 363 | 21 | 107 | 0 | 135 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10001 | 1000111 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31147
Complementary color
Monochromatic Colors of #F31147
Black with #F31147
Text Example
Text Example
White with #F31147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31147; }
p { color: rgb(243,17,71); }
H1.HeaderClassName
{
color: #F31147;
}
.AnyTagClassName
{
color: #F31147;
}
</style>
background-color css
<style>
a { background-color: #F31147; }
a { background-color: rgb(243,17,71); }
div.DivClassName
{
background-color: #F31147;
}
.BgClassName
{
background-color: #F31147;
}
</style>
border-color css
<style>
span { border-color: #F31147; }
span { border-color: rgb(243,17,71); }
td.TdClassName
{
border-color: #F31147;
}
.TagClassName
{
border-color: #F31147;
}
</style>