Shades of Torch Red #F50345
Tints of Torch Red #F50345
RGB
CMYK
RGB Variations
Color information
#F50345 (or 0xF50345) is known color: Torch Red. HEX triplet: F5, 03 and 45. RGB value is (245,3,69). Sum of RGB (Red+Green+Blue) = 245+3+69=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F50345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50345 is #0AFCBA. Grayscale: #525252. Windows color (decimal): -720059 or 4522997. OLE color: 4522997.
HSL color Cylindrical-coordinate representation of color #F50345: hue angle of 343.64º 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 #F50345 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.04 |
| HSL | 343.64º | 0.98% | 0.49% | - |
| HSV(B) | 343.64º | 0.99% | 0.96% | - |
| XYZ | 38.76 | 19.91 | 7.43 | - |
| YUV | 82.88 | 120.17 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 69 | 0 | 0.99 | 0.72 | 0.04 | 343.64 | 0.98 | 0.49 |
| Hex | F5 | 3 | 45 | 0 | 63 | 48 | 4 | 158 | 62 | 31 |
| Octal | 365 | 3 | 105 | 0 | 143 | 110 | 4 | 530 | 142 | 61 |
| Binary | 11110101 | 11 | 1000101 | 0 | 1100011 | 1001000 | 100 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F50345
Complementary color
Monochromatic Colors of #F50345
Black with #F50345
Text Example
Text Example
White with #F50345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50345; }
p { color: rgb(245,3,69); }
H1.HeaderClassName
{
color: #F50345;
}
.AnyTagClassName
{
color: #F50345;
}
</style>
background-color css
<style>
a { background-color: #F50345; }
a { background-color: rgb(245,3,69); }
div.DivClassName
{
background-color: #F50345;
}
.BgClassName
{
background-color: #F50345;
}
</style>
border-color css
<style>
span { border-color: #F50345; }
span { border-color: rgb(245,3,69); }
td.TdClassName
{
border-color: #F50345;
}
.TagClassName
{
border-color: #F50345;
}
</style>