Shades of Torch Red #F51137
Tints of Torch Red #F51137
RGB
CMYK
RGB Variations
Color information
#F51137 (or 0xF51137) is known color: Torch Red. HEX triplet: F5, 11 and 37. RGB value is (245,17,55). Sum of RGB (Red+Green+Blue) = 245+17+55=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F51137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51137 is #0AEEC8. Grayscale: #595959. Windows color (decimal): -716489 or 3609077. OLE color: 3609077.
HSL color Cylindrical-coordinate representation of color #F51137: hue angle of 350º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51137 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.04 |
| HSL | 350º | 0.92% | 0.51% | - |
| HSV(B) | 350º | 0.93% | 0.96% | - |
| XYZ | 38.55 | 20.09 | 5.46 | - |
| YUV | 89.5 | 108.54 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 55 | 0 | 0.93 | 0.78 | 0.04 | 350 | 0.92 | 0.51 |
| Hex | F5 | 11 | 37 | 0 | 5D | 4E | 4 | 15E | 5C | 33 |
| Octal | 365 | 21 | 67 | 0 | 135 | 116 | 4 | 536 | 134 | 63 |
| Binary | 11110101 | 10001 | 110111 | 0 | 1011101 | 1001110 | 100 | 101011110 | 1011100 | 110011 |
Color Harmonies of #F51137
Complementary color
Monochromatic Colors of #F51137
Black with #F51137
Text Example
Text Example
White with #F51137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51137; }
p { color: rgb(245,17,55); }
H1.HeaderClassName
{
color: #F51137;
}
.AnyTagClassName
{
color: #F51137;
}
</style>
background-color css
<style>
a { background-color: #F51137; }
a { background-color: rgb(245,17,55); }
div.DivClassName
{
background-color: #F51137;
}
.BgClassName
{
background-color: #F51137;
}
</style>
border-color css
<style>
span { border-color: #F51137; }
span { border-color: rgb(245,17,55); }
td.TdClassName
{
border-color: #F51137;
}
.TagClassName
{
border-color: #F51137;
}
</style>