Shades of Torch Red #F51936
Tints of Torch Red #F51936
RGB
CMYK
RGB Variations
Color information
#F51936 (or 0xF51936) is known color: Torch Red. HEX triplet: F5, 19 and 36. RGB value is (245,25,54). Sum of RGB (Red+Green+Blue) = 245+25+54=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F51936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51936 is #0AE6C9. Grayscale: #5E5E5E. Windows color (decimal): -714442 or 3545589. OLE color: 3545589.
HSL color Cylindrical-coordinate representation of color #F51936: hue angle of 352.09º 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 #F51936 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 54 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.04 |
| HSL | 352.09º | 0.92% | 0.53% | - |
| HSV(B) | 352.09º | 0.9% | 0.96% | - |
| XYZ | 38.67 | 20.37 | 5.38 | - |
| YUV | 94.09 | 105.39 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 54 | 0 | 0.90 | 0.78 | 0.04 | 352.09 | 0.92 | 0.53 |
| Hex | F5 | 19 | 36 | 0 | 5A | 4E | 4 | 160 | 5C | 35 |
| Octal | 365 | 31 | 66 | 0 | 132 | 116 | 4 | 540 | 134 | 65 |
| Binary | 11110101 | 11001 | 110110 | 0 | 1011010 | 1001110 | 100 | 101100000 | 1011100 | 110101 |
Color Harmonies of #F51936
Complementary color
Monochromatic Colors of #F51936
Black with #F51936
Text Example
Text Example
White with #F51936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51936; }
p { color: rgb(245,25,54); }
H1.HeaderClassName
{
color: #F51936;
}
.AnyTagClassName
{
color: #F51936;
}
</style>
background-color css
<style>
a { background-color: #F51936; }
a { background-color: rgb(245,25,54); }
div.DivClassName
{
background-color: #F51936;
}
.BgClassName
{
background-color: #F51936;
}
</style>
border-color css
<style>
span { border-color: #F51936; }
span { border-color: rgb(245,25,54); }
td.TdClassName
{
border-color: #F51936;
}
.TagClassName
{
border-color: #F51936;
}
</style>