Shades of Torch Red #F91039
Tints of Torch Red #F91039
RGB
CMYK
RGB Variations
Color information
#F91039 (or 0xF91039) is known color: Torch Red. HEX triplet: F9, 10 and 39. RGB value is (249,16,57). Sum of RGB (Red+Green+Blue) = 249+16+57=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F91039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91039 is #06EFC6. Grayscale: #5A5A5A. Windows color (decimal): -454599 or 3739897. OLE color: 3739897.
HSL color Cylindrical-coordinate representation of color #F91039: hue angle of 349.44º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91039 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 57 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.02 |
| HSL | 349.44º | 0.95% | 0.52% | - |
| HSV(B) | 349.44º | 0.94% | 0.98% | - |
| XYZ | 39.99 | 20.81 | 5.78 | - |
| YUV | 90.34 | 109.19 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 57 | 0 | 0.94 | 0.77 | 0.02 | 349.44 | 0.95 | 0.52 |
| Hex | F9 | 10 | 39 | 0 | 5E | 4D | 2 | 15D | 5F | 34 |
| Octal | 371 | 20 | 71 | 0 | 136 | 115 | 2 | 535 | 137 | 64 |
| Binary | 11111001 | 10000 | 111001 | 0 | 1011110 | 1001101 | 10 | 101011101 | 1011111 | 110100 |
Color Harmonies of #F91039
Complementary color
Monochromatic Colors of #F91039
Black with #F91039
Text Example
Text Example
White with #F91039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91039; }
p { color: rgb(249,16,57); }
H1.HeaderClassName
{
color: #F91039;
}
.AnyTagClassName
{
color: #F91039;
}
</style>
background-color css
<style>
a { background-color: #F91039; }
a { background-color: rgb(249,16,57); }
div.DivClassName
{
background-color: #F91039;
}
.BgClassName
{
background-color: #F91039;
}
</style>
border-color css
<style>
span { border-color: #F91039; }
span { border-color: rgb(249,16,57); }
td.TdClassName
{
border-color: #F91039;
}
.TagClassName
{
border-color: #F91039;
}
</style>