Shades of Torch Red #F10021
Tints of Torch Red #F10021
RGB
CMYK
RGB Variations
Color information
#F10021 (or 0xF10021) is known color: Torch Red. HEX triplet: F1, 00 and 21. RGB value is (241,0,33). Sum of RGB (Red+Green+Blue) = 241+0+33=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F10021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10021 is #0EFFDE. Grayscale: #4B4B4B. Windows color (decimal): -983007 or 2162929. OLE color: 2162929.
HSL color Cylindrical-coordinate representation of color #F10021: hue angle of 351.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10021 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.86 | 0.05 |
| HSL | 351.78º | 1% | 0.47% | - |
| HSV(B) | 351.78º | 1% | 0.95% | - |
| XYZ | 36.55 | 18.81 | 3.14 | - |
| YUV | 75.82 | 103.84 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 33 | 0 | 1 | 0.86 | 0.05 | 351.78 | 1 | 0.47 |
| Hex | F1 | 0 | 21 | 0 | 64 | 56 | 5 | 160 | 64 | 2F |
| Octal | 361 | 0 | 41 | 0 | 144 | 126 | 5 | 540 | 144 | 57 |
| Binary | 11110001 | 0 | 100001 | 0 | 1100100 | 1010110 | 101 | 101100000 | 1100100 | 101111 |
Color Harmonies of #F10021
Complementary color
Monochromatic Colors of #F10021
Black with #F10021
Text Example
Text Example
White with #F10021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10021; }
p { color: rgb(241,0,33); }
H1.HeaderClassName
{
color: #F10021;
}
.AnyTagClassName
{
color: #F10021;
}
</style>
background-color css
<style>
a { background-color: #F10021; }
a { background-color: rgb(241,0,33); }
div.DivClassName
{
background-color: #F10021;
}
.BgClassName
{
background-color: #F10021;
}
</style>
border-color css
<style>
span { border-color: #F10021; }
span { border-color: rgb(241,0,33); }
td.TdClassName
{
border-color: #F10021;
}
.TagClassName
{
border-color: #F10021;
}
</style>