Shades of Torch Red #F50722
Tints of Torch Red #F50722
RGB
CMYK
RGB Variations
Color information
#F50722 (or 0xF50722) is known color: Torch Red. HEX triplet: F5, 07 and 22. RGB value is (245,7,34). Sum of RGB (Red+Green+Blue) = 245+7+34=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F50722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50722 is #0AF8DD. Grayscale: #515151. Windows color (decimal): -719070 or 2230261. OLE color: 2230261.
HSL color Cylindrical-coordinate representation of color #F50722: hue angle of 353.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50722 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.04 |
| HSL | 353.19º | 0.94% | 0.49% | - |
| HSV(B) | 353.19º | 0.97% | 0.96% | - |
| XYZ | 38.02 | 19.68 | 3.31 | - |
| YUV | 81.24 | 101.35 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 34 | 0 | 0.97 | 0.86 | 0.04 | 353.19 | 0.94 | 0.49 |
| Hex | F5 | 7 | 22 | 0 | 61 | 56 | 4 | 161 | 5E | 31 |
| Octal | 365 | 7 | 42 | 0 | 141 | 126 | 4 | 541 | 136 | 61 |
| Binary | 11110101 | 111 | 100010 | 0 | 1100001 | 1010110 | 100 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F50722
Complementary color
Monochromatic Colors of #F50722
Black with #F50722
Text Example
Text Example
White with #F50722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50722; }
p { color: rgb(245,7,34); }
H1.HeaderClassName
{
color: #F50722;
}
.AnyTagClassName
{
color: #F50722;
}
</style>
background-color css
<style>
a { background-color: #F50722; }
a { background-color: rgb(245,7,34); }
div.DivClassName
{
background-color: #F50722;
}
.BgClassName
{
background-color: #F50722;
}
</style>
border-color css
<style>
span { border-color: #F50722; }
span { border-color: rgb(245,7,34); }
td.TdClassName
{
border-color: #F50722;
}
.TagClassName
{
border-color: #F50722;
}
</style>