Shades of Torch Red #F50416
Tints of Torch Red #F50416
RGB
CMYK
RGB Variations
Color information
#F50416 (or 0xF50416) is known color: Torch Red. HEX triplet: F5, 04 and 16. RGB value is (245,4,22). Sum of RGB (Red+Green+Blue) = 245+4+22=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50416 is #0AFBE9. Grayscale: #4E4E4E. Windows color (decimal): -719850 or 1443061. OLE color: 1443061.
HSL color Cylindrical-coordinate representation of color #F50416: hue angle of 355.52º degrees, saturation: 0.97, 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 #F50416 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.04 |
| HSL | 355.52º | 0.97% | 0.49% | - |
| HSV(B) | 355.52º | 0.98% | 0.96% | - |
| XYZ | 37.84 | 19.56 | 2.54 | - |
| YUV | 78.11 | 96.34 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 22 | 0 | 0.98 | 0.91 | 0.04 | 355.52 | 0.97 | 0.49 |
| Hex | F5 | 4 | 16 | 0 | 62 | 5B | 4 | 164 | 61 | 31 |
| Octal | 365 | 4 | 26 | 0 | 142 | 133 | 4 | 544 | 141 | 61 |
| Binary | 11110101 | 100 | 10110 | 0 | 1100010 | 1011011 | 100 | 101100100 | 1100001 | 110001 |
Color Harmonies of #F50416
Complementary color
Monochromatic Colors of #F50416
Black with #F50416
Text Example
Text Example
White with #F50416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50416; }
p { color: rgb(245,4,22); }
H1.HeaderClassName
{
color: #F50416;
}
.AnyTagClassName
{
color: #F50416;
}
</style>
background-color css
<style>
a { background-color: #F50416; }
a { background-color: rgb(245,4,22); }
div.DivClassName
{
background-color: #F50416;
}
.BgClassName
{
background-color: #F50416;
}
</style>
border-color css
<style>
span { border-color: #F50416; }
span { border-color: rgb(245,4,22); }
td.TdClassName
{
border-color: #F50416;
}
.TagClassName
{
border-color: #F50416;
}
</style>