Shades of Torch Red #F11221
Tints of Torch Red #F11221
RGB
CMYK
RGB Variations
Color information
#F11221 (or 0xF11221) is known color: Torch Red. HEX triplet: F1, 12 and 21. RGB value is (241,18,33). Sum of RGB (Red+Green+Blue) = 241+18+33=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F11221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11221 is #0EEDDE. Grayscale: #565656. Windows color (decimal): -978399 or 2167537. OLE color: 2167537.
HSL color Cylindrical-coordinate representation of color #F11221: hue angle of 355.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11221 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.96º | 0.89% | 0.51% | - |
| HSV(B) | 355.96º | 0.93% | 0.95% | - |
| XYZ | 36.77 | 19.24 | 3.22 | - |
| YUV | 86.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.96 | 0.89 | 0.51 |
| Hex | F1 | 12 | 21 | 0 | 5D | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 22 | 41 | 0 | 135 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10010 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11221
Complementary color
Monochromatic Colors of #F11221
Black with #F11221
Text Example
Text Example
White with #F11221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11221; }
p { color: rgb(241,18,33); }
H1.HeaderClassName
{
color: #F11221;
}
.AnyTagClassName
{
color: #F11221;
}
</style>
background-color css
<style>
a { background-color: #F11221; }
a { background-color: rgb(241,18,33); }
div.DivClassName
{
background-color: #F11221;
}
.BgClassName
{
background-color: #F11221;
}
</style>
border-color css
<style>
span { border-color: #F11221; }
span { border-color: rgb(241,18,33); }
td.TdClassName
{
border-color: #F11221;
}
.TagClassName
{
border-color: #F11221;
}
</style>