Shades of Torch Red #F50340
Tints of Torch Red #F50340
RGB
CMYK
RGB Variations
Color information
#F50340 (or 0xF50340) is known color: Torch Red. HEX triplet: F5, 03 and 40. RGB value is (245,3,64). Sum of RGB (Red+Green+Blue) = 245+3+64=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F50340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50340 is #0AFCBF. Grayscale: #525252. Windows color (decimal): -720064 or 4195317. OLE color: 4195317.
HSL color Cylindrical-coordinate representation of color #F50340: hue angle of 344.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50340 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.04 |
| HSL | 344.88º | 0.98% | 0.49% | - |
| HSV(B) | 344.88º | 0.99% | 0.96% | - |
| XYZ | 38.61 | 19.85 | 6.65 | - |
| YUV | 82.31 | 117.67 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 64 | 0 | 0.99 | 0.74 | 0.04 | 344.88 | 0.98 | 0.49 |
| Hex | F5 | 3 | 40 | 0 | 63 | 4A | 4 | 159 | 62 | 31 |
| Octal | 365 | 3 | 100 | 0 | 143 | 112 | 4 | 531 | 142 | 61 |
| Binary | 11110101 | 11 | 1000000 | 0 | 1100011 | 1001010 | 100 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F50340
Complementary color
Monochromatic Colors of #F50340
Black with #F50340
Text Example
Text Example
White with #F50340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50340; }
p { color: rgb(245,3,64); }
H1.HeaderClassName
{
color: #F50340;
}
.AnyTagClassName
{
color: #F50340;
}
</style>
background-color css
<style>
a { background-color: #F50340; }
a { background-color: rgb(245,3,64); }
div.DivClassName
{
background-color: #F50340;
}
.BgClassName
{
background-color: #F50340;
}
</style>
border-color css
<style>
span { border-color: #F50340; }
span { border-color: rgb(245,3,64); }
td.TdClassName
{
border-color: #F50340;
}
.TagClassName
{
border-color: #F50340;
}
</style>