Shades of Torch Red #F00931
Tints of Torch Red #F00931
RGB
CMYK
RGB Variations
Color information
#F00931 (or 0xF00931) is known color: Torch Red. HEX triplet: F0, 09 and 31. RGB value is (240,9,49). Sum of RGB (Red+Green+Blue) = 240+9+49=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F00931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00931 is #0FF6CE. Grayscale: #525252. Windows color (decimal): -1046223 or 3213808. OLE color: 3213808.
HSL color Cylindrical-coordinate representation of color #F00931: hue angle of 349.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00931 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.06 |
| HSL | 349.61º | 0.93% | 0.49% | - |
| HSV(B) | 349.61º | 0.96% | 0.94% | - |
| XYZ | 36.59 | 18.94 | 4.63 | - |
| YUV | 82.63 | 109.03 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 49 | 0 | 0.96 | 0.80 | 0.06 | 349.61 | 0.93 | 0.49 |
| Hex | F0 | 9 | 31 | 0 | 60 | 50 | 6 | 15E | 5D | 31 |
| Octal | 360 | 11 | 61 | 0 | 140 | 120 | 6 | 536 | 135 | 61 |
| Binary | 11110000 | 1001 | 110001 | 0 | 1100000 | 1010000 | 110 | 101011110 | 1011101 | 110001 |
Color Harmonies of #F00931
Complementary color
Monochromatic Colors of #F00931
Black with #F00931
Text Example
Text Example
White with #F00931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00931; }
p { color: rgb(240,9,49); }
H1.HeaderClassName
{
color: #F00931;
}
.AnyTagClassName
{
color: #F00931;
}
</style>
background-color css
<style>
a { background-color: #F00931; }
a { background-color: rgb(240,9,49); }
div.DivClassName
{
background-color: #F00931;
}
.BgClassName
{
background-color: #F00931;
}
</style>
border-color css
<style>
span { border-color: #F00931; }
span { border-color: rgb(240,9,49); }
td.TdClassName
{
border-color: #F00931;
}
.TagClassName
{
border-color: #F00931;
}
</style>