Shades of Torch Red #F50529
Tints of Torch Red #F50529
RGB
CMYK
RGB Variations
Color information
#F50529 (or 0xF50529) is known color: Torch Red. HEX triplet: F5, 05 and 29. RGB value is (245,5,41). Sum of RGB (Red+Green+Blue) = 245+5+41=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F50529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50529 is #0AFAD6. Grayscale: #505050. Windows color (decimal): -719575 or 2688501. OLE color: 2688501.
HSL color Cylindrical-coordinate representation of color #F50529: hue angle of 351º degrees, saturation: 0.96, 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 #F50529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.04 |
| HSL | 351º | 0.96% | 0.49% | - |
| HSV(B) | 351º | 0.98% | 0.96% | - |
| XYZ | 38.11 | 19.68 | 3.89 | - |
| YUV | 80.86 | 105.51 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 41 | 0 | 0.98 | 0.83 | 0.04 | 351 | 0.96 | 0.49 |
| Hex | F5 | 5 | 29 | 0 | 62 | 53 | 4 | 15F | 60 | 31 |
| Octal | 365 | 5 | 51 | 0 | 142 | 123 | 4 | 537 | 140 | 61 |
| Binary | 11110101 | 101 | 101001 | 0 | 1100010 | 1010011 | 100 | 101011111 | 1100000 | 110001 |
Color Harmonies of #F50529
Complementary color
Monochromatic Colors of #F50529
Black with #F50529
Text Example
Text Example
White with #F50529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50529; }
p { color: rgb(245,5,41); }
H1.HeaderClassName
{
color: #F50529;
}
.AnyTagClassName
{
color: #F50529;
}
</style>
background-color css
<style>
a { background-color: #F50529; }
a { background-color: rgb(245,5,41); }
div.DivClassName
{
background-color: #F50529;
}
.BgClassName
{
background-color: #F50529;
}
</style>
border-color css
<style>
span { border-color: #F50529; }
span { border-color: rgb(245,5,41); }
td.TdClassName
{
border-color: #F50529;
}
.TagClassName
{
border-color: #F50529;
}
</style>