Shades of Torch Red #F50C0E
Tints of Torch Red #F50C0E
RGB
CMYK
RGB Variations
Color information
#F50C0E (or 0xF50C0E) is known color: Torch Red. HEX triplet: F5, 0C and 0E. RGB value is (245,12,14). Sum of RGB (Red+Green+Blue) = 245+12+14=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50C0E is #0AF3F1. Grayscale: #525252. Windows color (decimal): -717810 or 920821. OLE color: 920821.
HSL color Cylindrical-coordinate representation of color #F50C0E: hue angle of 359.48º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50C0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.04 |
| HSL | 359.49º | 0.92% | 0.5% | - |
| HSV(B) | 359.49º | 0.95% | 0.96% | - |
| XYZ | 37.87 | 19.71 | 2.22 | - |
| YUV | 81.9 | 89.69 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 14 | 0 | 0.95 | 0.94 | 0.04 | 359.49 | 0.92 | 0.5 |
| Hex | F5 | C | E | 0 | 5F | 5E | 4 | 167 | 5C | 32 |
| Octal | 365 | 14 | 16 | 0 | 137 | 136 | 4 | 547 | 134 | 62 |
| Binary | 11110101 | 1100 | 1110 | 0 | 1011111 | 1011110 | 100 | 101100111 | 1011100 | 110010 |
Color Harmonies of #F50C0E
Complementary color
Monochromatic Colors of #F50C0E
Black with #F50C0E
Text Example
Text Example
White with #F50C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50C0E; }
p { color: rgb(245,12,14); }
H1.HeaderClassName
{
color: #F50C0E;
}
.AnyTagClassName
{
color: #F50C0E;
}
</style>
background-color css
<style>
a { background-color: #F50C0E; }
a { background-color: rgb(245,12,14); }
div.DivClassName
{
background-color: #F50C0E;
}
.BgClassName
{
background-color: #F50C0E;
}
</style>
border-color css
<style>
span { border-color: #F50C0E; }
span { border-color: rgb(245,12,14); }
td.TdClassName
{
border-color: #F50C0E;
}
.TagClassName
{
border-color: #F50C0E;
}
</style>