Shades of Torch Red #F1151E
Tints of Torch Red #F1151E
RGB
CMYK
RGB Variations
Color information
#F1151E (or 0xF1151E) is known color: Torch Red. HEX triplet: F1, 15 and 1E. RGB value is (241,21,30). Sum of RGB (Red+Green+Blue) = 241+21+30=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F1151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1151E is #0EEAE1. Grayscale: #575757. Windows color (decimal): -977634 or 1971697. OLE color: 1971697.
HSL color Cylindrical-coordinate representation of color #F1151E: hue angle of 357.55º 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 #F1151E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.05 |
| HSL | 357.55º | 0.89% | 0.51% | - |
| HSV(B) | 357.55º | 0.91% | 0.95% | - |
| XYZ | 36.78 | 19.33 | 3.02 | - |
| YUV | 87.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 30 | 0 | 0.91 | 0.88 | 0.05 | 357.55 | 0.89 | 0.51 |
| Hex | F1 | 15 | 1E | 0 | 5B | 58 | 5 | 166 | 59 | 33 |
| Octal | 361 | 25 | 36 | 0 | 133 | 130 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10101 | 11110 | 0 | 1011011 | 1011000 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F1151E
Complementary color
Monochromatic Colors of #F1151E
Black with #F1151E
Text Example
Text Example
White with #F1151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1151E; }
p { color: rgb(241,21,30); }
H1.HeaderClassName
{
color: #F1151E;
}
.AnyTagClassName
{
color: #F1151E;
}
</style>
background-color css
<style>
a { background-color: #F1151E; }
a { background-color: rgb(241,21,30); }
div.DivClassName
{
background-color: #F1151E;
}
.BgClassName
{
background-color: #F1151E;
}
</style>
border-color css
<style>
span { border-color: #F1151E; }
span { border-color: rgb(241,21,30); }
td.TdClassName
{
border-color: #F1151E;
}
.TagClassName
{
border-color: #F1151E;
}
</style>