Shades of Torch Red #F91632
Tints of Torch Red #F91632
RGB
CMYK
RGB Variations
Color information
#F91632 (or 0xF91632) is known color: Torch Red. HEX triplet: F9, 16 and 32. RGB value is (249,22,50). Sum of RGB (Red+Green+Blue) = 249+22+50=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F91632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91632 is #06E9CD. Grayscale: #5D5D5D. Windows color (decimal): -453070 or 3282681. OLE color: 3282681.
HSL color Cylindrical-coordinate representation of color #F91632: hue angle of 352.6º 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 #F91632 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.6º | 0.95% | 0.53% | - |
| HSV(B) | 352.6º | 0.91% | 0.98% | - |
| XYZ | 39.93 | 20.94 | 4.96 | - |
| YUV | 93.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 50 | 0 | 0.91 | 0.80 | 0.02 | 352.6 | 0.95 | 0.53 |
| Hex | F9 | 16 | 32 | 0 | 5B | 50 | 2 | 161 | 5F | 35 |
| Octal | 371 | 26 | 62 | 0 | 133 | 120 | 2 | 541 | 137 | 65 |
| Binary | 11111001 | 10110 | 110010 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1011111 | 110101 |
Color Harmonies of #F91632
Complementary color
Monochromatic Colors of #F91632
Black with #F91632
Text Example
Text Example
White with #F91632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91632; }
p { color: rgb(249,22,50); }
H1.HeaderClassName
{
color: #F91632;
}
.AnyTagClassName
{
color: #F91632;
}
</style>
background-color css
<style>
a { background-color: #F91632; }
a { background-color: rgb(249,22,50); }
div.DivClassName
{
background-color: #F91632;
}
.BgClassName
{
background-color: #F91632;
}
</style>
border-color css
<style>
span { border-color: #F91632; }
span { border-color: rgb(249,22,50); }
td.TdClassName
{
border-color: #F91632;
}
.TagClassName
{
border-color: #F91632;
}
</style>