Shades of Torch Red #F91722
Tints of Torch Red #F91722
RGB
CMYK
RGB Variations
Color information
#F91722 (or 0xF91722) is known color: Torch Red. HEX triplet: F9, 17 and 22. RGB value is (249,23,34). Sum of RGB (Red+Green+Blue) = 249+23+34=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F91722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91722 is #06E8DD. Grayscale: #5C5C5C. Windows color (decimal): -452830 or 2234361. OLE color: 2234361.
HSL color Cylindrical-coordinate representation of color #F91722: hue angle of 357.08º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91722 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.02 |
| HSL | 357.08º | 0.95% | 0.53% | - |
| HSV(B) | 357.08º | 0.91% | 0.98% | - |
| XYZ | 39.66 | 20.87 | 3.45 | - |
| YUV | 91.83 | 95.37 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 34 | 0 | 0.91 | 0.86 | 0.02 | 357.08 | 0.95 | 0.53 |
| Hex | F9 | 17 | 22 | 0 | 5B | 56 | 2 | 165 | 5F | 35 |
| Octal | 371 | 27 | 42 | 0 | 133 | 126 | 2 | 545 | 137 | 65 |
| Binary | 11111001 | 10111 | 100010 | 0 | 1011011 | 1010110 | 10 | 101100101 | 1011111 | 110101 |
Color Harmonies of #F91722
Complementary color
Monochromatic Colors of #F91722
Black with #F91722
Text Example
Text Example
White with #F91722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91722; }
p { color: rgb(249,23,34); }
H1.HeaderClassName
{
color: #F91722;
}
.AnyTagClassName
{
color: #F91722;
}
</style>
background-color css
<style>
a { background-color: #F91722; }
a { background-color: rgb(249,23,34); }
div.DivClassName
{
background-color: #F91722;
}
.BgClassName
{
background-color: #F91722;
}
</style>
border-color css
<style>
span { border-color: #F91722; }
span { border-color: rgb(249,23,34); }
td.TdClassName
{
border-color: #F91722;
}
.TagClassName
{
border-color: #F91722;
}
</style>