Shades of Torch Red #F91141
Tints of Torch Red #F91141
RGB
CMYK
RGB Variations
Color information
#F91141 (or 0xF91141) is known color: Torch Red. HEX triplet: F9, 11 and 41. RGB value is (249,17,65). Sum of RGB (Red+Green+Blue) = 249+17+65=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F91141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91141 is #06EEBE. Grayscale: #5B5B5B. Windows color (decimal): -454335 or 4264441. OLE color: 4264441.
HSL color Cylindrical-coordinate representation of color #F91141: hue angle of 347.59º 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 #F91141 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 65 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.02 |
| HSL | 347.59º | 0.95% | 0.52% | - |
| HSV(B) | 347.59º | 0.93% | 0.98% | - |
| XYZ | 40.22 | 20.92 | 6.92 | - |
| YUV | 91.84 | 112.86 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 65 | 0 | 0.93 | 0.74 | 0.02 | 347.59 | 0.95 | 0.52 |
| Hex | F9 | 11 | 41 | 0 | 5D | 4A | 2 | 15C | 5F | 34 |
| Octal | 371 | 21 | 101 | 0 | 135 | 112 | 2 | 534 | 137 | 64 |
| Binary | 11111001 | 10001 | 1000001 | 0 | 1011101 | 1001010 | 10 | 101011100 | 1011111 | 110100 |
Color Harmonies of #F91141
Complementary color
Monochromatic Colors of #F91141
Black with #F91141
Text Example
Text Example
White with #F91141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91141; }
p { color: rgb(249,17,65); }
H1.HeaderClassName
{
color: #F91141;
}
.AnyTagClassName
{
color: #F91141;
}
</style>
background-color css
<style>
a { background-color: #F91141; }
a { background-color: rgb(249,17,65); }
div.DivClassName
{
background-color: #F91141;
}
.BgClassName
{
background-color: #F91141;
}
</style>
border-color css
<style>
span { border-color: #F91141; }
span { border-color: rgb(249,17,65); }
td.TdClassName
{
border-color: #F91141;
}
.TagClassName
{
border-color: #F91141;
}
</style>