Shades of Torch Red #F51128
Tints of Torch Red #F51128
RGB
CMYK
RGB Variations
Color information
#F51128 (or 0xF51128) is known color: Torch Red. HEX triplet: F5, 11 and 28. RGB value is (245,17,40). Sum of RGB (Red+Green+Blue) = 245+17+40=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F51128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51128 is #0AEED7. Grayscale: #575757. Windows color (decimal): -716504 or 2626037. OLE color: 2626037.
HSL color Cylindrical-coordinate representation of color #F51128: hue angle of 353.95º 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 #F51128 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 353.95º | 0.92% | 0.51% | - |
| HSV(B) | 353.95º | 0.93% | 0.96% | - |
| XYZ | 38.24 | 19.97 | 3.85 | - |
| YUV | 87.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 40 | 0 | 0.93 | 0.84 | 0.04 | 353.95 | 0.92 | 0.51 |
| Hex | F5 | 11 | 28 | 0 | 5D | 54 | 4 | 162 | 5C | 33 |
| Octal | 365 | 21 | 50 | 0 | 135 | 124 | 4 | 542 | 134 | 63 |
| Binary | 11110101 | 10001 | 101000 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011100 | 110011 |
Color Harmonies of #F51128
Complementary color
Monochromatic Colors of #F51128
Black with #F51128
Text Example
Text Example
White with #F51128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51128; }
p { color: rgb(245,17,40); }
H1.HeaderClassName
{
color: #F51128;
}
.AnyTagClassName
{
color: #F51128;
}
</style>
background-color css
<style>
a { background-color: #F51128; }
a { background-color: rgb(245,17,40); }
div.DivClassName
{
background-color: #F51128;
}
.BgClassName
{
background-color: #F51128;
}
</style>
border-color css
<style>
span { border-color: #F51128; }
span { border-color: rgb(245,17,40); }
td.TdClassName
{
border-color: #F51128;
}
.TagClassName
{
border-color: #F51128;
}
</style>