Shades of Torch Red #F5103B
Tints of Torch Red #F5103B
RGB
CMYK
RGB Variations
Color information
#F5103B (or 0xF5103B) is known color: Torch Red. HEX triplet: F5, 10 and 3B. RGB value is (245,16,59). Sum of RGB (Red+Green+Blue) = 245+16+59=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F5103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5103B is #0AEFC4. Grayscale: #595959. Windows color (decimal): -716741 or 3870965. OLE color: 3870965.
HSL color Cylindrical-coordinate representation of color #F5103B: hue angle of 348.73º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5103B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.04 |
| HSL | 348.73º | 0.92% | 0.51% | - |
| HSV(B) | 348.73º | 0.93% | 0.96% | - |
| XYZ | 38.63 | 20.1 | 5.98 | - |
| YUV | 89.37 | 110.87 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 59 | 0 | 0.93 | 0.76 | 0.04 | 348.73 | 0.92 | 0.51 |
| Hex | F5 | 10 | 3B | 0 | 5D | 4C | 4 | 15D | 5C | 33 |
| Octal | 365 | 20 | 73 | 0 | 135 | 114 | 4 | 535 | 134 | 63 |
| Binary | 11110101 | 10000 | 111011 | 0 | 1011101 | 1001100 | 100 | 101011101 | 1011100 | 110011 |
Color Harmonies of #F5103B
Complementary color
Monochromatic Colors of #F5103B
Black with #F5103B
Text Example
Text Example
White with #F5103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5103B; }
p { color: rgb(245,16,59); }
H1.HeaderClassName
{
color: #F5103B;
}
.AnyTagClassName
{
color: #F5103B;
}
</style>
background-color css
<style>
a { background-color: #F5103B; }
a { background-color: rgb(245,16,59); }
div.DivClassName
{
background-color: #F5103B;
}
.BgClassName
{
background-color: #F5103B;
}
</style>
border-color css
<style>
span { border-color: #F5103B; }
span { border-color: rgb(245,16,59); }
td.TdClassName
{
border-color: #F5103B;
}
.TagClassName
{
border-color: #F5103B;
}
</style>