Shades of Torch Red #F10841
Tints of Torch Red #F10841
RGB
CMYK
RGB Variations
Color information
#F10841 (or 0xF10841) is known color: Torch Red. HEX triplet: F1, 08 and 41. RGB value is (241,8,65). Sum of RGB (Red+Green+Blue) = 241+8+65=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F10841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10841 is #0EF7BE. Grayscale: #545454. Windows color (decimal): -980927 or 4262129. OLE color: 4262129.
HSL color Cylindrical-coordinate representation of color #F10841: hue angle of 345.32º 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 #F10841 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.05 |
| HSL | 345.32º | 0.94% | 0.49% | - |
| HSV(B) | 345.32º | 0.97% | 0.95% | - |
| XYZ | 37.32 | 19.26 | 6.75 | - |
| YUV | 84.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 65 | 0 | 0.97 | 0.73 | 0.05 | 345.32 | 0.94 | 0.49 |
| Hex | F1 | 8 | 41 | 0 | 61 | 49 | 5 | 159 | 5E | 31 |
| Octal | 361 | 10 | 101 | 0 | 141 | 111 | 5 | 531 | 136 | 61 |
| Binary | 11110001 | 1000 | 1000001 | 0 | 1100001 | 1001001 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F10841
Complementary color
Monochromatic Colors of #F10841
Black with #F10841
Text Example
Text Example
White with #F10841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10841; }
p { color: rgb(241,8,65); }
H1.HeaderClassName
{
color: #F10841;
}
.AnyTagClassName
{
color: #F10841;
}
</style>
background-color css
<style>
a { background-color: #F10841; }
a { background-color: rgb(241,8,65); }
div.DivClassName
{
background-color: #F10841;
}
.BgClassName
{
background-color: #F10841;
}
</style>
border-color css
<style>
span { border-color: #F10841; }
span { border-color: rgb(241,8,65); }
td.TdClassName
{
border-color: #F10841;
}
.TagClassName
{
border-color: #F10841;
}
</style>