Shades of Torch Red #F50622
Tints of Torch Red #F50622
RGB
CMYK
RGB Variations
Color information
#F50622 (or 0xF50622) is known color: Torch Red. HEX triplet: F5, 06 and 22. RGB value is (245,6,34). Sum of RGB (Red+Green+Blue) = 245+6+34=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F50622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50622 is #0AF9DD. Grayscale: #505050. Windows color (decimal): -719326 or 2230005. OLE color: 2230005.
HSL color Cylindrical-coordinate representation of color #F50622: hue angle of 352.97º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50622 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.04 |
| HSL | 352.97º | 0.95% | 0.49% | - |
| HSV(B) | 352.97º | 0.98% | 0.96% | - |
| XYZ | 38.01 | 19.66 | 3.3 | - |
| YUV | 80.65 | 101.68 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 34 | 0 | 0.98 | 0.86 | 0.04 | 352.97 | 0.95 | 0.49 |
| Hex | F5 | 6 | 22 | 0 | 62 | 56 | 4 | 161 | 5F | 31 |
| Octal | 365 | 6 | 42 | 0 | 142 | 126 | 4 | 541 | 137 | 61 |
| Binary | 11110101 | 110 | 100010 | 0 | 1100010 | 1010110 | 100 | 101100001 | 1011111 | 110001 |
Color Harmonies of #F50622
Complementary color
Monochromatic Colors of #F50622
Black with #F50622
Text Example
Text Example
White with #F50622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50622; }
p { color: rgb(245,6,34); }
H1.HeaderClassName
{
color: #F50622;
}
.AnyTagClassName
{
color: #F50622;
}
</style>
background-color css
<style>
a { background-color: #F50622; }
a { background-color: rgb(245,6,34); }
div.DivClassName
{
background-color: #F50622;
}
.BgClassName
{
background-color: #F50622;
}
</style>
border-color css
<style>
span { border-color: #F50622; }
span { border-color: rgb(245,6,34); }
td.TdClassName
{
border-color: #F50622;
}
.TagClassName
{
border-color: #F50622;
}
</style>