Shades of Torch Red #F50119
Tints of Torch Red #F50119
RGB
CMYK
RGB Variations
Color information
#F50119 (or 0xF50119) is known color: Torch Red. HEX triplet: F5, 01 and 19. RGB value is (245,1,25). Sum of RGB (Red+Green+Blue) = 245+1+25=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50119 is #0AFEE6. Grayscale: #4C4C4C. Windows color (decimal): -720615 or 1638901. OLE color: 1638901.
HSL color Cylindrical-coordinate representation of color #F50119: hue angle of 354.1º 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 #F50119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.04 |
| HSL | 354.1º | 0.99% | 0.48% | - |
| HSV(B) | 354.1º | 1% | 0.96% | - |
| XYZ | 37.84 | 19.5 | 2.69 | - |
| YUV | 76.69 | 98.84 | 248.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 25 | 0 | 1.00 | 0.90 | 0.04 | 354.1 | 0.99 | 0.48 |
| Hex | F5 | 1 | 19 | 0 | 64 | 5A | 4 | 162 | 63 | 30 |
| Octal | 365 | 1 | 31 | 0 | 144 | 132 | 4 | 542 | 143 | 60 |
| Binary | 11110101 | 1 | 11001 | 0 | 1100100 | 1011010 | 100 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F50119
Complementary color
Monochromatic Colors of #F50119
Black with #F50119
Text Example
Text Example
White with #F50119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50119; }
p { color: rgb(245,1,25); }
H1.HeaderClassName
{
color: #F50119;
}
.AnyTagClassName
{
color: #F50119;
}
</style>
background-color css
<style>
a { background-color: #F50119; }
a { background-color: rgb(245,1,25); }
div.DivClassName
{
background-color: #F50119;
}
.BgClassName
{
background-color: #F50119;
}
</style>
border-color css
<style>
span { border-color: #F50119; }
span { border-color: rgb(245,1,25); }
td.TdClassName
{
border-color: #F50119;
}
.TagClassName
{
border-color: #F50119;
}
</style>