Shades of Torch Red #F50631
Tints of Torch Red #F50631
RGB
CMYK
RGB Variations
Color information
#F50631 (or 0xF50631) is known color: Torch Red. HEX triplet: F5, 06 and 31. RGB value is (245,6,49). Sum of RGB (Red+Green+Blue) = 245+6+49=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F50631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50631 is #0AF9CE. Grayscale: #525252. Windows color (decimal): -719311 or 3213045. OLE color: 3213045.
HSL color Cylindrical-coordinate representation of color #F50631: hue angle of 349.21º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50631 is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 49 | - |
| CMYK | 0 | 0.98 | 0.8 | 0.04 |
| HSL | 349.21º | 0.95% | 0.49% | - |
| HSV(B) | 349.21º | 0.98% | 0.96% | - |
| XYZ | 38.28 | 19.76 | 4.7 | - |
| YUV | 82.36 | 109.18 | 244 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 49 | 0 | 0.98 | 0.8 | 0.04 | 349.21 | 0.95 | 0.49 |
| Hex | F5 | 6 | 31 | 0 | 62 | 50 | 4 | 15D | 5F | 31 |
| Octal | 365 | 6 | 61 | 0 | 142 | 120 | 4 | 535 | 137 | 61 |
| Binary | 11110101 | 110 | 110001 | 0 | 1100010 | 1010000 | 100 | 101011101 | 1011111 | 110001 |
Color Harmonies of #F50631
Complementary color
Monochromatic Colors of #F50631
Black with #F50631
Text Example
Text Example
White with #F50631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50631; }
p { color: rgb(245,6,49); }
H1.HeaderClassName
{
color: #F50631;
}
.AnyTagClassName
{
color: #F50631;
}
</style>
background-color css
<style>
a { background-color: #F50631; }
a { background-color: rgb(245,6,49); }
div.DivClassName
{
background-color: #F50631;
}
.BgClassName
{
background-color: #F50631;
}
</style>
border-color css
<style>
span { border-color: #F50631; }
span { border-color: rgb(245,6,49); }
td.TdClassName
{
border-color: #F50631;
}
.TagClassName
{
border-color: #F50631;
}
</style>