Shades of Torch Red #F50814
Tints of Torch Red #F50814
RGB
CMYK
RGB Variations
Color information
#F50814 (or 0xF50814) is known color: Torch Red. HEX triplet: F5, 08 and 14. RGB value is (245,8,20). Sum of RGB (Red+Green+Blue) = 245+8+20=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F50814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50814 is #0AF7EB. Grayscale: #505050. Windows color (decimal): -718828 or 1313013. OLE color: 1313013.
HSL color Cylindrical-coordinate representation of color #F50814: hue angle of 356.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.04 |
| HSL | 356.96º | 0.94% | 0.5% | - |
| HSV(B) | 356.96º | 0.97% | 0.96% | - |
| XYZ | 37.87 | 19.64 | 2.46 | - |
| YUV | 80.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 20 | 0 | 0.97 | 0.92 | 0.04 | 356.96 | 0.94 | 0.5 |
| Hex | F5 | 8 | 14 | 0 | 61 | 5C | 4 | 165 | 5E | 32 |
| Octal | 365 | 10 | 24 | 0 | 141 | 134 | 4 | 545 | 136 | 62 |
| Binary | 11110101 | 1000 | 10100 | 0 | 1100001 | 1011100 | 100 | 101100101 | 1011110 | 110010 |
Color Harmonies of #F50814
Complementary color
Monochromatic Colors of #F50814
Black with #F50814
Text Example
Text Example
White with #F50814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50814; }
p { color: rgb(245,8,20); }
H1.HeaderClassName
{
color: #F50814;
}
.AnyTagClassName
{
color: #F50814;
}
</style>
background-color css
<style>
a { background-color: #F50814; }
a { background-color: rgb(245,8,20); }
div.DivClassName
{
background-color: #F50814;
}
.BgClassName
{
background-color: #F50814;
}
</style>
border-color css
<style>
span { border-color: #F50814; }
span { border-color: rgb(245,8,20); }
td.TdClassName
{
border-color: #F50814;
}
.TagClassName
{
border-color: #F50814;
}
</style>