Shades of Torch Red #F1012F
Tints of Torch Red #F1012F
RGB
CMYK
RGB Variations
Color information
#F1012F (or 0xF1012F) is known color: Torch Red. HEX triplet: F1, 01 and 2F. RGB value is (241,1,47). Sum of RGB (Red+Green+Blue) = 241+1+47=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1012F is #0EFED0. Grayscale: #4E4E4E. Windows color (decimal): -982737 or 3080689. OLE color: 3080689.
HSL color Cylindrical-coordinate representation of color #F1012F: hue angle of 348.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1012F is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.05 |
| HSL | 348.5º | 0.99% | 0.47% | - |
| HSV(B) | 348.5º | 1% | 0.95% | - |
| XYZ | 36.8 | 18.93 | 4.4 | - |
| YUV | 78 | 110.51 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 47 | 0 | 1.00 | 0.80 | 0.05 | 348.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | 2F | 0 | 64 | 50 | 5 | 15C | 63 | 2F |
| Octal | 361 | 1 | 57 | 0 | 144 | 120 | 5 | 534 | 143 | 57 |
| Binary | 11110001 | 1 | 101111 | 0 | 1100100 | 1010000 | 101 | 101011100 | 1100011 | 101111 |
Color Harmonies of #F1012F
Complementary color
Monochromatic Colors of #F1012F
Black with #F1012F
Text Example
Text Example
White with #F1012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1012F; }
p { color: rgb(241,1,47); }
H1.HeaderClassName
{
color: #F1012F;
}
.AnyTagClassName
{
color: #F1012F;
}
</style>
background-color css
<style>
a { background-color: #F1012F; }
a { background-color: rgb(241,1,47); }
div.DivClassName
{
background-color: #F1012F;
}
.BgClassName
{
background-color: #F1012F;
}
</style>
border-color css
<style>
span { border-color: #F1012F; }
span { border-color: rgb(241,1,47); }
td.TdClassName
{
border-color: #F1012F;
}
.TagClassName
{
border-color: #F1012F;
}
</style>