Shades of Torch Red #F10121
Tints of Torch Red #F10121
RGB
CMYK
RGB Variations
Color information
#F10121 (or 0xF10121) is known color: Torch Red. HEX triplet: F1, 01 and 21. RGB value is (241,1,33). Sum of RGB (Red+Green+Blue) = 241+1+33=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F10121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10121 is #0EFEDE. Grayscale: #4C4C4C. Windows color (decimal): -982751 or 2163185. OLE color: 2163185.
HSL color Cylindrical-coordinate representation of color #F10121: hue angle of 352º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10121 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.05 |
| HSL | 352º | 0.99% | 0.47% | - |
| HSV(B) | 352º | 1% | 0.95% | - |
| XYZ | 36.56 | 18.83 | 3.15 | - |
| YUV | 76.41 | 103.51 | 245.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 33 | 0 | 1.00 | 0.86 | 0.05 | 352 | 0.99 | 0.47 |
| Hex | F1 | 1 | 21 | 0 | 64 | 56 | 5 | 160 | 63 | 2F |
| Octal | 361 | 1 | 41 | 0 | 144 | 126 | 5 | 540 | 143 | 57 |
| Binary | 11110001 | 1 | 100001 | 0 | 1100100 | 1010110 | 101 | 101100000 | 1100011 | 101111 |
Color Harmonies of #F10121
Complementary color
Monochromatic Colors of #F10121
Black with #F10121
Text Example
Text Example
White with #F10121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10121; }
p { color: rgb(241,1,33); }
H1.HeaderClassName
{
color: #F10121;
}
.AnyTagClassName
{
color: #F10121;
}
</style>
background-color css
<style>
a { background-color: #F10121; }
a { background-color: rgb(241,1,33); }
div.DivClassName
{
background-color: #F10121;
}
.BgClassName
{
background-color: #F10121;
}
</style>
border-color css
<style>
span { border-color: #F10121; }
span { border-color: rgb(241,1,33); }
td.TdClassName
{
border-color: #F10121;
}
.TagClassName
{
border-color: #F10121;
}
</style>