Shades of Torch Red #F10937
Tints of Torch Red #F10937
RGB
CMYK
RGB Variations
Color information
#F10937 (or 0xF10937) is known color: Torch Red. HEX triplet: F1, 09 and 37. RGB value is (241,9,55). Sum of RGB (Red+Green+Blue) = 241+9+55=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F10937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10937 is #0EF6C8. Grayscale: #535353. Windows color (decimal): -980681 or 3607025. OLE color: 3607025.
HSL color Cylindrical-coordinate representation of color #F10937: hue angle of 348.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10937 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.05 |
| HSL | 348.1º | 0.93% | 0.49% | - |
| HSV(B) | 348.1º | 0.96% | 0.95% | - |
| XYZ | 37.06 | 19.17 | 5.36 | - |
| YUV | 83.61 | 111.86 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 55 | 0 | 0.96 | 0.77 | 0.05 | 348.1 | 0.93 | 0.49 |
| Hex | F1 | 9 | 37 | 0 | 60 | 4D | 5 | 15C | 5D | 31 |
| Octal | 361 | 11 | 67 | 0 | 140 | 115 | 5 | 534 | 135 | 61 |
| Binary | 11110001 | 1001 | 110111 | 0 | 1100000 | 1001101 | 101 | 101011100 | 1011101 | 110001 |
Color Harmonies of #F10937
Complementary color
Monochromatic Colors of #F10937
Black with #F10937
Text Example
Text Example
White with #F10937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10937; }
p { color: rgb(241,9,55); }
H1.HeaderClassName
{
color: #F10937;
}
.AnyTagClassName
{
color: #F10937;
}
</style>
background-color css
<style>
a { background-color: #F10937; }
a { background-color: rgb(241,9,55); }
div.DivClassName
{
background-color: #F10937;
}
.BgClassName
{
background-color: #F10937;
}
</style>
border-color css
<style>
span { border-color: #F10937; }
span { border-color: rgb(241,9,55); }
td.TdClassName
{
border-color: #F10937;
}
.TagClassName
{
border-color: #F10937;
}
</style>