Shades of Torch Red #F50713
Tints of Torch Red #F50713
RGB
CMYK
RGB Variations
Color information
#F50713 (or 0xF50713) is known color: Torch Red. HEX triplet: F5, 07 and 13. RGB value is (245,7,19). Sum of RGB (Red+Green+Blue) = 245+7+19=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50713 is #0AF8EC. Grayscale: #4F4F4F. Windows color (decimal): -719085 or 1247221. OLE color: 1247221.
HSL color Cylindrical-coordinate representation of color #F50713: hue angle of 356.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.04 |
| HSL | 356.97º | 0.94% | 0.49% | - |
| HSV(B) | 356.97º | 0.97% | 0.96% | - |
| XYZ | 37.85 | 19.61 | 2.41 | - |
| YUV | 79.53 | 93.85 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 19 | 0 | 0.97 | 0.92 | 0.04 | 356.97 | 0.94 | 0.49 |
| Hex | F5 | 7 | 13 | 0 | 61 | 5C | 4 | 165 | 5E | 31 |
| Octal | 365 | 7 | 23 | 0 | 141 | 134 | 4 | 545 | 136 | 61 |
| Binary | 11110101 | 111 | 10011 | 0 | 1100001 | 1011100 | 100 | 101100101 | 1011110 | 110001 |
Color Harmonies of #F50713
Complementary color
Monochromatic Colors of #F50713
Black with #F50713
Text Example
Text Example
White with #F50713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50713; }
p { color: rgb(245,7,19); }
H1.HeaderClassName
{
color: #F50713;
}
.AnyTagClassName
{
color: #F50713;
}
</style>
background-color css
<style>
a { background-color: #F50713; }
a { background-color: rgb(245,7,19); }
div.DivClassName
{
background-color: #F50713;
}
.BgClassName
{
background-color: #F50713;
}
</style>
border-color css
<style>
span { border-color: #F50713; }
span { border-color: rgb(245,7,19); }
td.TdClassName
{
border-color: #F50713;
}
.TagClassName
{
border-color: #F50713;
}
</style>