Shades of Torch Red #F51841
Tints of Torch Red #F51841
RGB
CMYK
RGB Variations
Color information
#F51841 (or 0xF51841) is known color: Torch Red. HEX triplet: F5, 18 and 41. RGB value is (245,24,65). Sum of RGB (Red+Green+Blue) = 245+24+65=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F51841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51841 is #0AE7BE. Grayscale: #5E5E5E. Windows color (decimal): -714687 or 4266229. OLE color: 4266229.
HSL color Cylindrical-coordinate representation of color #F51841: hue angle of 348.87º 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 #F51841 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.04 |
| HSL | 348.87º | 0.92% | 0.53% | - |
| HSV(B) | 348.87º | 0.9% | 0.96% | - |
| XYZ | 38.94 | 20.45 | 6.9 | - |
| YUV | 94.75 | 111.22 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 65 | 0 | 0.90 | 0.73 | 0.04 | 348.87 | 0.92 | 0.53 |
| Hex | F5 | 18 | 41 | 0 | 5A | 49 | 4 | 15D | 5C | 35 |
| Octal | 365 | 30 | 101 | 0 | 132 | 111 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 11000 | 1000001 | 0 | 1011010 | 1001001 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F51841
Complementary color
Monochromatic Colors of #F51841
Black with #F51841
Text Example
Text Example
White with #F51841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51841; }
p { color: rgb(245,24,65); }
H1.HeaderClassName
{
color: #F51841;
}
.AnyTagClassName
{
color: #F51841;
}
</style>
background-color css
<style>
a { background-color: #F51841; }
a { background-color: rgb(245,24,65); }
div.DivClassName
{
background-color: #F51841;
}
.BgClassName
{
background-color: #F51841;
}
</style>
border-color css
<style>
span { border-color: #F51841; }
span { border-color: rgb(245,24,65); }
td.TdClassName
{
border-color: #F51841;
}
.TagClassName
{
border-color: #F51841;
}
</style>