Shades of Torch Red #F91749
Tints of Torch Red #F91749
RGB
CMYK
RGB Variations
Color information
#F91749 (or 0xF91749) is known color: Torch Red. HEX triplet: F9, 17 and 49. RGB value is (249,23,73). Sum of RGB (Red+Green+Blue) = 249+23+73=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F91749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91749 is #06E8B6. Grayscale: #606060. Windows color (decimal): -452791 or 4790265. OLE color: 4790265.
HSL color Cylindrical-coordinate representation of color #F91749: hue angle of 346.73º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91749 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 73 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.02 |
| HSL | 346.73º | 0.95% | 0.53% | - |
| HSV(B) | 346.73º | 0.91% | 0.98% | - |
| XYZ | 40.58 | 21.23 | 8.26 | - |
| YUV | 96.27 | 114.87 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 73 | 0 | 0.91 | 0.71 | 0.02 | 346.73 | 0.95 | 0.53 |
| Hex | F9 | 17 | 49 | 0 | 5B | 47 | 2 | 15B | 5F | 35 |
| Octal | 371 | 27 | 111 | 0 | 133 | 107 | 2 | 533 | 137 | 65 |
| Binary | 11111001 | 10111 | 1001001 | 0 | 1011011 | 1000111 | 10 | 101011011 | 1011111 | 110101 |
Color Harmonies of #F91749
Complementary color
Monochromatic Colors of #F91749
Black with #F91749
Text Example
Text Example
White with #F91749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91749; }
p { color: rgb(249,23,73); }
H1.HeaderClassName
{
color: #F91749;
}
.AnyTagClassName
{
color: #F91749;
}
</style>
background-color css
<style>
a { background-color: #F91749; }
a { background-color: rgb(249,23,73); }
div.DivClassName
{
background-color: #F91749;
}
.BgClassName
{
background-color: #F91749;
}
</style>
border-color css
<style>
span { border-color: #F91749; }
span { border-color: rgb(249,23,73); }
td.TdClassName
{
border-color: #F91749;
}
.TagClassName
{
border-color: #F91749;
}
</style>