Shades of Torch Red #F11021
Tints of Torch Red #F11021
RGB
CMYK
RGB Variations
Color information
#F11021 (or 0xF11021) is known color: Torch Red. HEX triplet: F1, 10 and 21. RGB value is (241,16,33). Sum of RGB (Red+Green+Blue) = 241+16+33=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11021 is #0EEFDE. Grayscale: #555555. Windows color (decimal): -978911 or 2167025. OLE color: 2167025.
HSL color Cylindrical-coordinate representation of color #F11021: hue angle of 355.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11021 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.47º | 0.89% | 0.5% | - |
| HSV(B) | 355.47º | 0.93% | 0.95% | - |
| XYZ | 36.74 | 19.18 | 3.21 | - |
| YUV | 85.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | 21 | 0 | 5D | 56 | 5 | 163 | 59 | 32 |
| Octal | 361 | 20 | 41 | 0 | 135 | 126 | 5 | 543 | 131 | 62 |
| Binary | 11110001 | 10000 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011001 | 110010 |
Color Harmonies of #F11021
Complementary color
Monochromatic Colors of #F11021
Black with #F11021
Text Example
Text Example
White with #F11021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11021; }
p { color: rgb(241,16,33); }
H1.HeaderClassName
{
color: #F11021;
}
.AnyTagClassName
{
color: #F11021;
}
</style>
background-color css
<style>
a { background-color: #F11021; }
a { background-color: rgb(241,16,33); }
div.DivClassName
{
background-color: #F11021;
}
.BgClassName
{
background-color: #F11021;
}
</style>
border-color css
<style>
span { border-color: #F11021; }
span { border-color: rgb(241,16,33); }
td.TdClassName
{
border-color: #F11021;
}
.TagClassName
{
border-color: #F11021;
}
</style>