Shades of Torch Red #F51E3C
Tints of Torch Red #F51E3C
RGB
CMYK
RGB Variations
Color information
#F51E3C (or 0xF51E3C) is known color: Torch Red. HEX triplet: F5, 1E and 3C. RGB value is (245,30,60). Sum of RGB (Red+Green+Blue) = 245+30+60=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E3C is #0AE1C3. Grayscale: #616161. Windows color (decimal): -713156 or 3940085. OLE color: 3940085.
HSL color Cylindrical-coordinate representation of color #F51E3C: hue angle of 351.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E3C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 60 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.04 |
| HSL | 351.63º | 0.91% | 0.54% | - |
| HSV(B) | 351.63º | 0.88% | 0.96% | - |
| XYZ | 38.94 | 20.67 | 6.21 | - |
| YUV | 97.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 60 | 0 | 0.88 | 0.76 | 0.04 | 351.63 | 0.91 | 0.54 |
| Hex | F5 | 1E | 3C | 0 | 58 | 4C | 4 | 160 | 5B | 36 |
| Octal | 365 | 36 | 74 | 0 | 130 | 114 | 4 | 540 | 133 | 66 |
| Binary | 11110101 | 11110 | 111100 | 0 | 1011000 | 1001100 | 100 | 101100000 | 1011011 | 110110 |
Color Harmonies of #F51E3C
Complementary color
Monochromatic Colors of #F51E3C
Black with #F51E3C
Text Example
Text Example
White with #F51E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E3C; }
p { color: rgb(245,30,60); }
H1.HeaderClassName
{
color: #F51E3C;
}
.AnyTagClassName
{
color: #F51E3C;
}
</style>
background-color css
<style>
a { background-color: #F51E3C; }
a { background-color: rgb(245,30,60); }
div.DivClassName
{
background-color: #F51E3C;
}
.BgClassName
{
background-color: #F51E3C;
}
</style>
border-color css
<style>
span { border-color: #F51E3C; }
span { border-color: rgb(245,30,60); }
td.TdClassName
{
border-color: #F51E3C;
}
.TagClassName
{
border-color: #F51E3C;
}
</style>