Shades of Torch Red #F50116
Tints of Torch Red #F50116
RGB
CMYK
RGB Variations
Color information
#F50116 (or 0xF50116) is known color: Torch Red. HEX triplet: F5, 01 and 16. RGB value is (245,1,22). Sum of RGB (Red+Green+Blue) = 245+1+22=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F50116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50116 is #0AFEE9. Grayscale: #4C4C4C. Windows color (decimal): -720618 or 1442293. OLE color: 1442293.
HSL color Cylindrical-coordinate representation of color #F50116: hue angle of 354.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50116 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.04 |
| HSL | 354.84º | 0.99% | 0.48% | - |
| HSV(B) | 354.84º | 1% | 0.96% | - |
| XYZ | 37.81 | 19.49 | 2.53 | - |
| YUV | 76.35 | 97.34 | 248.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 22 | 0 | 1.00 | 0.91 | 0.04 | 354.84 | 0.99 | 0.48 |
| Hex | F5 | 1 | 16 | 0 | 64 | 5B | 4 | 163 | 63 | 30 |
| Octal | 365 | 1 | 26 | 0 | 144 | 133 | 4 | 543 | 143 | 60 |
| Binary | 11110101 | 1 | 10110 | 0 | 1100100 | 1011011 | 100 | 101100011 | 1100011 | 110000 |
Color Harmonies of #F50116
Complementary color
Monochromatic Colors of #F50116
Black with #F50116
Text Example
Text Example
White with #F50116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50116; }
p { color: rgb(245,1,22); }
H1.HeaderClassName
{
color: #F50116;
}
.AnyTagClassName
{
color: #F50116;
}
</style>
background-color css
<style>
a { background-color: #F50116; }
a { background-color: rgb(245,1,22); }
div.DivClassName
{
background-color: #F50116;
}
.BgClassName
{
background-color: #F50116;
}
</style>
border-color css
<style>
span { border-color: #F50116; }
span { border-color: rgb(245,1,22); }
td.TdClassName
{
border-color: #F50116;
}
.TagClassName
{
border-color: #F50116;
}
</style>