Shades of Torch Red #F91449
Tints of Torch Red #F91449
RGB
CMYK
RGB Variations
Color information
#F91449 (or 0xF91449) is known color: Torch Red. HEX triplet: F9, 14 and 49. RGB value is (249,20,73). Sum of RGB (Red+Green+Blue) = 249+20+73=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F91449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91449 is #06EBB6. Grayscale: #5E5E5E. Windows color (decimal): -453559 or 4789497. OLE color: 4789497.
HSL color Cylindrical-coordinate representation of color #F91449: hue angle of 346.11º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91449 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 73 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.02 |
| HSL | 346.11º | 0.95% | 0.53% | - |
| HSV(B) | 346.11º | 0.92% | 0.98% | - |
| XYZ | 40.52 | 21.12 | 8.24 | - |
| YUV | 94.51 | 115.87 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 73 | 0 | 0.92 | 0.71 | 0.02 | 346.11 | 0.95 | 0.53 |
| Hex | F9 | 14 | 49 | 0 | 5C | 47 | 2 | 15A | 5F | 35 |
| Octal | 371 | 24 | 111 | 0 | 134 | 107 | 2 | 532 | 137 | 65 |
| Binary | 11111001 | 10100 | 1001001 | 0 | 1011100 | 1000111 | 10 | 101011010 | 1011111 | 110101 |
Color Harmonies of #F91449
Complementary color
Monochromatic Colors of #F91449
Black with #F91449
Text Example
Text Example
White with #F91449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91449; }
p { color: rgb(249,20,73); }
H1.HeaderClassName
{
color: #F91449;
}
.AnyTagClassName
{
color: #F91449;
}
</style>
background-color css
<style>
a { background-color: #F91449; }
a { background-color: rgb(249,20,73); }
div.DivClassName
{
background-color: #F91449;
}
.BgClassName
{
background-color: #F91449;
}
</style>
border-color css
<style>
span { border-color: #F91449; }
span { border-color: rgb(249,20,73); }
td.TdClassName
{
border-color: #F91449;
}
.TagClassName
{
border-color: #F91449;
}
</style>