Shades of Torch Red #F91139
Tints of Torch Red #F91139
RGB
CMYK
RGB Variations
Color information
#F91139 (or 0xF91139) is known color: Torch Red. HEX triplet: F9, 11 and 39. RGB value is (249,17,57). Sum of RGB (Red+Green+Blue) = 249+17+57=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F91139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91139 is #06EEC6. Grayscale: #5B5B5B. Windows color (decimal): -454343 or 3740153. OLE color: 3740153.
HSL color Cylindrical-coordinate representation of color #F91139: hue angle of 349.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91139 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 57 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.02 |
| HSL | 349.66º | 0.95% | 0.52% | - |
| HSV(B) | 349.66º | 0.93% | 0.98% | - |
| XYZ | 40.01 | 20.84 | 5.78 | - |
| YUV | 90.93 | 108.86 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 57 | 0 | 0.93 | 0.77 | 0.02 | 349.66 | 0.95 | 0.52 |
| Hex | F9 | 11 | 39 | 0 | 5D | 4D | 2 | 15E | 5F | 34 |
| Octal | 371 | 21 | 71 | 0 | 135 | 115 | 2 | 536 | 137 | 64 |
| Binary | 11111001 | 10001 | 111001 | 0 | 1011101 | 1001101 | 10 | 101011110 | 1011111 | 110100 |
Color Harmonies of #F91139
Complementary color
Monochromatic Colors of #F91139
Black with #F91139
Text Example
Text Example
White with #F91139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91139; }
p { color: rgb(249,17,57); }
H1.HeaderClassName
{
color: #F91139;
}
.AnyTagClassName
{
color: #F91139;
}
</style>
background-color css
<style>
a { background-color: #F91139; }
a { background-color: rgb(249,17,57); }
div.DivClassName
{
background-color: #F91139;
}
.BgClassName
{
background-color: #F91139;
}
</style>
border-color css
<style>
span { border-color: #F91139; }
span { border-color: rgb(249,17,57); }
td.TdClassName
{
border-color: #F91139;
}
.TagClassName
{
border-color: #F91139;
}
</style>