Shades of Torch Red #F10731
Tints of Torch Red #F10731
RGB
CMYK
RGB Variations
Color information
#F10731 (or 0xF10731) is known color: Torch Red. HEX triplet: F1, 07 and 31. RGB value is (241,7,49). Sum of RGB (Red+Green+Blue) = 241+7+49=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F10731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10731 is #0EF8CE. Grayscale: #515151. Windows color (decimal): -981199 or 3213297. OLE color: 3213297.
HSL color Cylindrical-coordinate representation of color #F10731: hue angle of 349.23º 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 #F10731 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 49 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.05 |
| HSL | 349.23º | 0.94% | 0.49% | - |
| HSV(B) | 349.23º | 0.97% | 0.95% | - |
| XYZ | 36.91 | 19.07 | 4.64 | - |
| YUV | 81.75 | 109.52 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 49 | 0 | 0.97 | 0.80 | 0.05 | 349.23 | 0.94 | 0.49 |
| Hex | F1 | 7 | 31 | 0 | 61 | 50 | 5 | 15D | 5E | 31 |
| Octal | 361 | 7 | 61 | 0 | 141 | 120 | 5 | 535 | 136 | 61 |
| Binary | 11110001 | 111 | 110001 | 0 | 1100001 | 1010000 | 101 | 101011101 | 1011110 | 110001 |
Color Harmonies of #F10731
Complementary color
Monochromatic Colors of #F10731
Black with #F10731
Text Example
Text Example
White with #F10731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10731; }
p { color: rgb(241,7,49); }
H1.HeaderClassName
{
color: #F10731;
}
.AnyTagClassName
{
color: #F10731;
}
</style>
background-color css
<style>
a { background-color: #F10731; }
a { background-color: rgb(241,7,49); }
div.DivClassName
{
background-color: #F10731;
}
.BgClassName
{
background-color: #F10731;
}
</style>
border-color css
<style>
span { border-color: #F10731; }
span { border-color: rgb(241,7,49); }
td.TdClassName
{
border-color: #F10731;
}
.TagClassName
{
border-color: #F10731;
}
</style>