Shades of Torch Red #F5102D
Tints of Torch Red #F5102D
RGB
CMYK
RGB Variations
Color information
#F5102D (or 0xF5102D) is known color: Torch Red. HEX triplet: F5, 10 and 2D. RGB value is (245,16,45). Sum of RGB (Red+Green+Blue) = 245+16+45=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5102D is #0AEFD2. Grayscale: #575757. Windows color (decimal): -716755 or 2953461. OLE color: 2953461.
HSL color Cylindrical-coordinate representation of color #F5102D: hue angle of 352.4º 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 #F5102D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.04 |
| HSL | 352.4º | 0.92% | 0.51% | - |
| HSV(B) | 352.4º | 0.93% | 0.96% | - |
| XYZ | 38.32 | 19.97 | 4.32 | - |
| YUV | 87.78 | 103.87 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 45 | 0 | 0.93 | 0.82 | 0.04 | 352.4 | 0.92 | 0.51 |
| Hex | F5 | 10 | 2D | 0 | 5D | 52 | 4 | 160 | 5C | 33 |
| Octal | 365 | 20 | 55 | 0 | 135 | 122 | 4 | 540 | 134 | 63 |
| Binary | 11110101 | 10000 | 101101 | 0 | 1011101 | 1010010 | 100 | 101100000 | 1011100 | 110011 |
Color Harmonies of #F5102D
Complementary color
Monochromatic Colors of #F5102D
Black with #F5102D
Text Example
Text Example
White with #F5102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5102D; }
p { color: rgb(245,16,45); }
H1.HeaderClassName
{
color: #F5102D;
}
.AnyTagClassName
{
color: #F5102D;
}
</style>
background-color css
<style>
a { background-color: #F5102D; }
a { background-color: rgb(245,16,45); }
div.DivClassName
{
background-color: #F5102D;
}
.BgClassName
{
background-color: #F5102D;
}
</style>
border-color css
<style>
span { border-color: #F5102D; }
span { border-color: rgb(245,16,45); }
td.TdClassName
{
border-color: #F5102D;
}
.TagClassName
{
border-color: #F5102D;
}
</style>