Shades of Torch Red #F31241
Tints of Torch Red #F31241
RGB
CMYK
RGB Variations
Color information
#F31241 (or 0xF31241) is known color: Torch Red. HEX triplet: F3, 12 and 41. RGB value is (243,18,65). Sum of RGB (Red+Green+Blue) = 243+18+65=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F31241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31241 is #0CEDBE. Grayscale: #5A5A5A. Windows color (decimal): -847295 or 4264691. OLE color: 4264691.
HSL color Cylindrical-coordinate representation of color #F31241: hue angle of 347.47º 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 #F31241 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 65 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.05 |
| HSL | 347.47º | 0.9% | 0.51% | - |
| HSV(B) | 347.47º | 0.93% | 0.95% | - |
| XYZ | 38.13 | 19.87 | 6.83 | - |
| YUV | 90.63 | 113.54 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 65 | 0 | 0.93 | 0.73 | 0.05 | 347.47 | 0.9 | 0.51 |
| Hex | F3 | 12 | 41 | 0 | 5D | 49 | 5 | 15B | 5A | 33 |
| Octal | 363 | 22 | 101 | 0 | 135 | 111 | 5 | 533 | 132 | 63 |
| Binary | 11110011 | 10010 | 1000001 | 0 | 1011101 | 1001001 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F31241
Complementary color
Monochromatic Colors of #F31241
Black with #F31241
Text Example
Text Example
White with #F31241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31241; }
p { color: rgb(243,18,65); }
H1.HeaderClassName
{
color: #F31241;
}
.AnyTagClassName
{
color: #F31241;
}
</style>
background-color css
<style>
a { background-color: #F31241; }
a { background-color: rgb(243,18,65); }
div.DivClassName
{
background-color: #F31241;
}
.BgClassName
{
background-color: #F31241;
}
</style>
border-color css
<style>
span { border-color: #F31241; }
span { border-color: rgb(243,18,65); }
td.TdClassName
{
border-color: #F31241;
}
.TagClassName
{
border-color: #F31241;
}
</style>