Shades of Torch Red #F5040C
Tints of Torch Red #F5040C
RGB
CMYK
RGB Variations
Color information
#F5040C (or 0xF5040C) is known color: Torch Red. HEX triplet: F5, 04 and 0C. RGB value is (245,4,12). Sum of RGB (Red+Green+Blue) = 245+4+12=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F5040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5040C is #0AFBF3. Grayscale: #4D4D4D. Windows color (decimal): -719860 or 787701. OLE color: 787701.
HSL color Cylindrical-coordinate representation of color #F5040C: hue angle of 358.01º degrees, saturation: 0.97, 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 #F5040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.04 |
| HSL | 358.01º | 0.97% | 0.49% | - |
| HSV(B) | 358.01º | 0.98% | 0.96% | - |
| XYZ | 37.77 | 19.53 | 2.13 | - |
| YUV | 76.97 | 91.34 | 247.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 12 | 0 | 0.98 | 0.95 | 0.04 | 358.01 | 0.97 | 0.49 |
| Hex | F5 | 4 | C | 0 | 62 | 5F | 4 | 166 | 61 | 31 |
| Octal | 365 | 4 | 14 | 0 | 142 | 137 | 4 | 546 | 141 | 61 |
| Binary | 11110101 | 100 | 1100 | 0 | 1100010 | 1011111 | 100 | 101100110 | 1100001 | 110001 |
Color Harmonies of #F5040C
Complementary color
Monochromatic Colors of #F5040C
Black with #F5040C
Text Example
Text Example
White with #F5040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5040C; }
p { color: rgb(245,4,12); }
H1.HeaderClassName
{
color: #F5040C;
}
.AnyTagClassName
{
color: #F5040C;
}
</style>
background-color css
<style>
a { background-color: #F5040C; }
a { background-color: rgb(245,4,12); }
div.DivClassName
{
background-color: #F5040C;
}
.BgClassName
{
background-color: #F5040C;
}
</style>
border-color css
<style>
span { border-color: #F5040C; }
span { border-color: rgb(245,4,12); }
td.TdClassName
{
border-color: #F5040C;
}
.TagClassName
{
border-color: #F5040C;
}
</style>