Shades of Torch Red #F31944
Tints of Torch Red #F31944
RGB
CMYK
RGB Variations
Color information
#F31944 (or 0xF31944) is known color: Torch Red. HEX triplet: F3, 19 and 44. RGB value is (243,25,68). Sum of RGB (Red+Green+Blue) = 243+25+68=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F31944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31944 is #0CE6BB. Grayscale: #5F5F5F. Windows color (decimal): -845500 or 4463091. OLE color: 4463091.
HSL color Cylindrical-coordinate representation of color #F31944: hue angle of 348.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31944 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 348.17º | 0.9% | 0.53% | - |
| HSV(B) | 348.17º | 0.9% | 0.95% | - |
| XYZ | 38.35 | 20.17 | 7.34 | - |
| YUV | 95.08 | 112.72 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 68 | 0 | 0.90 | 0.72 | 0.05 | 348.17 | 0.9 | 0.53 |
| Hex | F3 | 19 | 44 | 0 | 5A | 48 | 5 | 15C | 5A | 35 |
| Octal | 363 | 31 | 104 | 0 | 132 | 110 | 5 | 534 | 132 | 65 |
| Binary | 11110011 | 11001 | 1000100 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011010 | 110101 |
Color Harmonies of #F31944
Complementary color
Monochromatic Colors of #F31944
Black with #F31944
Text Example
Text Example
White with #F31944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31944; }
p { color: rgb(243,25,68); }
H1.HeaderClassName
{
color: #F31944;
}
.AnyTagClassName
{
color: #F31944;
}
</style>
background-color css
<style>
a { background-color: #F31944; }
a { background-color: rgb(243,25,68); }
div.DivClassName
{
background-color: #F31944;
}
.BgClassName
{
background-color: #F31944;
}
</style>
border-color css
<style>
span { border-color: #F31944; }
span { border-color: rgb(243,25,68); }
td.TdClassName
{
border-color: #F31944;
}
.TagClassName
{
border-color: #F31944;
}
</style>