Shades of Torch Red #F10221
Tints of Torch Red #F10221
RGB
CMYK
RGB Variations
Color information
#F10221 (or 0xF10221) is known color: Torch Red. HEX triplet: F1, 02 and 21. RGB value is (241,2,33). Sum of RGB (Red+Green+Blue) = 241+2+33=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F10221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10221 is #0EFDDE. Grayscale: #4D4D4D. Windows color (decimal): -982495 or 2163441. OLE color: 2163441.
HSL color Cylindrical-coordinate representation of color #F10221: hue angle of 352.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10221 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.05 |
| HSL | 352.22º | 0.98% | 0.48% | - |
| HSV(B) | 352.22º | 0.99% | 0.95% | - |
| XYZ | 36.57 | 18.85 | 3.15 | - |
| YUV | 77 | 103.18 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 33 | 0 | 0.99 | 0.86 | 0.05 | 352.22 | 0.98 | 0.48 |
| Hex | F1 | 2 | 21 | 0 | 63 | 56 | 5 | 160 | 62 | 30 |
| Octal | 361 | 2 | 41 | 0 | 143 | 126 | 5 | 540 | 142 | 60 |
| Binary | 11110001 | 10 | 100001 | 0 | 1100011 | 1010110 | 101 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F10221
Complementary color
Monochromatic Colors of #F10221
Black with #F10221
Text Example
Text Example
White with #F10221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10221; }
p { color: rgb(241,2,33); }
H1.HeaderClassName
{
color: #F10221;
}
.AnyTagClassName
{
color: #F10221;
}
</style>
background-color css
<style>
a { background-color: #F10221; }
a { background-color: rgb(241,2,33); }
div.DivClassName
{
background-color: #F10221;
}
.BgClassName
{
background-color: #F10221;
}
</style>
border-color css
<style>
span { border-color: #F10221; }
span { border-color: rgb(241,2,33); }
td.TdClassName
{
border-color: #F10221;
}
.TagClassName
{
border-color: #F10221;
}
</style>