Shades of Torch Red #F50928
Tints of Torch Red #F50928
RGB
CMYK
RGB Variations
Color information
#F50928 (or 0xF50928) is known color: Torch Red. HEX triplet: F5, 09 and 28. RGB value is (245,9,40). Sum of RGB (Red+Green+Blue) = 245+9+40=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F50928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50928 is #0AF6D7. Grayscale: #535353. Windows color (decimal): -718552 or 2623989. OLE color: 2623989.
HSL color Cylindrical-coordinate representation of color #F50928: hue angle of 352.12º 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 #F50928 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.04 |
| HSL | 352.12º | 0.93% | 0.5% | - |
| HSV(B) | 352.12º | 0.96% | 0.96% | - |
| XYZ | 38.14 | 19.76 | 3.81 | - |
| YUV | 83.1 | 103.69 | 243.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 40 | 0 | 0.96 | 0.84 | 0.04 | 352.12 | 0.93 | 0.5 |
| Hex | F5 | 9 | 28 | 0 | 60 | 54 | 4 | 160 | 5D | 32 |
| Octal | 365 | 11 | 50 | 0 | 140 | 124 | 4 | 540 | 135 | 62 |
| Binary | 11110101 | 1001 | 101000 | 0 | 1100000 | 1010100 | 100 | 101100000 | 1011101 | 110010 |
Color Harmonies of #F50928
Complementary color
Monochromatic Colors of #F50928
Black with #F50928
Text Example
Text Example
White with #F50928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50928; }
p { color: rgb(245,9,40); }
H1.HeaderClassName
{
color: #F50928;
}
.AnyTagClassName
{
color: #F50928;
}
</style>
background-color css
<style>
a { background-color: #F50928; }
a { background-color: rgb(245,9,40); }
div.DivClassName
{
background-color: #F50928;
}
.BgClassName
{
background-color: #F50928;
}
</style>
border-color css
<style>
span { border-color: #F50928; }
span { border-color: rgb(245,9,40); }
td.TdClassName
{
border-color: #F50928;
}
.TagClassName
{
border-color: #F50928;
}
</style>