Shades of Torch Red #F11020
Tints of Torch Red #F11020
RGB
CMYK
RGB Variations
Color information
#F11020 (or 0xF11020) is known color: Torch Red. HEX triplet: F1, 10 and 20. RGB value is (241,16,32). Sum of RGB (Red+Green+Blue) = 241+16+32=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F11020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11020 is #0EEFDF. Grayscale: #555555. Windows color (decimal): -978912 or 2101489. OLE color: 2101489.
HSL color Cylindrical-coordinate representation of color #F11020: hue angle of 355.73º 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 #F11020 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.05 |
| HSL | 355.73º | 0.89% | 0.5% | - |
| HSV(B) | 355.73º | 0.93% | 0.95% | - |
| XYZ | 36.72 | 19.18 | 3.13 | - |
| YUV | 85.1 | 98.04 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 32 | 0 | 0.93 | 0.87 | 0.05 | 355.73 | 0.89 | 0.5 |
| Hex | F1 | 10 | 20 | 0 | 5D | 57 | 5 | 164 | 59 | 32 |
| Octal | 361 | 20 | 40 | 0 | 135 | 127 | 5 | 544 | 131 | 62 |
| Binary | 11110001 | 10000 | 100000 | 0 | 1011101 | 1010111 | 101 | 101100100 | 1011001 | 110010 |
Color Harmonies of #F11020
Complementary color
Monochromatic Colors of #F11020
Black with #F11020
Text Example
Text Example
White with #F11020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11020; }
p { color: rgb(241,16,32); }
H1.HeaderClassName
{
color: #F11020;
}
.AnyTagClassName
{
color: #F11020;
}
</style>
background-color css
<style>
a { background-color: #F11020; }
a { background-color: rgb(241,16,32); }
div.DivClassName
{
background-color: #F11020;
}
.BgClassName
{
background-color: #F11020;
}
</style>
border-color css
<style>
span { border-color: #F11020; }
span { border-color: rgb(241,16,32); }
td.TdClassName
{
border-color: #F11020;
}
.TagClassName
{
border-color: #F11020;
}
</style>