Shades of Torch Red #F51112
Tints of Torch Red #F51112
RGB
CMYK
RGB Variations
Color information
#F51112 (or 0xF51112) is known color: Torch Red. HEX triplet: F5, 11 and 12. RGB value is (245,17,18). Sum of RGB (Red+Green+Blue) = 245+17+18=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F51112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51112 is #0AEEED. Grayscale: #555555. Windows color (decimal): -716526 or 1184245. OLE color: 1184245.
HSL color Cylindrical-coordinate representation of color #F51112: hue angle of 359.74º 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 #F51112 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.04 |
| HSL | 359.74º | 0.92% | 0.51% | - |
| HSV(B) | 359.74º | 0.93% | 0.96% | - |
| XYZ | 37.97 | 19.86 | 2.4 | - |
| YUV | 85.29 | 90.04 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 18 | 0 | 0.93 | 0.93 | 0.04 | 359.74 | 0.92 | 0.51 |
| Hex | F5 | 11 | 12 | 0 | 5D | 5D | 4 | 168 | 5C | 33 |
| Octal | 365 | 21 | 22 | 0 | 135 | 135 | 4 | 550 | 134 | 63 |
| Binary | 11110101 | 10001 | 10010 | 0 | 1011101 | 1011101 | 100 | 101101000 | 1011100 | 110011 |
Color Harmonies of #F51112
Complementary color
Monochromatic Colors of #F51112
Black with #F51112
Text Example
Text Example
White with #F51112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51112; }
p { color: rgb(245,17,18); }
H1.HeaderClassName
{
color: #F51112;
}
.AnyTagClassName
{
color: #F51112;
}
</style>
background-color css
<style>
a { background-color: #F51112; }
a { background-color: rgb(245,17,18); }
div.DivClassName
{
background-color: #F51112;
}
.BgClassName
{
background-color: #F51112;
}
</style>
border-color css
<style>
span { border-color: #F51112; }
span { border-color: rgb(245,17,18); }
td.TdClassName
{
border-color: #F51112;
}
.TagClassName
{
border-color: #F51112;
}
</style>