Shades of Torch Red #F50220
Tints of Torch Red #F50220
RGB
CMYK
RGB Variations
Color information
#F50220 (or 0xF50220) is known color: Torch Red. HEX triplet: F5, 02 and 20. RGB value is (245,2,32). Sum of RGB (Red+Green+Blue) = 245+2+32=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F50220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50220 is #0AFDDF. Grayscale: #4E4E4E. Windows color (decimal): -720352 or 2097909. OLE color: 2097909.
HSL color Cylindrical-coordinate representation of color #F50220: hue angle of 352.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 352.59º | 0.98% | 0.48% | - |
| HSV(B) | 352.59º | 0.99% | 0.96% | - |
| XYZ | 37.94 | 19.56 | 3.14 | - |
| YUV | 78.08 | 102.01 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 32 | 0 | 0.99 | 0.87 | 0.04 | 352.59 | 0.98 | 0.48 |
| Hex | F5 | 2 | 20 | 0 | 63 | 57 | 4 | 161 | 62 | 30 |
| Octal | 365 | 2 | 40 | 0 | 143 | 127 | 4 | 541 | 142 | 60 |
| Binary | 11110101 | 10 | 100000 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F50220
Complementary color
Monochromatic Colors of #F50220
Black with #F50220
Text Example
Text Example
White with #F50220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50220; }
p { color: rgb(245,2,32); }
H1.HeaderClassName
{
color: #F50220;
}
.AnyTagClassName
{
color: #F50220;
}
</style>
background-color css
<style>
a { background-color: #F50220; }
a { background-color: rgb(245,2,32); }
div.DivClassName
{
background-color: #F50220;
}
.BgClassName
{
background-color: #F50220;
}
</style>
border-color css
<style>
span { border-color: #F50220; }
span { border-color: rgb(245,2,32); }
td.TdClassName
{
border-color: #F50220;
}
.TagClassName
{
border-color: #F50220;
}
</style>