Shades of Torch Red #F10936
Tints of Torch Red #F10936
RGB
CMYK
RGB Variations
Color information
#F10936 (or 0xF10936) is known color: Torch Red. HEX triplet: F1, 09 and 36. RGB value is (241,9,54). Sum of RGB (Red+Green+Blue) = 241+9+54=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F10936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10936 is #0EF6C9. Grayscale: #535353. Windows color (decimal): -980682 or 3541489. OLE color: 3541489.
HSL color Cylindrical-coordinate representation of color #F10936: hue angle of 348.36º 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 #F10936 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.05 |
| HSL | 348.36º | 0.93% | 0.49% | - |
| HSV(B) | 348.36º | 0.96% | 0.95% | - |
| XYZ | 37.04 | 19.16 | 5.24 | - |
| YUV | 83.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 54 | 0 | 0.96 | 0.78 | 0.05 | 348.36 | 0.93 | 0.49 |
| Hex | F1 | 9 | 36 | 0 | 60 | 4E | 5 | 15C | 5D | 31 |
| Octal | 361 | 11 | 66 | 0 | 140 | 116 | 5 | 534 | 135 | 61 |
| Binary | 11110001 | 1001 | 110110 | 0 | 1100000 | 1001110 | 101 | 101011100 | 1011101 | 110001 |
Color Harmonies of #F10936
Complementary color
Monochromatic Colors of #F10936
Black with #F10936
Text Example
Text Example
White with #F10936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10936; }
p { color: rgb(241,9,54); }
H1.HeaderClassName
{
color: #F10936;
}
.AnyTagClassName
{
color: #F10936;
}
</style>
background-color css
<style>
a { background-color: #F10936; }
a { background-color: rgb(241,9,54); }
div.DivClassName
{
background-color: #F10936;
}
.BgClassName
{
background-color: #F10936;
}
</style>
border-color css
<style>
span { border-color: #F10936; }
span { border-color: rgb(241,9,54); }
td.TdClassName
{
border-color: #F10936;
}
.TagClassName
{
border-color: #F10936;
}
</style>