Shades of Torch Red #F10839
Tints of Torch Red #F10839
RGB
CMYK
RGB Variations
Color information
#F10839 (or 0xF10839) is known color: Torch Red. HEX triplet: F1, 08 and 39. RGB value is (241,8,57). Sum of RGB (Red+Green+Blue) = 241+8+57=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F10839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10839 is #0EF7C6. Grayscale: #535353. Windows color (decimal): -980935 or 3737841. OLE color: 3737841.
HSL color Cylindrical-coordinate representation of color #F10839: hue angle of 347.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 #F10839 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 57 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.05 |
| HSL | 347.38º | 0.94% | 0.49% | - |
| HSV(B) | 347.38º | 0.97% | 0.95% | - |
| XYZ | 37.1 | 19.17 | 5.62 | - |
| YUV | 83.25 | 113.19 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 57 | 0 | 0.97 | 0.76 | 0.05 | 347.38 | 0.94 | 0.49 |
| Hex | F1 | 8 | 39 | 0 | 61 | 4C | 5 | 15B | 5E | 31 |
| Octal | 361 | 10 | 71 | 0 | 141 | 114 | 5 | 533 | 136 | 61 |
| Binary | 11110001 | 1000 | 111001 | 0 | 1100001 | 1001100 | 101 | 101011011 | 1011110 | 110001 |
Color Harmonies of #F10839
Complementary color
Monochromatic Colors of #F10839
Black with #F10839
Text Example
Text Example
White with #F10839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10839; }
p { color: rgb(241,8,57); }
H1.HeaderClassName
{
color: #F10839;
}
.AnyTagClassName
{
color: #F10839;
}
</style>
background-color css
<style>
a { background-color: #F10839; }
a { background-color: rgb(241,8,57); }
div.DivClassName
{
background-color: #F10839;
}
.BgClassName
{
background-color: #F10839;
}
</style>
border-color css
<style>
span { border-color: #F10839; }
span { border-color: rgb(241,8,57); }
td.TdClassName
{
border-color: #F10839;
}
.TagClassName
{
border-color: #F10839;
}
</style>