Shades of Torch Red #F10844
Tints of Torch Red #F10844
RGB
CMYK
RGB Variations
Color information
#F10844 (or 0xF10844) is known color: Torch Red. HEX triplet: F1, 08 and 44. RGB value is (241,8,68). Sum of RGB (Red+Green+Blue) = 241+8+68=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F10844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10844 is #0EF7BB. Grayscale: #545454. Windows color (decimal): -980924 or 4458737. OLE color: 4458737.
HSL color Cylindrical-coordinate representation of color #F10844: hue angle of 344.55º 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 #F10844 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 68 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.05 |
| HSL | 344.55º | 0.94% | 0.49% | - |
| HSV(B) | 344.55º | 0.97% | 0.95% | - |
| XYZ | 37.41 | 19.29 | 7.22 | - |
| YUV | 84.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 68 | 0 | 0.97 | 0.72 | 0.05 | 344.55 | 0.94 | 0.49 |
| Hex | F1 | 8 | 44 | 0 | 61 | 48 | 5 | 159 | 5E | 31 |
| Octal | 361 | 10 | 104 | 0 | 141 | 110 | 5 | 531 | 136 | 61 |
| Binary | 11110001 | 1000 | 1000100 | 0 | 1100001 | 1001000 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F10844
Complementary color
Monochromatic Colors of #F10844
Black with #F10844
Text Example
Text Example
White with #F10844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10844; }
p { color: rgb(241,8,68); }
H1.HeaderClassName
{
color: #F10844;
}
.AnyTagClassName
{
color: #F10844;
}
</style>
background-color css
<style>
a { background-color: #F10844; }
a { background-color: rgb(241,8,68); }
div.DivClassName
{
background-color: #F10844;
}
.BgClassName
{
background-color: #F10844;
}
</style>
border-color css
<style>
span { border-color: #F10844; }
span { border-color: rgb(241,8,68); }
td.TdClassName
{
border-color: #F10844;
}
.TagClassName
{
border-color: #F10844;
}
</style>