Shades of Torch Red #F31644
Tints of Torch Red #F31644
RGB
CMYK
RGB Variations
Color information
#F31644 (or 0xF31644) is known color: Torch Red. HEX triplet: F3, 16 and 44. RGB value is (243,22,68). Sum of RGB (Red+Green+Blue) = 243+22+68=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31644 is #0CE9BB. Grayscale: #5D5D5D. Windows color (decimal): -846268 or 4462323. OLE color: 4462323.
HSL color Cylindrical-coordinate representation of color #F31644: hue angle of 347.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31644 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.05 |
| HSL | 347.51º | 0.9% | 0.52% | - |
| HSV(B) | 347.51º | 0.91% | 0.95% | - |
| XYZ | 38.29 | 20.05 | 7.32 | - |
| YUV | 93.32 | 113.72 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 68 | 0 | 0.91 | 0.72 | 0.05 | 347.51 | 0.9 | 0.52 |
| Hex | F3 | 16 | 44 | 0 | 5B | 48 | 5 | 15C | 5A | 34 |
| Octal | 363 | 26 | 104 | 0 | 133 | 110 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 10110 | 1000100 | 0 | 1011011 | 1001000 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31644
Complementary color
Monochromatic Colors of #F31644
Black with #F31644
Text Example
Text Example
White with #F31644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31644; }
p { color: rgb(243,22,68); }
H1.HeaderClassName
{
color: #F31644;
}
.AnyTagClassName
{
color: #F31644;
}
</style>
background-color css
<style>
a { background-color: #F31644; }
a { background-color: rgb(243,22,68); }
div.DivClassName
{
background-color: #F31644;
}
.BgClassName
{
background-color: #F31644;
}
</style>
border-color css
<style>
span { border-color: #F31644; }
span { border-color: rgb(243,22,68); }
td.TdClassName
{
border-color: #F31644;
}
.TagClassName
{
border-color: #F31644;
}
</style>