Shades of Torch Red #F91622
Tints of Torch Red #F91622
RGB
CMYK
RGB Variations
Color information
#F91622 (or 0xF91622) is known color: Torch Red. HEX triplet: F9, 16 and 22. RGB value is (249,22,34). Sum of RGB (Red+Green+Blue) = 249+22+34=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91622 is #06E9DD. Grayscale: #5B5B5B. Windows color (decimal): -453086 or 2234105. OLE color: 2234105.
HSL color Cylindrical-coordinate representation of color #F91622: hue angle of 356.83º 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 #F91622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.02 |
| HSL | 356.83º | 0.95% | 0.53% | - |
| HSV(B) | 356.83º | 0.91% | 0.98% | - |
| XYZ | 39.64 | 20.83 | 3.44 | - |
| YUV | 91.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 34 | 0 | 0.91 | 0.86 | 0.02 | 356.83 | 0.95 | 0.53 |
| Hex | F9 | 16 | 22 | 0 | 5B | 56 | 2 | 165 | 5F | 35 |
| Octal | 371 | 26 | 42 | 0 | 133 | 126 | 2 | 545 | 137 | 65 |
| Binary | 11111001 | 10110 | 100010 | 0 | 1011011 | 1010110 | 10 | 101100101 | 1011111 | 110101 |
Color Harmonies of #F91622
Complementary color
Monochromatic Colors of #F91622
Black with #F91622
Text Example
Text Example
White with #F91622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91622; }
p { color: rgb(249,22,34); }
H1.HeaderClassName
{
color: #F91622;
}
.AnyTagClassName
{
color: #F91622;
}
</style>
background-color css
<style>
a { background-color: #F91622; }
a { background-color: rgb(249,22,34); }
div.DivClassName
{
background-color: #F91622;
}
.BgClassName
{
background-color: #F91622;
}
</style>
border-color css
<style>
span { border-color: #F91622; }
span { border-color: rgb(249,22,34); }
td.TdClassName
{
border-color: #F91622;
}
.TagClassName
{
border-color: #F91622;
}
</style>