Shades of Torch Red #F10729
Tints of Torch Red #F10729
RGB
CMYK
RGB Variations
Color information
#F10729 (or 0xF10729) is known color: Torch Red. HEX triplet: F1, 07 and 29. RGB value is (241,7,41). Sum of RGB (Red+Green+Blue) = 241+7+41=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F10729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10729 is #0EF8D6. Grayscale: #505050. Windows color (decimal): -981207 or 2689009. OLE color: 2689009.
HSL color Cylindrical-coordinate representation of color #F10729: hue angle of 351.28º 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 #F10729 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.05 |
| HSL | 351.28º | 0.94% | 0.49% | - |
| HSV(B) | 351.28º | 0.97% | 0.95% | - |
| XYZ | 36.75 | 19.01 | 3.83 | - |
| YUV | 80.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 41 | 0 | 0.97 | 0.83 | 0.05 | 351.28 | 0.94 | 0.49 |
| Hex | F1 | 7 | 29 | 0 | 61 | 53 | 5 | 15F | 5E | 31 |
| Octal | 361 | 7 | 51 | 0 | 141 | 123 | 5 | 537 | 136 | 61 |
| Binary | 11110001 | 111 | 101001 | 0 | 1100001 | 1010011 | 101 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F10729
Complementary color
Monochromatic Colors of #F10729
Black with #F10729
Text Example
Text Example
White with #F10729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10729; }
p { color: rgb(241,7,41); }
H1.HeaderClassName
{
color: #F10729;
}
.AnyTagClassName
{
color: #F10729;
}
</style>
background-color css
<style>
a { background-color: #F10729; }
a { background-color: rgb(241,7,41); }
div.DivClassName
{
background-color: #F10729;
}
.BgClassName
{
background-color: #F10729;
}
</style>
border-color css
<style>
span { border-color: #F10729; }
span { border-color: rgb(241,7,41); }
td.TdClassName
{
border-color: #F10729;
}
.TagClassName
{
border-color: #F10729;
}
</style>