Shades of Torch Red #F50532
Tints of Torch Red #F50532
RGB
CMYK
RGB Variations
Color information
#F50532 (or 0xF50532) is known color: Torch Red. HEX triplet: F5, 05 and 32. RGB value is (245,5,50). Sum of RGB (Red+Green+Blue) = 245+5+50=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F50532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50532 is #0AFACD. Grayscale: #515151. Windows color (decimal): -719566 or 3278325. OLE color: 3278325.
HSL color Cylindrical-coordinate representation of color #F50532: hue angle of 348.75º 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 #F50532 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.04 |
| HSL | 348.75º | 0.96% | 0.49% | - |
| HSV(B) | 348.75º | 0.98% | 0.96% | - |
| XYZ | 38.29 | 19.75 | 4.81 | - |
| YUV | 81.89 | 110.01 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 50 | 0 | 0.98 | 0.80 | 0.04 | 348.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 32 | 0 | 62 | 50 | 4 | 15D | 60 | 31 |
| Octal | 365 | 5 | 62 | 0 | 142 | 120 | 4 | 535 | 140 | 61 |
| Binary | 11110101 | 101 | 110010 | 0 | 1100010 | 1010000 | 100 | 101011101 | 1100000 | 110001 |
Color Harmonies of #F50532
Complementary color
Monochromatic Colors of #F50532
Black with #F50532
Text Example
Text Example
White with #F50532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50532; }
p { color: rgb(245,5,50); }
H1.HeaderClassName
{
color: #F50532;
}
.AnyTagClassName
{
color: #F50532;
}
</style>
background-color css
<style>
a { background-color: #F50532; }
a { background-color: rgb(245,5,50); }
div.DivClassName
{
background-color: #F50532;
}
.BgClassName
{
background-color: #F50532;
}
</style>
border-color css
<style>
span { border-color: #F50532; }
span { border-color: rgb(245,5,50); }
td.TdClassName
{
border-color: #F50532;
}
.TagClassName
{
border-color: #F50532;
}
</style>