Shades of Torch Red #F31940
Tints of Torch Red #F31940
RGB
CMYK
RGB Variations
Color information
#F31940 (or 0xF31940) is known color: Torch Red. HEX triplet: F3, 19 and 40. RGB value is (243,25,64). Sum of RGB (Red+Green+Blue) = 243+25+64=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F31940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31940 is #0CE6BF. Grayscale: #5E5E5E. Windows color (decimal): -845504 or 4200947. OLE color: 4200947.
HSL color Cylindrical-coordinate representation of color #F31940: hue angle of 349.27º 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 #F31940 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.05 |
| HSL | 349.27º | 0.9% | 0.53% | - |
| HSV(B) | 349.27º | 0.9% | 0.95% | - |
| XYZ | 38.24 | 20.12 | 6.72 | - |
| YUV | 94.63 | 110.72 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 64 | 0 | 0.90 | 0.74 | 0.05 | 349.27 | 0.9 | 0.53 |
| Hex | F3 | 19 | 40 | 0 | 5A | 4A | 5 | 15D | 5A | 35 |
| Octal | 363 | 31 | 100 | 0 | 132 | 112 | 5 | 535 | 132 | 65 |
| Binary | 11110011 | 11001 | 1000000 | 0 | 1011010 | 1001010 | 101 | 101011101 | 1011010 | 110101 |
Color Harmonies of #F31940
Complementary color
Monochromatic Colors of #F31940
Black with #F31940
Text Example
Text Example
White with #F31940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31940; }
p { color: rgb(243,25,64); }
H1.HeaderClassName
{
color: #F31940;
}
.AnyTagClassName
{
color: #F31940;
}
</style>
background-color css
<style>
a { background-color: #F31940; }
a { background-color: rgb(243,25,64); }
div.DivClassName
{
background-color: #F31940;
}
.BgClassName
{
background-color: #F31940;
}
</style>
border-color css
<style>
span { border-color: #F31940; }
span { border-color: rgb(243,25,64); }
td.TdClassName
{
border-color: #F31940;
}
.TagClassName
{
border-color: #F31940;
}
</style>