Shades of Torch Red #F51740
Tints of Torch Red #F51740
RGB
CMYK
RGB Variations
Color information
#F51740 (or 0xF51740) is known color: Torch Red. HEX triplet: F5, 17 and 40. RGB value is (245,23,64). Sum of RGB (Red+Green+Blue) = 245+23+64=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F51740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51740 is #0AE8BF. Grayscale: #5E5E5E. Windows color (decimal): -714944 or 4200437. OLE color: 4200437.
HSL color Cylindrical-coordinate representation of color #F51740: hue angle of 348.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51740 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 64 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.04 |
| HSL | 348.92º | 0.92% | 0.53% | - |
| HSV(B) | 348.92º | 0.91% | 0.96% | - |
| XYZ | 38.89 | 20.4 | 6.74 | - |
| YUV | 94.05 | 111.05 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 64 | 0 | 0.91 | 0.74 | 0.04 | 348.92 | 0.92 | 0.53 |
| Hex | F5 | 17 | 40 | 0 | 5B | 4A | 4 | 15D | 5C | 35 |
| Octal | 365 | 27 | 100 | 0 | 133 | 112 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 10111 | 1000000 | 0 | 1011011 | 1001010 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F51740
Complementary color
Monochromatic Colors of #F51740
Black with #F51740
Text Example
Text Example
White with #F51740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51740; }
p { color: rgb(245,23,64); }
H1.HeaderClassName
{
color: #F51740;
}
.AnyTagClassName
{
color: #F51740;
}
</style>
background-color css
<style>
a { background-color: #F51740; }
a { background-color: rgb(245,23,64); }
div.DivClassName
{
background-color: #F51740;
}
.BgClassName
{
background-color: #F51740;
}
</style>
border-color css
<style>
span { border-color: #F51740; }
span { border-color: rgb(245,23,64); }
td.TdClassName
{
border-color: #F51740;
}
.TagClassName
{
border-color: #F51740;
}
</style>