Shades of Torch Red #F91920
Tints of Torch Red #F91920
RGB
CMYK
RGB Variations
Color information
#F91920 (or 0xF91920) is known color: Torch Red. HEX triplet: F9, 19 and 20. RGB value is (249,25,32). Sum of RGB (Red+Green+Blue) = 249+25+32=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F91920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91920 is #06E6DF. Grayscale: #5C5C5C. Windows color (decimal): -452320 or 2103801. OLE color: 2103801.
HSL color Cylindrical-coordinate representation of color #F91920: hue angle of 358.12º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91920 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.02 |
| HSL | 358.13º | 0.95% | 0.54% | - |
| HSV(B) | 358.13º | 0.9% | 0.98% | - |
| XYZ | 39.68 | 20.94 | 3.32 | - |
| YUV | 92.77 | 93.71 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 32 | 0 | 0.90 | 0.87 | 0.02 | 358.13 | 0.95 | 0.54 |
| Hex | F9 | 19 | 20 | 0 | 5A | 57 | 2 | 166 | 5F | 36 |
| Octal | 371 | 31 | 40 | 0 | 132 | 127 | 2 | 546 | 137 | 66 |
| Binary | 11111001 | 11001 | 100000 | 0 | 1011010 | 1010111 | 10 | 101100110 | 1011111 | 110110 |
Color Harmonies of #F91920
Complementary color
Monochromatic Colors of #F91920
Black with #F91920
Text Example
Text Example
White with #F91920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91920; }
p { color: rgb(249,25,32); }
H1.HeaderClassName
{
color: #F91920;
}
.AnyTagClassName
{
color: #F91920;
}
</style>
background-color css
<style>
a { background-color: #F91920; }
a { background-color: rgb(249,25,32); }
div.DivClassName
{
background-color: #F91920;
}
.BgClassName
{
background-color: #F91920;
}
</style>
border-color css
<style>
span { border-color: #F91920; }
span { border-color: rgb(249,25,32); }
td.TdClassName
{
border-color: #F91920;
}
.TagClassName
{
border-color: #F91920;
}
</style>