Shades of Torch Red #F50031
Tints of Torch Red #F50031
RGB
CMYK
RGB Variations
Color information
#F50031 (or 0xF50031) is known color: Torch Red. HEX triplet: F5, 00 and 31. RGB value is (245,0,49). Sum of RGB (Red+Green+Blue) = 245+0+49=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F50031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50031 is #0AFFCE. Grayscale: #4E4E4E. Windows color (decimal): -720847 or 3211509. OLE color: 3211509.
HSL color Cylindrical-coordinate representation of color #F50031: hue angle of 348º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50031 is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.8 | 0.04 |
| HSL | 348º | 1% | 0.48% | - |
| HSV(B) | 348º | 1% | 0.96% | - |
| XYZ | 38.21 | 19.63 | 4.68 | - |
| YUV | 78.84 | 111.17 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 49 | 0 | 1 | 0.8 | 0.04 | 348 | 1 | 0.48 |
| Hex | F5 | 0 | 31 | 0 | 64 | 50 | 4 | 15C | 64 | 30 |
| Octal | 365 | 0 | 61 | 0 | 144 | 120 | 4 | 534 | 144 | 60 |
| Binary | 11110101 | 0 | 110001 | 0 | 1100100 | 1010000 | 100 | 101011100 | 1100100 | 110000 |
Color Harmonies of #F50031
Complementary color
Monochromatic Colors of #F50031
Black with #F50031
Text Example
Text Example
White with #F50031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50031; }
p { color: rgb(245,0,49); }
H1.HeaderClassName
{
color: #F50031;
}
.AnyTagClassName
{
color: #F50031;
}
</style>
background-color css
<style>
a { background-color: #F50031; }
a { background-color: rgb(245,0,49); }
div.DivClassName
{
background-color: #F50031;
}
.BgClassName
{
background-color: #F50031;
}
</style>
border-color css
<style>
span { border-color: #F50031; }
span { border-color: rgb(245,0,49); }
td.TdClassName
{
border-color: #F50031;
}
.TagClassName
{
border-color: #F50031;
}
</style>