Shades of Torch Red #F11220
Tints of Torch Red #F11220
RGB
CMYK
RGB Variations
Color information
#F11220 (or 0xF11220) is known color: Torch Red. HEX triplet: F1, 12 and 20. RGB value is (241,18,32). Sum of RGB (Red+Green+Blue) = 241+18+32=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F11220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11220 is #0EEDDF. Grayscale: #565656. Windows color (decimal): -978400 or 2102001. OLE color: 2102001.
HSL color Cylindrical-coordinate representation of color #F11220: hue angle of 356.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11220 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 32 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.05 |
| HSL | 356.23º | 0.89% | 0.51% | - |
| HSV(B) | 356.23º | 0.93% | 0.95% | - |
| XYZ | 36.75 | 19.24 | 3.14 | - |
| YUV | 86.27 | 97.38 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 32 | 0 | 0.93 | 0.87 | 0.05 | 356.23 | 0.89 | 0.51 |
| Hex | F1 | 12 | 20 | 0 | 5D | 57 | 5 | 164 | 59 | 33 |
| Octal | 361 | 22 | 40 | 0 | 135 | 127 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10010 | 100000 | 0 | 1011101 | 1010111 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11220
Complementary color
Monochromatic Colors of #F11220
Black with #F11220
Text Example
Text Example
White with #F11220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11220; }
p { color: rgb(241,18,32); }
H1.HeaderClassName
{
color: #F11220;
}
.AnyTagClassName
{
color: #F11220;
}
</style>
background-color css
<style>
a { background-color: #F11220; }
a { background-color: rgb(241,18,32); }
div.DivClassName
{
background-color: #F11220;
}
.BgClassName
{
background-color: #F11220;
}
</style>
border-color css
<style>
span { border-color: #F11220; }
span { border-color: rgb(241,18,32); }
td.TdClassName
{
border-color: #F11220;
}
.TagClassName
{
border-color: #F11220;
}
</style>