Shades of Torch Red #F5090C
Tints of Torch Red #F5090C
RGB
CMYK
RGB Variations
Color information
#F5090C (or 0xF5090C) is known color: Torch Red. HEX triplet: F5, 09 and 0C. RGB value is (245,9,12). Sum of RGB (Red+Green+Blue) = 245+9+12=266 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.11% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 245 - color contains mainly: red. Hex color #F5090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5090C is #0AF6F3. Grayscale: #505050. Windows color (decimal): -718580 or 788981. OLE color: 788981.
HSL color Cylindrical-coordinate representation of color #F5090C: hue angle of 359.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.04 |
| HSL | 359.24º | 0.93% | 0.5% | - |
| HSV(B) | 359.24º | 0.96% | 0.96% | - |
| XYZ | 37.82 | 19.63 | 2.14 | - |
| YUV | 79.91 | 89.69 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 12 | 0 | 0.96 | 0.95 | 0.04 | 359.24 | 0.93 | 0.5 |
| Hex | F5 | 9 | C | 0 | 60 | 5F | 4 | 167 | 5D | 32 |
| Octal | 365 | 11 | 14 | 0 | 140 | 137 | 4 | 547 | 135 | 62 |
| Binary | 11110101 | 1001 | 1100 | 0 | 1100000 | 1011111 | 100 | 101100111 | 1011101 | 110010 |
Color Harmonies of #F5090C
Complementary color
Monochromatic Colors of #F5090C
Black with #F5090C
Text Example
Text Example
White with #F5090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5090C; }
p { color: rgb(245,9,12); }
H1.HeaderClassName
{
color: #F5090C;
}
.AnyTagClassName
{
color: #F5090C;
}
</style>
background-color css
<style>
a { background-color: #F5090C; }
a { background-color: rgb(245,9,12); }
div.DivClassName
{
background-color: #F5090C;
}
.BgClassName
{
background-color: #F5090C;
}
</style>
border-color css
<style>
span { border-color: #F5090C; }
span { border-color: rgb(245,9,12); }
td.TdClassName
{
border-color: #F5090C;
}
.TagClassName
{
border-color: #F5090C;
}
</style>