Shades of Torch Red #F1092F
Tints of Torch Red #F1092F
RGB
CMYK
RGB Variations
Color information
#F1092F (or 0xF1092F) is known color: Torch Red. HEX triplet: F1, 09 and 2F. RGB value is (241,9,47). Sum of RGB (Red+Green+Blue) = 241+9+47=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F1092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1092F is #0EF6D0. Grayscale: #525252. Windows color (decimal): -980689 or 3082737. OLE color: 3082737.
HSL color Cylindrical-coordinate representation of color #F1092F: hue angle of 350.17º 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 #F1092F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.05 |
| HSL | 350.17º | 0.93% | 0.49% | - |
| HSV(B) | 350.17º | 0.96% | 0.95% | - |
| XYZ | 36.89 | 19.1 | 4.43 | - |
| YUV | 82.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 47 | 0 | 0.96 | 0.80 | 0.05 | 350.17 | 0.93 | 0.49 |
| Hex | F1 | 9 | 2F | 0 | 60 | 50 | 5 | 15E | 5D | 31 |
| Octal | 361 | 11 | 57 | 0 | 140 | 120 | 5 | 536 | 135 | 61 |
| Binary | 11110001 | 1001 | 101111 | 0 | 1100000 | 1010000 | 101 | 101011110 | 1011101 | 110001 |
Color Harmonies of #F1092F
Complementary color
Monochromatic Colors of #F1092F
Black with #F1092F
Text Example
Text Example
White with #F1092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1092F; }
p { color: rgb(241,9,47); }
H1.HeaderClassName
{
color: #F1092F;
}
.AnyTagClassName
{
color: #F1092F;
}
</style>
background-color css
<style>
a { background-color: #F1092F; }
a { background-color: rgb(241,9,47); }
div.DivClassName
{
background-color: #F1092F;
}
.BgClassName
{
background-color: #F1092F;
}
</style>
border-color css
<style>
span { border-color: #F1092F; }
span { border-color: rgb(241,9,47); }
td.TdClassName
{
border-color: #F1092F;
}
.TagClassName
{
border-color: #F1092F;
}
</style>