Shades of Torch Red #F1121B
Tints of Torch Red #F1121B
RGB
CMYK
RGB Variations
Color information
#F1121B (or 0xF1121B) is known color: Torch Red. HEX triplet: F1, 12 and 1B. RGB value is (241,18,27). Sum of RGB (Red+Green+Blue) = 241+18+27=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F1121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1121B is #0EEDE4. Grayscale: #555555. Windows color (decimal): -978405 or 1774321. OLE color: 1774321.
HSL color Cylindrical-coordinate representation of color #F1121B: hue angle of 357.58º 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 #F1121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.58º | 0.89% | 0.51% | - |
| HSV(B) | 357.58º | 0.93% | 0.95% | - |
| XYZ | 36.69 | 19.21 | 2.81 | - |
| YUV | 85.7 | 94.88 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.58 | 0.89 | 0.51 |
| Hex | F1 | 12 | 1B | 0 | 5D | 59 | 5 | 166 | 59 | 33 |
| Octal | 361 | 22 | 33 | 0 | 135 | 131 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10010 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F1121B
Complementary color
Monochromatic Colors of #F1121B
Black with #F1121B
Text Example
Text Example
White with #F1121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1121B; }
p { color: rgb(241,18,27); }
H1.HeaderClassName
{
color: #F1121B;
}
.AnyTagClassName
{
color: #F1121B;
}
</style>
background-color css
<style>
a { background-color: #F1121B; }
a { background-color: rgb(241,18,27); }
div.DivClassName
{
background-color: #F1121B;
}
.BgClassName
{
background-color: #F1121B;
}
</style>
border-color css
<style>
span { border-color: #F1121B; }
span { border-color: rgb(241,18,27); }
td.TdClassName
{
border-color: #F1121B;
}
.TagClassName
{
border-color: #F1121B;
}
</style>