Shades of Torch Red #F31846
Tints of Torch Red #F31846
RGB
CMYK
RGB Variations
Color information
#F31846 (or 0xF31846) is known color: Torch Red. HEX triplet: F3, 18 and 46. RGB value is (243,24,70). Sum of RGB (Red+Green+Blue) = 243+24+70=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F31846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31846 is #0CE7B9. Grayscale: #5E5E5E. Windows color (decimal): -845754 or 4593907. OLE color: 4593907.
HSL color Cylindrical-coordinate representation of color #F31846: hue angle of 347.4º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31846 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.05 |
| HSL | 347.4º | 0.9% | 0.52% | - |
| HSV(B) | 347.4º | 0.9% | 0.95% | - |
| XYZ | 38.39 | 20.15 | 7.66 | - |
| YUV | 94.73 | 114.05 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 70 | 0 | 0.90 | 0.71 | 0.05 | 347.4 | 0.9 | 0.52 |
| Hex | F3 | 18 | 46 | 0 | 5A | 47 | 5 | 15B | 5A | 34 |
| Octal | 363 | 30 | 106 | 0 | 132 | 107 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 11000 | 1000110 | 0 | 1011010 | 1000111 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31846
Complementary color
Monochromatic Colors of #F31846
Black with #F31846
Text Example
Text Example
White with #F31846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31846; }
p { color: rgb(243,24,70); }
H1.HeaderClassName
{
color: #F31846;
}
.AnyTagClassName
{
color: #F31846;
}
</style>
background-color css
<style>
a { background-color: #F31846; }
a { background-color: rgb(243,24,70); }
div.DivClassName
{
background-color: #F31846;
}
.BgClassName
{
background-color: #F31846;
}
</style>
border-color css
<style>
span { border-color: #F31846; }
span { border-color: rgb(243,24,70); }
td.TdClassName
{
border-color: #F31846;
}
.TagClassName
{
border-color: #F31846;
}
</style>