Shades of Torch Red #F31446
Tints of Torch Red #F31446
RGB
CMYK
RGB Variations
Color information
#F31446 (or 0xF31446) is known color: Torch Red. HEX triplet: F3, 14 and 46. RGB value is (243,20,70). Sum of RGB (Red+Green+Blue) = 243+20+70=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31446 is #0CEBB9. Grayscale: #5C5C5C. Windows color (decimal): -846778 or 4592883. OLE color: 4592883.
HSL color Cylindrical-coordinate representation of color #F31446: hue angle of 346.55º 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 #F31446 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.05 |
| HSL | 346.55º | 0.9% | 0.52% | - |
| HSV(B) | 346.55º | 0.92% | 0.95% | - |
| XYZ | 38.32 | 20 | 7.63 | - |
| YUV | 92.38 | 115.38 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 70 | 0 | 0.92 | 0.71 | 0.05 | 346.55 | 0.9 | 0.52 |
| Hex | F3 | 14 | 46 | 0 | 5C | 47 | 5 | 15B | 5A | 34 |
| Octal | 363 | 24 | 106 | 0 | 134 | 107 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10100 | 1000110 | 0 | 1011100 | 1000111 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31446
Complementary color
Monochromatic Colors of #F31446
Black with #F31446
Text Example
Text Example
White with #F31446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31446; }
p { color: rgb(243,20,70); }
H1.HeaderClassName
{
color: #F31446;
}
.AnyTagClassName
{
color: #F31446;
}
</style>
background-color css
<style>
a { background-color: #F31446; }
a { background-color: rgb(243,20,70); }
div.DivClassName
{
background-color: #F31446;
}
.BgClassName
{
background-color: #F31446;
}
</style>
border-color css
<style>
span { border-color: #F31446; }
span { border-color: rgb(243,20,70); }
td.TdClassName
{
border-color: #F31446;
}
.TagClassName
{
border-color: #F31446;
}
</style>