Shades of Torch Red #F10712
Tints of Torch Red #F10712
RGB
CMYK
RGB Variations
Color information
#F10712 (or 0xF10712) is known color: Torch Red. HEX triplet: F1, 07 and 12. RGB value is (241,7,18). Sum of RGB (Red+Green+Blue) = 241+7+18=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F10712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10712 is #0EF8ED. Grayscale: #4E4E4E. Windows color (decimal): -981230 or 1181681. OLE color: 1181681.
HSL color Cylindrical-coordinate representation of color #F10712: hue angle of 357.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10712 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.05 |
| HSL | 357.18º | 0.94% | 0.49% | - |
| HSV(B) | 357.18º | 0.97% | 0.95% | - |
| XYZ | 36.46 | 18.9 | 2.3 | - |
| YUV | 78.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 18 | 0 | 0.97 | 0.93 | 0.05 | 357.18 | 0.94 | 0.49 |
| Hex | F1 | 7 | 12 | 0 | 61 | 5D | 5 | 165 | 5E | 31 |
| Octal | 361 | 7 | 22 | 0 | 141 | 135 | 5 | 545 | 136 | 61 |
| Binary | 11110001 | 111 | 10010 | 0 | 1100001 | 1011101 | 101 | 101100101 | 1011110 | 110001 |
Color Harmonies of #F10712
Complementary color
Monochromatic Colors of #F10712
Black with #F10712
Text Example
Text Example
White with #F10712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10712; }
p { color: rgb(241,7,18); }
H1.HeaderClassName
{
color: #F10712;
}
.AnyTagClassName
{
color: #F10712;
}
</style>
background-color css
<style>
a { background-color: #F10712; }
a { background-color: rgb(241,7,18); }
div.DivClassName
{
background-color: #F10712;
}
.BgClassName
{
background-color: #F10712;
}
</style>
border-color css
<style>
span { border-color: #F10712; }
span { border-color: rgb(241,7,18); }
td.TdClassName
{
border-color: #F10712;
}
.TagClassName
{
border-color: #F10712;
}
</style>