Shades of Torch Red #F1152C
Tints of Torch Red #F1152C
RGB
CMYK
RGB Variations
Color information
#F1152C (or 0xF1152C) is known color: Torch Red. HEX triplet: F1, 15 and 2C. RGB value is (241,21,44). Sum of RGB (Red+Green+Blue) = 241+21+44=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1152C is #0EEAD3. Grayscale: #595959. Windows color (decimal): -977620 or 2889201. OLE color: 2889201.
HSL color Cylindrical-coordinate representation of color #F1152C: hue angle of 353.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1152C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.05 |
| HSL | 353.73º | 0.89% | 0.51% | - |
| HSV(B) | 353.73º | 0.91% | 0.95% | - |
| XYZ | 37 | 19.42 | 4.18 | - |
| YUV | 89.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 44 | 0 | 0.91 | 0.82 | 0.05 | 353.73 | 0.89 | 0.51 |
| Hex | F1 | 15 | 2C | 0 | 5B | 52 | 5 | 162 | 59 | 33 |
| Octal | 361 | 25 | 54 | 0 | 133 | 122 | 5 | 542 | 131 | 63 |
| Binary | 11110001 | 10101 | 101100 | 0 | 1011011 | 1010010 | 101 | 101100010 | 1011001 | 110011 |
Color Harmonies of #F1152C
Complementary color
Monochromatic Colors of #F1152C
Black with #F1152C
Text Example
Text Example
White with #F1152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1152C; }
p { color: rgb(241,21,44); }
H1.HeaderClassName
{
color: #F1152C;
}
.AnyTagClassName
{
color: #F1152C;
}
</style>
background-color css
<style>
a { background-color: #F1152C; }
a { background-color: rgb(241,21,44); }
div.DivClassName
{
background-color: #F1152C;
}
.BgClassName
{
background-color: #F1152C;
}
</style>
border-color css
<style>
span { border-color: #F1152C; }
span { border-color: rgb(241,21,44); }
td.TdClassName
{
border-color: #F1152C;
}
.TagClassName
{
border-color: #F1152C;
}
</style>