Shades of Torch Red #F91931
Tints of Torch Red #F91931
RGB
CMYK
RGB Variations
Color information
#F91931 (or 0xF91931) is known color: Torch Red. HEX triplet: F9, 19 and 31. RGB value is (249,25,49). Sum of RGB (Red+Green+Blue) = 249+25+49=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F91931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91931 is #06E6CE. Grayscale: #5E5E5E. Windows color (decimal): -452303 or 3217913. OLE color: 3217913.
HSL color Cylindrical-coordinate representation of color #F91931: hue angle of 353.57º 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 #F91931 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 49 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.02 |
| HSL | 353.57º | 0.95% | 0.54% | - |
| HSV(B) | 353.57º | 0.9% | 0.98% | - |
| XYZ | 39.97 | 21.06 | 4.86 | - |
| YUV | 94.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 49 | 0 | 0.90 | 0.80 | 0.02 | 353.57 | 0.95 | 0.54 |
| Hex | F9 | 19 | 31 | 0 | 5A | 50 | 2 | 162 | 5F | 36 |
| Octal | 371 | 31 | 61 | 0 | 132 | 120 | 2 | 542 | 137 | 66 |
| Binary | 11111001 | 11001 | 110001 | 0 | 1011010 | 1010000 | 10 | 101100010 | 1011111 | 110110 |
Color Harmonies of #F91931
Complementary color
Monochromatic Colors of #F91931
Black with #F91931
Text Example
Text Example
White with #F91931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91931; }
p { color: rgb(249,25,49); }
H1.HeaderClassName
{
color: #F91931;
}
.AnyTagClassName
{
color: #F91931;
}
</style>
background-color css
<style>
a { background-color: #F91931; }
a { background-color: rgb(249,25,49); }
div.DivClassName
{
background-color: #F91931;
}
.BgClassName
{
background-color: #F91931;
}
</style>
border-color css
<style>
span { border-color: #F91931; }
span { border-color: rgb(249,25,49); }
td.TdClassName
{
border-color: #F91931;
}
.TagClassName
{
border-color: #F91931;
}
</style>