Shades of Torch Red #F51114
Tints of Torch Red #F51114
RGB
CMYK
RGB Variations
Color information
#F51114 (or 0xF51114) is known color: Torch Red. HEX triplet: F5, 11 and 14. RGB value is (245,17,20). Sum of RGB (Red+Green+Blue) = 245+17+20=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F51114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51114 is #0AEEEB. Grayscale: #555555. Windows color (decimal): -716524 or 1315317. OLE color: 1315317.
HSL color Cylindrical-coordinate representation of color #F51114: hue angle of 359.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51114 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.04 |
| HSL | 359.21º | 0.92% | 0.51% | - |
| HSV(B) | 359.21º | 0.93% | 0.96% | - |
| XYZ | 37.98 | 19.86 | 2.49 | - |
| YUV | 85.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 20 | 0 | 0.93 | 0.92 | 0.04 | 359.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | 14 | 0 | 5D | 5C | 4 | 167 | 5C | 33 |
| Octal | 365 | 21 | 24 | 0 | 135 | 134 | 4 | 547 | 134 | 63 |
| Binary | 11110101 | 10001 | 10100 | 0 | 1011101 | 1011100 | 100 | 101100111 | 1011100 | 110011 |
Color Harmonies of #F51114
Complementary color
Monochromatic Colors of #F51114
Black with #F51114
Text Example
Text Example
White with #F51114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51114; }
p { color: rgb(245,17,20); }
H1.HeaderClassName
{
color: #F51114;
}
.AnyTagClassName
{
color: #F51114;
}
</style>
background-color css
<style>
a { background-color: #F51114; }
a { background-color: rgb(245,17,20); }
div.DivClassName
{
background-color: #F51114;
}
.BgClassName
{
background-color: #F51114;
}
</style>
border-color css
<style>
span { border-color: #F51114; }
span { border-color: rgb(245,17,20); }
td.TdClassName
{
border-color: #F51114;
}
.TagClassName
{
border-color: #F51114;
}
</style>