Shades of Torch Red #F1012B
Tints of Torch Red #F1012B
RGB
CMYK
RGB Variations
Color information
#F1012B (or 0xF1012B) is known color: Torch Red. HEX triplet: F1, 01 and 2B. RGB value is (241,1,43). Sum of RGB (Red+Green+Blue) = 241+1+43=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F1012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1012B is #0EFED4. Grayscale: #4D4D4D. Windows color (decimal): -982741 or 2818545. OLE color: 2818545.
HSL color Cylindrical-coordinate representation of color #F1012B: hue angle of 349.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 #F1012B is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.05 |
| HSL | 349.5º | 0.99% | 0.47% | - |
| HSV(B) | 349.5º | 1% | 0.95% | - |
| XYZ | 36.72 | 18.9 | 4 | - |
| YUV | 77.55 | 108.51 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 43 | 0 | 1.00 | 0.82 | 0.05 | 349.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | 2B | 0 | 64 | 52 | 5 | 15E | 63 | 2F |
| Octal | 361 | 1 | 53 | 0 | 144 | 122 | 5 | 536 | 143 | 57 |
| Binary | 11110001 | 1 | 101011 | 0 | 1100100 | 1010010 | 101 | 101011110 | 1100011 | 101111 |
Color Harmonies of #F1012B
Complementary color
Monochromatic Colors of #F1012B
Black with #F1012B
Text Example
Text Example
White with #F1012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1012B; }
p { color: rgb(241,1,43); }
H1.HeaderClassName
{
color: #F1012B;
}
.AnyTagClassName
{
color: #F1012B;
}
</style>
background-color css
<style>
a { background-color: #F1012B; }
a { background-color: rgb(241,1,43); }
div.DivClassName
{
background-color: #F1012B;
}
.BgClassName
{
background-color: #F1012B;
}
</style>
border-color css
<style>
span { border-color: #F1012B; }
span { border-color: rgb(241,1,43); }
td.TdClassName
{
border-color: #F1012B;
}
.TagClassName
{
border-color: #F1012B;
}
</style>