Shades of Torch Red #F00831
Tints of Torch Red #F00831
RGB
CMYK
RGB Variations
Color information
#F00831 (or 0xF00831) is known color: Torch Red. HEX triplet: F0, 08 and 31. RGB value is (240,8,49). Sum of RGB (Red+Green+Blue) = 240+8+49=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00831 is #0FF7CE. Grayscale: #525252. Windows color (decimal): -1046479 or 3213552. OLE color: 3213552.
HSL color Cylindrical-coordinate representation of color #F00831: hue angle of 349.4º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00831 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 49 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.06 |
| HSL | 349.4º | 0.94% | 0.49% | - |
| HSV(B) | 349.4º | 0.97% | 0.94% | - |
| XYZ | 36.58 | 18.92 | 4.63 | - |
| YUV | 82.04 | 109.36 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 49 | 0 | 0.97 | 0.80 | 0.06 | 349.4 | 0.94 | 0.49 |
| Hex | F0 | 8 | 31 | 0 | 61 | 50 | 6 | 15D | 5E | 31 |
| Octal | 360 | 10 | 61 | 0 | 141 | 120 | 6 | 535 | 136 | 61 |
| Binary | 11110000 | 1000 | 110001 | 0 | 1100001 | 1010000 | 110 | 101011101 | 1011110 | 110001 |
Color Harmonies of #F00831
Complementary color
Monochromatic Colors of #F00831
Black with #F00831
Text Example
Text Example
White with #F00831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00831; }
p { color: rgb(240,8,49); }
H1.HeaderClassName
{
color: #F00831;
}
.AnyTagClassName
{
color: #F00831;
}
</style>
background-color css
<style>
a { background-color: #F00831; }
a { background-color: rgb(240,8,49); }
div.DivClassName
{
background-color: #F00831;
}
.BgClassName
{
background-color: #F00831;
}
</style>
border-color css
<style>
span { border-color: #F00831; }
span { border-color: rgb(240,8,49); }
td.TdClassName
{
border-color: #F00831;
}
.TagClassName
{
border-color: #F00831;
}
</style>