Shades of Torch Red #F10837
Tints of Torch Red #F10837
RGB
CMYK
RGB Variations
Color information
#F10837 (or 0xF10837) is known color: Torch Red. HEX triplet: F1, 08 and 37. RGB value is (241,8,55). Sum of RGB (Red+Green+Blue) = 241+8+55=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F10837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10837 is #0EF7C8. Grayscale: #535353. Windows color (decimal): -980937 or 3606769. OLE color: 3606769.
HSL color Cylindrical-coordinate representation of color #F10837: hue angle of 347.9º 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 #F10837 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 55 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.05 |
| HSL | 347.9º | 0.94% | 0.49% | - |
| HSV(B) | 347.9º | 0.97% | 0.95% | - |
| XYZ | 37.05 | 19.15 | 5.36 | - |
| YUV | 83.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 55 | 0 | 0.97 | 0.77 | 0.05 | 347.9 | 0.94 | 0.49 |
| Hex | F1 | 8 | 37 | 0 | 61 | 4D | 5 | 15C | 5E | 31 |
| Octal | 361 | 10 | 67 | 0 | 141 | 115 | 5 | 534 | 136 | 61 |
| Binary | 11110001 | 1000 | 110111 | 0 | 1100001 | 1001101 | 101 | 101011100 | 1011110 | 110001 |
Color Harmonies of #F10837
Complementary color
Monochromatic Colors of #F10837
Black with #F10837
Text Example
Text Example
White with #F10837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10837; }
p { color: rgb(241,8,55); }
H1.HeaderClassName
{
color: #F10837;
}
.AnyTagClassName
{
color: #F10837;
}
</style>
background-color css
<style>
a { background-color: #F10837; }
a { background-color: rgb(241,8,55); }
div.DivClassName
{
background-color: #F10837;
}
.BgClassName
{
background-color: #F10837;
}
</style>
border-color css
<style>
span { border-color: #F10837; }
span { border-color: rgb(241,8,55); }
td.TdClassName
{
border-color: #F10837;
}
.TagClassName
{
border-color: #F10837;
}
</style>