Shades of Torch Red #F11321
Tints of Torch Red #F11321
RGB
CMYK
RGB Variations
Color information
#F11321 (or 0xF11321) is known color: Torch Red. HEX triplet: F1, 13 and 21. RGB value is (241,19,33). Sum of RGB (Red+Green+Blue) = 241+19+33=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F11321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11321 is #0EECDE. Grayscale: #575757. Windows color (decimal): -978143 or 2167793. OLE color: 2167793.
HSL color Cylindrical-coordinate representation of color #F11321: hue angle of 356.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11321 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.05 |
| HSL | 356.22º | 0.89% | 0.51% | - |
| HSV(B) | 356.22º | 0.92% | 0.95% | - |
| XYZ | 36.78 | 19.28 | 3.22 | - |
| YUV | 86.97 | 97.55 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 33 | 0 | 0.92 | 0.86 | 0.05 | 356.22 | 0.89 | 0.51 |
| Hex | F1 | 13 | 21 | 0 | 5C | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 23 | 41 | 0 | 134 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10011 | 100001 | 0 | 1011100 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11321
Complementary color
Monochromatic Colors of #F11321
Black with #F11321
Text Example
Text Example
White with #F11321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11321; }
p { color: rgb(241,19,33); }
H1.HeaderClassName
{
color: #F11321;
}
.AnyTagClassName
{
color: #F11321;
}
</style>
background-color css
<style>
a { background-color: #F11321; }
a { background-color: rgb(241,19,33); }
div.DivClassName
{
background-color: #F11321;
}
.BgClassName
{
background-color: #F11321;
}
</style>
border-color css
<style>
span { border-color: #F11321; }
span { border-color: rgb(241,19,33); }
td.TdClassName
{
border-color: #F11321;
}
.TagClassName
{
border-color: #F11321;
}
</style>