Shades of Torch Red #F91136
Tints of Torch Red #F91136
RGB
CMYK
RGB Variations
Color information
#F91136 (or 0xF91136) is known color: Torch Red. HEX triplet: F9, 11 and 36. RGB value is (249,17,54). Sum of RGB (Red+Green+Blue) = 249+17+54=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F91136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91136 is #06EEC9. Grayscale: #5A5A5A. Windows color (decimal): -454346 or 3543545. OLE color: 3543545.
HSL color Cylindrical-coordinate representation of color #F91136: hue angle of 350.43º 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 #F91136 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.02 |
| HSL | 350.43º | 0.95% | 0.52% | - |
| HSV(B) | 350.43º | 0.93% | 0.98% | - |
| XYZ | 39.93 | 20.81 | 5.4 | - |
| YUV | 90.59 | 107.36 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 54 | 0 | 0.93 | 0.78 | 0.02 | 350.43 | 0.95 | 0.52 |
| Hex | F9 | 11 | 36 | 0 | 5D | 4E | 2 | 15E | 5F | 34 |
| Octal | 371 | 21 | 66 | 0 | 135 | 116 | 2 | 536 | 137 | 64 |
| Binary | 11111001 | 10001 | 110110 | 0 | 1011101 | 1001110 | 10 | 101011110 | 1011111 | 110100 |
Color Harmonies of #F91136
Complementary color
Monochromatic Colors of #F91136
Black with #F91136
Text Example
Text Example
White with #F91136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91136; }
p { color: rgb(249,17,54); }
H1.HeaderClassName
{
color: #F91136;
}
.AnyTagClassName
{
color: #F91136;
}
</style>
background-color css
<style>
a { background-color: #F91136; }
a { background-color: rgb(249,17,54); }
div.DivClassName
{
background-color: #F91136;
}
.BgClassName
{
background-color: #F91136;
}
</style>
border-color css
<style>
span { border-color: #F91136; }
span { border-color: rgb(249,17,54); }
td.TdClassName
{
border-color: #F91136;
}
.TagClassName
{
border-color: #F91136;
}
</style>