Shades of Torch Red #F51924
Tints of Torch Red #F51924
RGB
CMYK
RGB Variations
Color information
#F51924 (or 0xF51924) is known color: Torch Red. HEX triplet: F5, 19 and 24. RGB value is (245,25,36). Sum of RGB (Red+Green+Blue) = 245+25+36=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F51924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51924 is #0AE6DB. Grayscale: #5C5C5C. Windows color (decimal): -714460 or 2365941. OLE color: 2365941.
HSL color Cylindrical-coordinate representation of color #F51924: hue angle of 357º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51924 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 36 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.04 |
| HSL | 357º | 0.92% | 0.53% | - |
| HSV(B) | 357º | 0.9% | 0.96% | - |
| XYZ | 38.32 | 20.24 | 3.56 | - |
| YUV | 92.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 36 | 0 | 0.90 | 0.85 | 0.04 | 357 | 0.92 | 0.53 |
| Hex | F5 | 19 | 24 | 0 | 5A | 55 | 4 | 165 | 5C | 35 |
| Octal | 365 | 31 | 44 | 0 | 132 | 125 | 4 | 545 | 134 | 65 |
| Binary | 11110101 | 11001 | 100100 | 0 | 1011010 | 1010101 | 100 | 101100101 | 1011100 | 110101 |
Color Harmonies of #F51924
Complementary color
Monochromatic Colors of #F51924
Black with #F51924
Text Example
Text Example
White with #F51924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51924; }
p { color: rgb(245,25,36); }
H1.HeaderClassName
{
color: #F51924;
}
.AnyTagClassName
{
color: #F51924;
}
</style>
background-color css
<style>
a { background-color: #F51924; }
a { background-color: rgb(245,25,36); }
div.DivClassName
{
background-color: #F51924;
}
.BgClassName
{
background-color: #F51924;
}
</style>
border-color css
<style>
span { border-color: #F51924; }
span { border-color: rgb(245,25,36); }
td.TdClassName
{
border-color: #F51924;
}
.TagClassName
{
border-color: #F51924;
}
</style>