Shades of Torch Red #F51326
Tints of Torch Red #F51326
RGB
CMYK
RGB Variations
Color information
#F51326 (or 0xF51326) is known color: Torch Red. HEX triplet: F5, 13 and 26. RGB value is (245,19,38). Sum of RGB (Red+Green+Blue) = 245+19+38=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F51326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51326 is #0AECD9. Grayscale: #585858. Windows color (decimal): -715994 or 2495477. OLE color: 2495477.
HSL color Cylindrical-coordinate representation of color #F51326: hue angle of 354.96º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51326 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 38 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.04 |
| HSL | 354.96º | 0.92% | 0.52% | - |
| HSV(B) | 354.96º | 0.92% | 0.96% | - |
| XYZ | 38.24 | 20.02 | 3.68 | - |
| YUV | 88.74 | 99.37 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 38 | 0 | 0.92 | 0.84 | 0.04 | 354.96 | 0.92 | 0.52 |
| Hex | F5 | 13 | 26 | 0 | 5C | 54 | 4 | 163 | 5C | 34 |
| Octal | 365 | 23 | 46 | 0 | 134 | 124 | 4 | 543 | 134 | 64 |
| Binary | 11110101 | 10011 | 100110 | 0 | 1011100 | 1010100 | 100 | 101100011 | 1011100 | 110100 |
Color Harmonies of #F51326
Complementary color
Monochromatic Colors of #F51326
Black with #F51326
Text Example
Text Example
White with #F51326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51326; }
p { color: rgb(245,19,38); }
H1.HeaderClassName
{
color: #F51326;
}
.AnyTagClassName
{
color: #F51326;
}
</style>
background-color css
<style>
a { background-color: #F51326; }
a { background-color: rgb(245,19,38); }
div.DivClassName
{
background-color: #F51326;
}
.BgClassName
{
background-color: #F51326;
}
</style>
border-color css
<style>
span { border-color: #F51326; }
span { border-color: rgb(245,19,38); }
td.TdClassName
{
border-color: #F51326;
}
.TagClassName
{
border-color: #F51326;
}
</style>