Shades of Torch Red #F50633
Tints of Torch Red #F50633
RGB
CMYK
RGB Variations
Color information
#F50633 (or 0xF50633) is known color: Torch Red. HEX triplet: F5, 06 and 33. RGB value is (245,6,51). Sum of RGB (Red+Green+Blue) = 245+6+51=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F50633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50633 is #0AF9CC. Grayscale: #525252. Windows color (decimal): -719309 or 3344117. OLE color: 3344117.
HSL color Cylindrical-coordinate representation of color #F50633: hue angle of 348.7º 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 #F50633 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 51 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.04 |
| HSL | 348.7º | 0.95% | 0.49% | - |
| HSV(B) | 348.7º | 0.98% | 0.96% | - |
| XYZ | 38.32 | 19.78 | 4.93 | - |
| YUV | 82.59 | 110.18 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 51 | 0 | 0.98 | 0.79 | 0.04 | 348.7 | 0.95 | 0.49 |
| Hex | F5 | 6 | 33 | 0 | 62 | 4F | 4 | 15D | 5F | 31 |
| Octal | 365 | 6 | 63 | 0 | 142 | 117 | 4 | 535 | 137 | 61 |
| Binary | 11110101 | 110 | 110011 | 0 | 1100010 | 1001111 | 100 | 101011101 | 1011111 | 110001 |
Color Harmonies of #F50633
Complementary color
Monochromatic Colors of #F50633
Black with #F50633
Text Example
Text Example
White with #F50633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50633; }
p { color: rgb(245,6,51); }
H1.HeaderClassName
{
color: #F50633;
}
.AnyTagClassName
{
color: #F50633;
}
</style>
background-color css
<style>
a { background-color: #F50633; }
a { background-color: rgb(245,6,51); }
div.DivClassName
{
background-color: #F50633;
}
.BgClassName
{
background-color: #F50633;
}
</style>
border-color css
<style>
span { border-color: #F50633; }
span { border-color: rgb(245,6,51); }
td.TdClassName
{
border-color: #F50633;
}
.TagClassName
{
border-color: #F50633;
}
</style>