Shades of Torch Red #F1182D
Tints of Torch Red #F1182D
RGB
CMYK
RGB Variations
Color information
#F1182D (or 0xF1182D) is known color: Torch Red. HEX triplet: F1, 18 and 2D. RGB value is (241,24,45). Sum of RGB (Red+Green+Blue) = 241+24+45=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F1182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1182D is #0EE7D2. Grayscale: #5B5B5B. Windows color (decimal): -976851 or 2955505. OLE color: 2955505.
HSL color Cylindrical-coordinate representation of color #F1182D: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.19º | 0.89% | 0.52% | - |
| HSV(B) | 354.19º | 0.9% | 0.95% | - |
| XYZ | 37.08 | 19.54 | 4.3 | - |
| YUV | 91.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 45 | 0 | 0.90 | 0.81 | 0.05 | 354.19 | 0.89 | 0.52 |
| Hex | F1 | 18 | 2D | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 361 | 30 | 55 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110001 | 11000 | 101101 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F1182D
Complementary color
Monochromatic Colors of #F1182D
Black with #F1182D
Text Example
Text Example
White with #F1182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1182D; }
p { color: rgb(241,24,45); }
H1.HeaderClassName
{
color: #F1182D;
}
.AnyTagClassName
{
color: #F1182D;
}
</style>
background-color css
<style>
a { background-color: #F1182D; }
a { background-color: rgb(241,24,45); }
div.DivClassName
{
background-color: #F1182D;
}
.BgClassName
{
background-color: #F1182D;
}
</style>
border-color css
<style>
span { border-color: #F1182D; }
span { border-color: rgb(241,24,45); }
td.TdClassName
{
border-color: #F1182D;
}
.TagClassName
{
border-color: #F1182D;
}
</style>