Shades of Torch Red #F51937
Tints of Torch Red #F51937
RGB
CMYK
RGB Variations
Color information
#F51937 (or 0xF51937) is known color: Torch Red. HEX triplet: F5, 19 and 37. RGB value is (245,25,55). Sum of RGB (Red+Green+Blue) = 245+25+55=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F51937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51937 is #0AE6C8. Grayscale: #5E5E5E. Windows color (decimal): -714441 or 3611125. OLE color: 3611125.
HSL color Cylindrical-coordinate representation of color #F51937: hue angle of 351.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51937 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 55 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.04 |
| HSL | 351.82º | 0.92% | 0.53% | - |
| HSV(B) | 351.82º | 0.9% | 0.96% | - |
| XYZ | 38.69 | 20.38 | 5.51 | - |
| YUV | 94.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 55 | 0 | 0.90 | 0.78 | 0.04 | 351.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | 37 | 0 | 5A | 4E | 4 | 160 | 5C | 35 |
| Octal | 365 | 31 | 67 | 0 | 132 | 116 | 4 | 540 | 134 | 65 |
| Binary | 11110101 | 11001 | 110111 | 0 | 1011010 | 1001110 | 100 | 101100000 | 1011100 | 110101 |
Color Harmonies of #F51937
Complementary color
Monochromatic Colors of #F51937
Black with #F51937
Text Example
Text Example
White with #F51937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51937; }
p { color: rgb(245,25,55); }
H1.HeaderClassName
{
color: #F51937;
}
.AnyTagClassName
{
color: #F51937;
}
</style>
background-color css
<style>
a { background-color: #F51937; }
a { background-color: rgb(245,25,55); }
div.DivClassName
{
background-color: #F51937;
}
.BgClassName
{
background-color: #F51937;
}
</style>
border-color css
<style>
span { border-color: #F51937; }
span { border-color: rgb(245,25,55); }
td.TdClassName
{
border-color: #F51937;
}
.TagClassName
{
border-color: #F51937;
}
</style>