Shades of Torch Red #F10521
Tints of Torch Red #F10521
RGB
CMYK
RGB Variations
Color information
#F10521 (or 0xF10521) is known color: Torch Red. HEX triplet: F1, 05 and 21. RGB value is (241,5,33). Sum of RGB (Red+Green+Blue) = 241+5+33=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F10521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10521 is #0EFADE. Grayscale: #4E4E4E. Windows color (decimal): -981727 or 2164209. OLE color: 2164209.
HSL color Cylindrical-coordinate representation of color #F10521: hue angle of 352.88º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.05 |
| HSL | 352.88º | 0.96% | 0.48% | - |
| HSV(B) | 352.88º | 0.98% | 0.95% | - |
| XYZ | 36.6 | 18.92 | 3.16 | - |
| YUV | 78.76 | 102.19 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 33 | 0 | 0.98 | 0.86 | 0.05 | 352.88 | 0.96 | 0.48 |
| Hex | F1 | 5 | 21 | 0 | 62 | 56 | 5 | 161 | 60 | 30 |
| Octal | 361 | 5 | 41 | 0 | 142 | 126 | 5 | 541 | 140 | 60 |
| Binary | 11110001 | 101 | 100001 | 0 | 1100010 | 1010110 | 101 | 101100001 | 1100000 | 110000 |
Color Harmonies of #F10521
Complementary color
Monochromatic Colors of #F10521
Black with #F10521
Text Example
Text Example
White with #F10521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10521; }
p { color: rgb(241,5,33); }
H1.HeaderClassName
{
color: #F10521;
}
.AnyTagClassName
{
color: #F10521;
}
</style>
background-color css
<style>
a { background-color: #F10521; }
a { background-color: rgb(241,5,33); }
div.DivClassName
{
background-color: #F10521;
}
.BgClassName
{
background-color: #F10521;
}
</style>
border-color css
<style>
span { border-color: #F10521; }
span { border-color: rgb(241,5,33); }
td.TdClassName
{
border-color: #F10521;
}
.TagClassName
{
border-color: #F10521;
}
</style>