Shades of Torch Red #F1152E
Tints of Torch Red #F1152E
RGB
CMYK
RGB Variations
Color information
#F1152E (or 0xF1152E) is known color: Torch Red. HEX triplet: F1, 15 and 2E. RGB value is (241,21,46). Sum of RGB (Red+Green+Blue) = 241+21+46=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1152E is #0EEAD1. Grayscale: #595959. Windows color (decimal): -977618 or 3020273. OLE color: 3020273.
HSL color Cylindrical-coordinate representation of color #F1152E: hue angle of 353.18º 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 #F1152E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.18º | 0.89% | 0.51% | - |
| HSV(B) | 353.18º | 0.91% | 0.95% | - |
| XYZ | 37.04 | 19.43 | 4.38 | - |
| YUV | 89.63 | 103.39 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 46 | 0 | 0.91 | 0.81 | 0.05 | 353.18 | 0.89 | 0.51 |
| Hex | F1 | 15 | 2E | 0 | 5B | 51 | 5 | 161 | 59 | 33 |
| Octal | 361 | 25 | 56 | 0 | 133 | 121 | 5 | 541 | 131 | 63 |
| Binary | 11110001 | 10101 | 101110 | 0 | 1011011 | 1010001 | 101 | 101100001 | 1011001 | 110011 |
Color Harmonies of #F1152E
Complementary color
Monochromatic Colors of #F1152E
Black with #F1152E
Text Example
Text Example
White with #F1152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1152E; }
p { color: rgb(241,21,46); }
H1.HeaderClassName
{
color: #F1152E;
}
.AnyTagClassName
{
color: #F1152E;
}
</style>
background-color css
<style>
a { background-color: #F1152E; }
a { background-color: rgb(241,21,46); }
div.DivClassName
{
background-color: #F1152E;
}
.BgClassName
{
background-color: #F1152E;
}
</style>
border-color css
<style>
span { border-color: #F1152E; }
span { border-color: rgb(241,21,46); }
td.TdClassName
{
border-color: #F1152E;
}
.TagClassName
{
border-color: #F1152E;
}
</style>