Shades of Torch Red #F00837
Tints of Torch Red #F00837
RGB
CMYK
RGB Variations
Color information
#F00837 (or 0xF00837) is known color: Torch Red. HEX triplet: F0, 08 and 37. RGB value is (240,8,55). Sum of RGB (Red+Green+Blue) = 240+8+55=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F00837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00837 is #0FF7C8. Grayscale: #525252. Windows color (decimal): -1046473 or 3606768. OLE color: 3606768.
HSL color Cylindrical-coordinate representation of color #F00837: hue angle of 347.84º 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 #F00837 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 55 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.06 |
| HSL | 347.84º | 0.94% | 0.49% | - |
| HSV(B) | 347.84º | 0.97% | 0.94% | - |
| XYZ | 36.71 | 18.97 | 5.34 | - |
| YUV | 82.73 | 112.36 | 240.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 55 | 0 | 0.97 | 0.77 | 0.06 | 347.84 | 0.94 | 0.49 |
| Hex | F0 | 8 | 37 | 0 | 61 | 4D | 6 | 15C | 5E | 31 |
| Octal | 360 | 10 | 67 | 0 | 141 | 115 | 6 | 534 | 136 | 61 |
| Binary | 11110000 | 1000 | 110111 | 0 | 1100001 | 1001101 | 110 | 101011100 | 1011110 | 110001 |
Color Harmonies of #F00837
Complementary color
Monochromatic Colors of #F00837
Black with #F00837
Text Example
Text Example
White with #F00837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00837; }
p { color: rgb(240,8,55); }
H1.HeaderClassName
{
color: #F00837;
}
.AnyTagClassName
{
color: #F00837;
}
</style>
background-color css
<style>
a { background-color: #F00837; }
a { background-color: rgb(240,8,55); }
div.DivClassName
{
background-color: #F00837;
}
.BgClassName
{
background-color: #F00837;
}
</style>
border-color css
<style>
span { border-color: #F00837; }
span { border-color: rgb(240,8,55); }
td.TdClassName
{
border-color: #F00837;
}
.TagClassName
{
border-color: #F00837;
}
</style>