Shades of Torch Red #F91127
Tints of Torch Red #F91127
RGB
CMYK
RGB Variations
Color information
#F91127 (or 0xF91127) is known color: Torch Red. HEX triplet: F9, 11 and 27. RGB value is (249,17,39). Sum of RGB (Red+Green+Blue) = 249+17+39=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91127 is #06EED8. Grayscale: #595959. Windows color (decimal): -454361 or 2560505. OLE color: 2560505.
HSL color Cylindrical-coordinate representation of color #F91127: hue angle of 354.31º 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 #F91127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.02 |
| HSL | 354.31º | 0.95% | 0.52% | - |
| HSV(B) | 354.31º | 0.93% | 0.98% | - |
| XYZ | 39.63 | 20.69 | 3.82 | - |
| YUV | 88.88 | 99.86 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 39 | 0 | 0.93 | 0.84 | 0.02 | 354.31 | 0.95 | 0.52 |
| Hex | F9 | 11 | 27 | 0 | 5D | 54 | 2 | 162 | 5F | 34 |
| Octal | 371 | 21 | 47 | 0 | 135 | 124 | 2 | 542 | 137 | 64 |
| Binary | 11111001 | 10001 | 100111 | 0 | 1011101 | 1010100 | 10 | 101100010 | 1011111 | 110100 |
Color Harmonies of #F91127
Complementary color
Monochromatic Colors of #F91127
Black with #F91127
Text Example
Text Example
White with #F91127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91127; }
p { color: rgb(249,17,39); }
H1.HeaderClassName
{
color: #F91127;
}
.AnyTagClassName
{
color: #F91127;
}
</style>
background-color css
<style>
a { background-color: #F91127; }
a { background-color: rgb(249,17,39); }
div.DivClassName
{
background-color: #F91127;
}
.BgClassName
{
background-color: #F91127;
}
</style>
border-color css
<style>
span { border-color: #F91127; }
span { border-color: rgb(249,17,39); }
td.TdClassName
{
border-color: #F91127;
}
.TagClassName
{
border-color: #F91127;
}
</style>