Shades of Torch Red #F51741
Tints of Torch Red #F51741
RGB
CMYK
RGB Variations
Color information
#F51741 (or 0xF51741) is known color: Torch Red. HEX triplet: F5, 17 and 41. RGB value is (245,23,65). Sum of RGB (Red+Green+Blue) = 245+23+65=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F51741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51741 is #0AE8BE. Grayscale: #5E5E5E. Windows color (decimal): -714943 or 4265973. OLE color: 4265973.
HSL color Cylindrical-coordinate representation of color #F51741: hue angle of 348.65º 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 #F51741 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.04 |
| HSL | 348.65º | 0.92% | 0.53% | - |
| HSV(B) | 348.65º | 0.91% | 0.96% | - |
| XYZ | 38.92 | 20.41 | 6.89 | - |
| YUV | 94.17 | 111.55 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 65 | 0 | 0.91 | 0.73 | 0.04 | 348.65 | 0.92 | 0.53 |
| Hex | F5 | 17 | 41 | 0 | 5B | 49 | 4 | 15D | 5C | 35 |
| Octal | 365 | 27 | 101 | 0 | 133 | 111 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 10111 | 1000001 | 0 | 1011011 | 1001001 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F51741
Complementary color
Monochromatic Colors of #F51741
Black with #F51741
Text Example
Text Example
White with #F51741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51741; }
p { color: rgb(245,23,65); }
H1.HeaderClassName
{
color: #F51741;
}
.AnyTagClassName
{
color: #F51741;
}
</style>
background-color css
<style>
a { background-color: #F51741; }
a { background-color: rgb(245,23,65); }
div.DivClassName
{
background-color: #F51741;
}
.BgClassName
{
background-color: #F51741;
}
</style>
border-color css
<style>
span { border-color: #F51741; }
span { border-color: rgb(245,23,65); }
td.TdClassName
{
border-color: #F51741;
}
.TagClassName
{
border-color: #F51741;
}
</style>