Shades of Torch Red #F50929
Tints of Torch Red #F50929
RGB
CMYK
RGB Variations
Color information
#F50929 (or 0xF50929) is known color: Torch Red. HEX triplet: F5, 09 and 29. RGB value is (245,9,41). Sum of RGB (Red+Green+Blue) = 245+9+41=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F50929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50929 is #0AF6D6. Grayscale: #535353. Windows color (decimal): -718551 or 2689525. OLE color: 2689525.
HSL color Cylindrical-coordinate representation of color #F50929: hue angle of 351.86º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50929 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 41 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.04 |
| HSL | 351.86º | 0.93% | 0.5% | - |
| HSV(B) | 351.86º | 0.96% | 0.96% | - |
| XYZ | 38.15 | 19.77 | 3.9 | - |
| YUV | 83.21 | 104.19 | 243.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 41 | 0 | 0.96 | 0.83 | 0.04 | 351.86 | 0.93 | 0.5 |
| Hex | F5 | 9 | 29 | 0 | 60 | 53 | 4 | 160 | 5D | 32 |
| Octal | 365 | 11 | 51 | 0 | 140 | 123 | 4 | 540 | 135 | 62 |
| Binary | 11110101 | 1001 | 101001 | 0 | 1100000 | 1010011 | 100 | 101100000 | 1011101 | 110010 |
Color Harmonies of #F50929
Complementary color
Monochromatic Colors of #F50929
Black with #F50929
Text Example
Text Example
White with #F50929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50929; }
p { color: rgb(245,9,41); }
H1.HeaderClassName
{
color: #F50929;
}
.AnyTagClassName
{
color: #F50929;
}
</style>
background-color css
<style>
a { background-color: #F50929; }
a { background-color: rgb(245,9,41); }
div.DivClassName
{
background-color: #F50929;
}
.BgClassName
{
background-color: #F50929;
}
</style>
border-color css
<style>
span { border-color: #F50929; }
span { border-color: rgb(245,9,41); }
td.TdClassName
{
border-color: #F50929;
}
.TagClassName
{
border-color: #F50929;
}
</style>