Shades of Torch Red #F51E3A
Tints of Torch Red #F51E3A
RGB
CMYK
RGB Variations
Color information
#F51E3A (or 0xF51E3A) is known color: Torch Red. HEX triplet: F5, 1E and 3A. RGB value is (245,30,58). Sum of RGB (Red+Green+Blue) = 245+30+58=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E3A is #0AE1C5. Grayscale: #616161. Windows color (decimal): -713158 or 3809013. OLE color: 3809013.
HSL color Cylindrical-coordinate representation of color #F51E3A: hue angle of 352.19º 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 #F51E3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.04 |
| HSL | 352.19º | 0.91% | 0.54% | - |
| HSV(B) | 352.19º | 0.88% | 0.96% | - |
| XYZ | 38.88 | 20.65 | 5.94 | - |
| YUV | 97.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 58 | 0 | 0.88 | 0.76 | 0.04 | 352.19 | 0.91 | 0.54 |
| Hex | F5 | 1E | 3A | 0 | 58 | 4C | 4 | 160 | 5B | 36 |
| Octal | 365 | 36 | 72 | 0 | 130 | 114 | 4 | 540 | 133 | 66 |
| Binary | 11110101 | 11110 | 111010 | 0 | 1011000 | 1001100 | 100 | 101100000 | 1011011 | 110110 |
Color Harmonies of #F51E3A
Complementary color
Monochromatic Colors of #F51E3A
Black with #F51E3A
Text Example
Text Example
White with #F51E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E3A; }
p { color: rgb(245,30,58); }
H1.HeaderClassName
{
color: #F51E3A;
}
.AnyTagClassName
{
color: #F51E3A;
}
</style>
background-color css
<style>
a { background-color: #F51E3A; }
a { background-color: rgb(245,30,58); }
div.DivClassName
{
background-color: #F51E3A;
}
.BgClassName
{
background-color: #F51E3A;
}
</style>
border-color css
<style>
span { border-color: #F51E3A; }
span { border-color: rgb(245,30,58); }
td.TdClassName
{
border-color: #F51E3A;
}
.TagClassName
{
border-color: #F51E3A;
}
</style>