Shades of Torch Red #F50812
Tints of Torch Red #F50812
RGB
CMYK
RGB Variations
Color information
#F50812 (or 0xF50812) is known color: Torch Red. HEX triplet: F5, 08 and 12. RGB value is (245,8,18). Sum of RGB (Red+Green+Blue) = 245+8+18=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50812 is #0AF7ED. Grayscale: #505050. Windows color (decimal): -718830 or 1181941. OLE color: 1181941.
HSL color Cylindrical-coordinate representation of color #F50812: hue angle of 357.47º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50812 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.04 |
| HSL | 357.47º | 0.94% | 0.5% | - |
| HSV(B) | 357.47º | 0.97% | 0.96% | - |
| XYZ | 37.85 | 19.63 | 2.37 | - |
| YUV | 80 | 93.02 | 245.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 18 | 0 | 0.97 | 0.93 | 0.04 | 357.47 | 0.94 | 0.5 |
| Hex | F5 | 8 | 12 | 0 | 61 | 5D | 4 | 165 | 5E | 32 |
| Octal | 365 | 10 | 22 | 0 | 141 | 135 | 4 | 545 | 136 | 62 |
| Binary | 11110101 | 1000 | 10010 | 0 | 1100001 | 1011101 | 100 | 101100101 | 1011110 | 110010 |
Color Harmonies of #F50812
Complementary color
Monochromatic Colors of #F50812
Black with #F50812
Text Example
Text Example
White with #F50812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50812; }
p { color: rgb(245,8,18); }
H1.HeaderClassName
{
color: #F50812;
}
.AnyTagClassName
{
color: #F50812;
}
</style>
background-color css
<style>
a { background-color: #F50812; }
a { background-color: rgb(245,8,18); }
div.DivClassName
{
background-color: #F50812;
}
.BgClassName
{
background-color: #F50812;
}
</style>
border-color css
<style>
span { border-color: #F50812; }
span { border-color: rgb(245,8,18); }
td.TdClassName
{
border-color: #F50812;
}
.TagClassName
{
border-color: #F50812;
}
</style>