Shades of Torch Red #F1002E
Tints of Torch Red #F1002E
RGB
CMYK
RGB Variations
Color information
#F1002E (or 0xF1002E) is known color: Torch Red. HEX triplet: F1, 00 and 2E. RGB value is (241,0,46). Sum of RGB (Red+Green+Blue) = 241+0+46=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F1002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1002E is #0EFFD1. Grayscale: #4D4D4D. Windows color (decimal): -982994 or 3014897. OLE color: 3014897.
HSL color Cylindrical-coordinate representation of color #F1002E: hue angle of 348.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1002E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.81 | 0.05 |
| HSL | 348.55º | 1% | 0.47% | - |
| HSV(B) | 348.55º | 1% | 0.95% | - |
| XYZ | 36.77 | 18.9 | 4.29 | - |
| YUV | 77.3 | 110.34 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 46 | 0 | 1 | 0.81 | 0.05 | 348.55 | 1 | 0.47 |
| Hex | F1 | 0 | 2E | 0 | 64 | 51 | 5 | 15D | 64 | 2F |
| Octal | 361 | 0 | 56 | 0 | 144 | 121 | 5 | 535 | 144 | 57 |
| Binary | 11110001 | 0 | 101110 | 0 | 1100100 | 1010001 | 101 | 101011101 | 1100100 | 101111 |
Color Harmonies of #F1002E
Complementary color
Monochromatic Colors of #F1002E
Black with #F1002E
Text Example
Text Example
White with #F1002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1002E; }
p { color: rgb(241,0,46); }
H1.HeaderClassName
{
color: #F1002E;
}
.AnyTagClassName
{
color: #F1002E;
}
</style>
background-color css
<style>
a { background-color: #F1002E; }
a { background-color: rgb(241,0,46); }
div.DivClassName
{
background-color: #F1002E;
}
.BgClassName
{
background-color: #F1002E;
}
</style>
border-color css
<style>
span { border-color: #F1002E; }
span { border-color: rgb(241,0,46); }
td.TdClassName
{
border-color: #F1002E;
}
.TagClassName
{
border-color: #F1002E;
}
</style>