Shades of Torch Red #F5020C
Tints of Torch Red #F5020C
RGB
CMYK
RGB Variations
Color information
#F5020C (or 0xF5020C) is known color: Torch Red. HEX triplet: F5, 02 and 0C. RGB value is (245,2,12). Sum of RGB (Red+Green+Blue) = 245+2+12=259 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.59% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 245 - color contains mainly: red. Hex color #F5020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5020C is #0AFDF3. Grayscale: #4C4C4C. Windows color (decimal): -720372 or 787189. OLE color: 787189.
HSL color Cylindrical-coordinate representation of color #F5020C: hue angle of 357.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.04 |
| HSL | 357.53º | 0.98% | 0.48% | - |
| HSV(B) | 357.53º | 0.99% | 0.96% | - |
| XYZ | 37.74 | 19.48 | 2.12 | - |
| YUV | 75.8 | 92.01 | 248.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 12 | 0 | 0.99 | 0.95 | 0.04 | 357.53 | 0.98 | 0.48 |
| Hex | F5 | 2 | C | 0 | 63 | 5F | 4 | 166 | 62 | 30 |
| Octal | 365 | 2 | 14 | 0 | 143 | 137 | 4 | 546 | 142 | 60 |
| Binary | 11110101 | 10 | 1100 | 0 | 1100011 | 1011111 | 100 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F5020C
Complementary color
Monochromatic Colors of #F5020C
Black with #F5020C
Text Example
Text Example
White with #F5020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5020C; }
p { color: rgb(245,2,12); }
H1.HeaderClassName
{
color: #F5020C;
}
.AnyTagClassName
{
color: #F5020C;
}
</style>
background-color css
<style>
a { background-color: #F5020C; }
a { background-color: rgb(245,2,12); }
div.DivClassName
{
background-color: #F5020C;
}
.BgClassName
{
background-color: #F5020C;
}
</style>
border-color css
<style>
span { border-color: #F5020C; }
span { border-color: rgb(245,2,12); }
td.TdClassName
{
border-color: #F5020C;
}
.TagClassName
{
border-color: #F5020C;
}
</style>