Shades of Torch Red #F50910
Tints of Torch Red #F50910
RGB
CMYK
RGB Variations
Color information
#F50910 (or 0xF50910) is known color: Torch Red. HEX triplet: F5, 09 and 10. RGB value is (245,9,16). Sum of RGB (Red+Green+Blue) = 245+9+16=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F50910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50910 is #0AF6EF. Grayscale: #505050. Windows color (decimal): -718576 or 1051125. OLE color: 1051125.
HSL color Cylindrical-coordinate representation of color #F50910: hue angle of 358.22º 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 #F50910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.04 |
| HSL | 358.22º | 0.93% | 0.5% | - |
| HSV(B) | 358.22º | 0.96% | 0.96% | - |
| XYZ | 37.85 | 19.65 | 2.29 | - |
| YUV | 80.36 | 91.69 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 16 | 0 | 0.96 | 0.93 | 0.04 | 358.22 | 0.93 | 0.5 |
| Hex | F5 | 9 | 10 | 0 | 60 | 5D | 4 | 166 | 5D | 32 |
| Octal | 365 | 11 | 20 | 0 | 140 | 135 | 4 | 546 | 135 | 62 |
| Binary | 11110101 | 1001 | 10000 | 0 | 1100000 | 1011101 | 100 | 101100110 | 1011101 | 110010 |
Color Harmonies of #F50910
Complementary color
Monochromatic Colors of #F50910
Black with #F50910
Text Example
Text Example
White with #F50910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50910; }
p { color: rgb(245,9,16); }
H1.HeaderClassName
{
color: #F50910;
}
.AnyTagClassName
{
color: #F50910;
}
</style>
background-color css
<style>
a { background-color: #F50910; }
a { background-color: rgb(245,9,16); }
div.DivClassName
{
background-color: #F50910;
}
.BgClassName
{
background-color: #F50910;
}
</style>
border-color css
<style>
span { border-color: #F50910; }
span { border-color: rgb(245,9,16); }
td.TdClassName
{
border-color: #F50910;
}
.TagClassName
{
border-color: #F50910;
}
</style>