Shades of Torch Red #F11522
Tints of Torch Red #F11522
RGB
CMYK
RGB Variations
Color information
#F11522 (or 0xF11522) is known color: Torch Red. HEX triplet: F1, 15 and 22. RGB value is (241,21,34). Sum of RGB (Red+Green+Blue) = 241+21+34=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F11522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11522 is #0EEADD. Grayscale: #585858. Windows color (decimal): -977630 or 2233841. OLE color: 2233841.
HSL color Cylindrical-coordinate representation of color #F11522: hue angle of 356.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11522 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.05 |
| HSL | 356.45º | 0.89% | 0.51% | - |
| HSV(B) | 356.45º | 0.91% | 0.95% | - |
| XYZ | 36.83 | 19.35 | 3.31 | - |
| YUV | 88.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 34 | 0 | 0.91 | 0.86 | 0.05 | 356.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | 22 | 0 | 5B | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 25 | 42 | 0 | 133 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10101 | 100010 | 0 | 1011011 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11522
Complementary color
Monochromatic Colors of #F11522
Black with #F11522
Text Example
Text Example
White with #F11522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11522; }
p { color: rgb(241,21,34); }
H1.HeaderClassName
{
color: #F11522;
}
.AnyTagClassName
{
color: #F11522;
}
</style>
background-color css
<style>
a { background-color: #F11522; }
a { background-color: rgb(241,21,34); }
div.DivClassName
{
background-color: #F11522;
}
.BgClassName
{
background-color: #F11522;
}
</style>
border-color css
<style>
span { border-color: #F11522; }
span { border-color: rgb(241,21,34); }
td.TdClassName
{
border-color: #F11522;
}
.TagClassName
{
border-color: #F11522;
}
</style>