Shades of Torch Red #F31037
Tints of Torch Red #F31037
RGB
CMYK
RGB Variations
Color information
#F31037 (or 0xF31037) is known color: Torch Red. HEX triplet: F3, 10 and 37. RGB value is (243,16,55). Sum of RGB (Red+Green+Blue) = 243+16+55=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F31037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31037 is #0CEFC8. Grayscale: #585858. Windows color (decimal): -847817 or 3608819. OLE color: 3608819.
HSL color Cylindrical-coordinate representation of color #F31037: hue angle of 349.69º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31037 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.05 |
| HSL | 349.69º | 0.9% | 0.51% | - |
| HSV(B) | 349.69º | 0.93% | 0.95% | - |
| XYZ | 37.84 | 19.7 | 5.42 | - |
| YUV | 88.32 | 109.21 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 55 | 0 | 0.93 | 0.77 | 0.05 | 349.69 | 0.9 | 0.51 |
| Hex | F3 | 10 | 37 | 0 | 5D | 4D | 5 | 15E | 5A | 33 |
| Octal | 363 | 20 | 67 | 0 | 135 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110011 | 10000 | 110111 | 0 | 1011101 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F31037
Complementary color
Monochromatic Colors of #F31037
Black with #F31037
Text Example
Text Example
White with #F31037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31037; }
p { color: rgb(243,16,55); }
H1.HeaderClassName
{
color: #F31037;
}
.AnyTagClassName
{
color: #F31037;
}
</style>
background-color css
<style>
a { background-color: #F31037; }
a { background-color: rgb(243,16,55); }
div.DivClassName
{
background-color: #F31037;
}
.BgClassName
{
background-color: #F31037;
}
</style>
border-color css
<style>
span { border-color: #F31037; }
span { border-color: rgb(243,16,55); }
td.TdClassName
{
border-color: #F31037;
}
.TagClassName
{
border-color: #F31037;
}
</style>