Shades of Torch Red #F10740
Tints of Torch Red #F10740
RGB
CMYK
RGB Variations
Color information
#F10740 (or 0xF10740) is known color: Torch Red. HEX triplet: F1, 07 and 40. RGB value is (241,7,64). Sum of RGB (Red+Green+Blue) = 241+7+64=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F10740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10740 is #0EF8BF. Grayscale: #535353. Windows color (decimal): -981184 or 4196337. OLE color: 4196337.
HSL color Cylindrical-coordinate representation of color #F10740: hue angle of 345.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10740 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.05 |
| HSL | 345.38º | 0.94% | 0.49% | - |
| HSV(B) | 345.38º | 0.97% | 0.95% | - |
| XYZ | 37.28 | 19.22 | 6.6 | - |
| YUV | 83.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 64 | 0 | 0.97 | 0.73 | 0.05 | 345.38 | 0.94 | 0.49 |
| Hex | F1 | 7 | 40 | 0 | 61 | 49 | 5 | 159 | 5E | 31 |
| Octal | 361 | 7 | 100 | 0 | 141 | 111 | 5 | 531 | 136 | 61 |
| Binary | 11110001 | 111 | 1000000 | 0 | 1100001 | 1001001 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F10740
Complementary color
Monochromatic Colors of #F10740
Black with #F10740
Text Example
Text Example
White with #F10740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10740; }
p { color: rgb(241,7,64); }
H1.HeaderClassName
{
color: #F10740;
}
.AnyTagClassName
{
color: #F10740;
}
</style>
background-color css
<style>
a { background-color: #F10740; }
a { background-color: rgb(241,7,64); }
div.DivClassName
{
background-color: #F10740;
}
.BgClassName
{
background-color: #F10740;
}
</style>
border-color css
<style>
span { border-color: #F10740; }
span { border-color: rgb(241,7,64); }
td.TdClassName
{
border-color: #F10740;
}
.TagClassName
{
border-color: #F10740;
}
</style>