Shades of Torch Red #F51C40
Tints of Torch Red #F51C40
RGB
CMYK
RGB Variations
Color information
#F51C40 (or 0xF51C40) is known color: Torch Red. HEX triplet: F5, 1C and 40. RGB value is (245,28,64). Sum of RGB (Red+Green+Blue) = 245+28+64=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C40 is #0AE3BF. Grayscale: #616161. Windows color (decimal): -713664 or 4201717. OLE color: 4201717.
HSL color Cylindrical-coordinate representation of color #F51C40: hue angle of 350.05º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C40 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 64 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.04 |
| HSL | 350.05º | 0.92% | 0.54% | - |
| HSV(B) | 350.05º | 0.89% | 0.96% | - |
| XYZ | 39 | 20.61 | 6.77 | - |
| YUV | 96.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 64 | 0 | 0.89 | 0.74 | 0.04 | 350.05 | 0.92 | 0.54 |
| Hex | F5 | 1C | 40 | 0 | 59 | 4A | 4 | 15E | 5C | 36 |
| Octal | 365 | 34 | 100 | 0 | 131 | 112 | 4 | 536 | 134 | 66 |
| Binary | 11110101 | 11100 | 1000000 | 0 | 1011001 | 1001010 | 100 | 101011110 | 1011100 | 110110 |
Color Harmonies of #F51C40
Complementary color
Monochromatic Colors of #F51C40
Black with #F51C40
Text Example
Text Example
White with #F51C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C40; }
p { color: rgb(245,28,64); }
H1.HeaderClassName
{
color: #F51C40;
}
.AnyTagClassName
{
color: #F51C40;
}
</style>
background-color css
<style>
a { background-color: #F51C40; }
a { background-color: rgb(245,28,64); }
div.DivClassName
{
background-color: #F51C40;
}
.BgClassName
{
background-color: #F51C40;
}
</style>
border-color css
<style>
span { border-color: #F51C40; }
span { border-color: rgb(245,28,64); }
td.TdClassName
{
border-color: #F51C40;
}
.TagClassName
{
border-color: #F51C40;
}
</style>