Shades of Torch Red #F51024
Tints of Torch Red #F51024
RGB
CMYK
RGB Variations
Color information
#F51024 (or 0xF51024) is known color: Torch Red. HEX triplet: F5, 10 and 24. RGB value is (245,16,36). Sum of RGB (Red+Green+Blue) = 245+16+36=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F51024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51024 is #0AEFDB. Grayscale: #565656. Windows color (decimal): -716764 or 2363637. OLE color: 2363637.
HSL color Cylindrical-coordinate representation of color #F51024: hue angle of 354.76º 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 #F51024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.04 |
| HSL | 354.76º | 0.92% | 0.51% | - |
| HSV(B) | 354.76º | 0.93% | 0.96% | - |
| XYZ | 38.16 | 19.91 | 3.5 | - |
| YUV | 86.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 36 | 0 | 0.93 | 0.85 | 0.04 | 354.76 | 0.92 | 0.51 |
| Hex | F5 | 10 | 24 | 0 | 5D | 55 | 4 | 163 | 5C | 33 |
| Octal | 365 | 20 | 44 | 0 | 135 | 125 | 4 | 543 | 134 | 63 |
| Binary | 11110101 | 10000 | 100100 | 0 | 1011101 | 1010101 | 100 | 101100011 | 1011100 | 110011 |
Color Harmonies of #F51024
Complementary color
Monochromatic Colors of #F51024
Black with #F51024
Text Example
Text Example
White with #F51024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51024; }
p { color: rgb(245,16,36); }
H1.HeaderClassName
{
color: #F51024;
}
.AnyTagClassName
{
color: #F51024;
}
</style>
background-color css
<style>
a { background-color: #F51024; }
a { background-color: rgb(245,16,36); }
div.DivClassName
{
background-color: #F51024;
}
.BgClassName
{
background-color: #F51024;
}
</style>
border-color css
<style>
span { border-color: #F51024; }
span { border-color: rgb(245,16,36); }
td.TdClassName
{
border-color: #F51024;
}
.TagClassName
{
border-color: #F51024;
}
</style>