Shades of Torch Red #F50328
Tints of Torch Red #F50328
RGB
CMYK
RGB Variations
Color information
#F50328 (or 0xF50328) is known color: Torch Red. HEX triplet: F5, 03 and 28. RGB value is (245,3,40). Sum of RGB (Red+Green+Blue) = 245+3+40=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F50328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50328 is #0AFCD7. Grayscale: #4F4F4F. Windows color (decimal): -720088 or 2622453. OLE color: 2622453.
HSL color Cylindrical-coordinate representation of color #F50328: hue angle of 350.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50328 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.04 |
| HSL | 350.83º | 0.98% | 0.49% | - |
| HSV(B) | 350.83º | 0.99% | 0.96% | - |
| XYZ | 38.07 | 19.63 | 3.79 | - |
| YUV | 79.58 | 105.67 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 40 | 0 | 0.99 | 0.84 | 0.04 | 350.83 | 0.98 | 0.49 |
| Hex | F5 | 3 | 28 | 0 | 63 | 54 | 4 | 15F | 62 | 31 |
| Octal | 365 | 3 | 50 | 0 | 143 | 124 | 4 | 537 | 142 | 61 |
| Binary | 11110101 | 11 | 101000 | 0 | 1100011 | 1010100 | 100 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F50328
Complementary color
Monochromatic Colors of #F50328
Black with #F50328
Text Example
Text Example
White with #F50328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50328; }
p { color: rgb(245,3,40); }
H1.HeaderClassName
{
color: #F50328;
}
.AnyTagClassName
{
color: #F50328;
}
</style>
background-color css
<style>
a { background-color: #F50328; }
a { background-color: rgb(245,3,40); }
div.DivClassName
{
background-color: #F50328;
}
.BgClassName
{
background-color: #F50328;
}
</style>
border-color css
<style>
span { border-color: #F50328; }
span { border-color: rgb(245,3,40); }
td.TdClassName
{
border-color: #F50328;
}
.TagClassName
{
border-color: #F50328;
}
</style>