Shades of Torch Red #F31937
Tints of Torch Red #F31937
RGB
CMYK
RGB Variations
Color information
#F31937 (or 0xF31937) is known color: Torch Red. HEX triplet: F3, 19 and 37. RGB value is (243,25,55). Sum of RGB (Red+Green+Blue) = 243+25+55=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F31937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31937 is #0CE6C8. Grayscale: #5D5D5D. Windows color (decimal): -845513 or 3611123. OLE color: 3611123.
HSL color Cylindrical-coordinate representation of color #F31937: hue angle of 351.74º 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 #F31937 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 55 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.05 |
| HSL | 351.74º | 0.9% | 0.53% | - |
| HSV(B) | 351.74º | 0.9% | 0.95% | - |
| XYZ | 38 | 20.03 | 5.48 | - |
| YUV | 93.6 | 106.22 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 55 | 0 | 0.90 | 0.77 | 0.05 | 351.74 | 0.9 | 0.53 |
| Hex | F3 | 19 | 37 | 0 | 5A | 4D | 5 | 160 | 5A | 35 |
| Octal | 363 | 31 | 67 | 0 | 132 | 115 | 5 | 540 | 132 | 65 |
| Binary | 11110011 | 11001 | 110111 | 0 | 1011010 | 1001101 | 101 | 101100000 | 1011010 | 110101 |
Color Harmonies of #F31937
Complementary color
Monochromatic Colors of #F31937
Black with #F31937
Text Example
Text Example
White with #F31937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31937; }
p { color: rgb(243,25,55); }
H1.HeaderClassName
{
color: #F31937;
}
.AnyTagClassName
{
color: #F31937;
}
</style>
background-color css
<style>
a { background-color: #F31937; }
a { background-color: rgb(243,25,55); }
div.DivClassName
{
background-color: #F31937;
}
.BgClassName
{
background-color: #F31937;
}
</style>
border-color css
<style>
span { border-color: #F31937; }
span { border-color: rgb(243,25,55); }
td.TdClassName
{
border-color: #F31937;
}
.TagClassName
{
border-color: #F31937;
}
</style>