Shades of Torch Red #F91946
Tints of Torch Red #F91946
RGB
CMYK
RGB Variations
Color information
#F91946 (or 0xF91946) is known color: Torch Red. HEX triplet: F9, 19 and 46. RGB value is (249,25,70). Sum of RGB (Red+Green+Blue) = 249+25+70=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F91946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91946 is #06E6B9. Grayscale: #616161. Windows color (decimal): -452282 or 4594169. OLE color: 4594169.
HSL color Cylindrical-coordinate representation of color #F91946: hue angle of 347.95º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91946 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 70 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.02 |
| HSL | 347.95º | 0.95% | 0.54% | - |
| HSV(B) | 347.95º | 0.9% | 0.98% | - |
| XYZ | 40.52 | 21.28 | 7.77 | - |
| YUV | 97.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 70 | 0 | 0.90 | 0.72 | 0.02 | 347.95 | 0.95 | 0.54 |
| Hex | F9 | 19 | 46 | 0 | 5A | 48 | 2 | 15C | 5F | 36 |
| Octal | 371 | 31 | 106 | 0 | 132 | 110 | 2 | 534 | 137 | 66 |
| Binary | 11111001 | 11001 | 1000110 | 0 | 1011010 | 1001000 | 10 | 101011100 | 1011111 | 110110 |
Color Harmonies of #F91946
Complementary color
Monochromatic Colors of #F91946
Black with #F91946
Text Example
Text Example
White with #F91946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91946; }
p { color: rgb(249,25,70); }
H1.HeaderClassName
{
color: #F91946;
}
.AnyTagClassName
{
color: #F91946;
}
</style>
background-color css
<style>
a { background-color: #F91946; }
a { background-color: rgb(249,25,70); }
div.DivClassName
{
background-color: #F91946;
}
.BgClassName
{
background-color: #F91946;
}
</style>
border-color css
<style>
span { border-color: #F91946; }
span { border-color: rgb(249,25,70); }
td.TdClassName
{
border-color: #F91946;
}
.TagClassName
{
border-color: #F91946;
}
</style>