Shades of Torch Red #F31444
Tints of Torch Red #F31444
RGB
CMYK
RGB Variations
Color information
#F31444 (or 0xF31444) is known color: Torch Red. HEX triplet: F3, 14 and 44. RGB value is (243,20,68). Sum of RGB (Red+Green+Blue) = 243+20+68=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F31444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31444 is #0CEBBB. Grayscale: #5C5C5C. Windows color (decimal): -846780 or 4461811. OLE color: 4461811.
HSL color Cylindrical-coordinate representation of color #F31444: hue angle of 347.09º 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 #F31444 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.05 |
| HSL | 347.09º | 0.9% | 0.52% | - |
| HSV(B) | 347.09º | 0.92% | 0.95% | - |
| XYZ | 38.26 | 19.97 | 7.31 | - |
| YUV | 92.15 | 114.38 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 68 | 0 | 0.92 | 0.72 | 0.05 | 347.09 | 0.9 | 0.52 |
| Hex | F3 | 14 | 44 | 0 | 5C | 48 | 5 | 15B | 5A | 34 |
| Octal | 363 | 24 | 104 | 0 | 134 | 110 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10100 | 1000100 | 0 | 1011100 | 1001000 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31444
Complementary color
Monochromatic Colors of #F31444
Black with #F31444
Text Example
Text Example
White with #F31444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31444; }
p { color: rgb(243,20,68); }
H1.HeaderClassName
{
color: #F31444;
}
.AnyTagClassName
{
color: #F31444;
}
</style>
background-color css
<style>
a { background-color: #F31444; }
a { background-color: rgb(243,20,68); }
div.DivClassName
{
background-color: #F31444;
}
.BgClassName
{
background-color: #F31444;
}
</style>
border-color css
<style>
span { border-color: #F31444; }
span { border-color: rgb(243,20,68); }
td.TdClassName
{
border-color: #F31444;
}
.TagClassName
{
border-color: #F31444;
}
</style>