Shades of Torch Red #F50914
Tints of Torch Red #F50914
RGB
CMYK
RGB Variations
Color information
#F50914 (or 0xF50914) is known color: Torch Red. HEX triplet: F5, 09 and 14. RGB value is (245,9,20). Sum of RGB (Red+Green+Blue) = 245+9+20=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F50914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50914 is #0AF6EB. Grayscale: #515151. Windows color (decimal): -718572 or 1313269. OLE color: 1313269.
HSL color Cylindrical-coordinate representation of color #F50914: hue angle of 357.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.04 |
| HSL | 357.2º | 0.93% | 0.5% | - |
| HSV(B) | 357.2º | 0.96% | 0.96% | - |
| XYZ | 37.88 | 19.66 | 2.46 | - |
| YUV | 80.82 | 93.69 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 20 | 0 | 0.96 | 0.92 | 0.04 | 357.2 | 0.93 | 0.5 |
| Hex | F5 | 9 | 14 | 0 | 60 | 5C | 4 | 165 | 5D | 32 |
| Octal | 365 | 11 | 24 | 0 | 140 | 134 | 4 | 545 | 135 | 62 |
| Binary | 11110101 | 1001 | 10100 | 0 | 1100000 | 1011100 | 100 | 101100101 | 1011101 | 110010 |
Color Harmonies of #F50914
Complementary color
Monochromatic Colors of #F50914
Black with #F50914
Text Example
Text Example
White with #F50914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50914; }
p { color: rgb(245,9,20); }
H1.HeaderClassName
{
color: #F50914;
}
.AnyTagClassName
{
color: #F50914;
}
</style>
background-color css
<style>
a { background-color: #F50914; }
a { background-color: rgb(245,9,20); }
div.DivClassName
{
background-color: #F50914;
}
.BgClassName
{
background-color: #F50914;
}
</style>
border-color css
<style>
span { border-color: #F50914; }
span { border-color: rgb(245,9,20); }
td.TdClassName
{
border-color: #F50914;
}
.TagClassName
{
border-color: #F50914;
}
</style>