Shades of Torch Red #F51012
Tints of Torch Red #F51012
RGB
CMYK
RGB Variations
Color information
#F51012 (or 0xF51012) is known color: Torch Red. HEX triplet: F5, 10 and 12. RGB value is (245,16,18). Sum of RGB (Red+Green+Blue) = 245+16+18=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F51012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51012 is #0AEFED. Grayscale: #545454. Windows color (decimal): -716782 or 1183989. OLE color: 1183989.
HSL color Cylindrical-coordinate representation of color #F51012: hue angle of 359.48º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51012 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.04 |
| HSL | 359.48º | 0.92% | 0.51% | - |
| HSV(B) | 359.48º | 0.93% | 0.96% | - |
| XYZ | 37.95 | 19.83 | 2.4 | - |
| YUV | 84.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 18 | 0 | 0.93 | 0.93 | 0.04 | 359.48 | 0.92 | 0.51 |
| Hex | F5 | 10 | 12 | 0 | 5D | 5D | 4 | 167 | 5C | 33 |
| Octal | 365 | 20 | 22 | 0 | 135 | 135 | 4 | 547 | 134 | 63 |
| Binary | 11110101 | 10000 | 10010 | 0 | 1011101 | 1011101 | 100 | 101100111 | 1011100 | 110011 |
Color Harmonies of #F51012
Complementary color
Monochromatic Colors of #F51012
Black with #F51012
Text Example
Text Example
White with #F51012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51012; }
p { color: rgb(245,16,18); }
H1.HeaderClassName
{
color: #F51012;
}
.AnyTagClassName
{
color: #F51012;
}
</style>
background-color css
<style>
a { background-color: #F51012; }
a { background-color: rgb(245,16,18); }
div.DivClassName
{
background-color: #F51012;
}
.BgClassName
{
background-color: #F51012;
}
</style>
border-color css
<style>
span { border-color: #F51012; }
span { border-color: rgb(245,16,18); }
td.TdClassName
{
border-color: #F51012;
}
.TagClassName
{
border-color: #F51012;
}
</style>