Shades of Torch Red #F50636
Tints of Torch Red #F50636
RGB
CMYK
RGB Variations
Color information
#F50636 (or 0xF50636) is known color: Torch Red. HEX triplet: F5, 06 and 36. RGB value is (245,6,54). Sum of RGB (Red+Green+Blue) = 245+6+54=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F50636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50636 is #0AF9C9. Grayscale: #525252. Windows color (decimal): -719306 or 3540725. OLE color: 3540725.
HSL color Cylindrical-coordinate representation of color #F50636: hue angle of 347.95º degrees, saturation: 0.95, 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 #F50636 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.04 |
| HSL | 347.95º | 0.95% | 0.49% | - |
| HSV(B) | 347.95º | 0.98% | 0.96% | - |
| XYZ | 38.39 | 19.81 | 5.29 | - |
| YUV | 82.93 | 111.68 | 243.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 54 | 0 | 0.98 | 0.78 | 0.04 | 347.95 | 0.95 | 0.49 |
| Hex | F5 | 6 | 36 | 0 | 62 | 4E | 4 | 15C | 5F | 31 |
| Octal | 365 | 6 | 66 | 0 | 142 | 116 | 4 | 534 | 137 | 61 |
| Binary | 11110101 | 110 | 110110 | 0 | 1100010 | 1001110 | 100 | 101011100 | 1011111 | 110001 |
Color Harmonies of #F50636
Complementary color
Monochromatic Colors of #F50636
Black with #F50636
Text Example
Text Example
White with #F50636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50636; }
p { color: rgb(245,6,54); }
H1.HeaderClassName
{
color: #F50636;
}
.AnyTagClassName
{
color: #F50636;
}
</style>
background-color css
<style>
a { background-color: #F50636; }
a { background-color: rgb(245,6,54); }
div.DivClassName
{
background-color: #F50636;
}
.BgClassName
{
background-color: #F50636;
}
</style>
border-color css
<style>
span { border-color: #F50636; }
span { border-color: rgb(245,6,54); }
td.TdClassName
{
border-color: #F50636;
}
.TagClassName
{
border-color: #F50636;
}
</style>