Shades of Torch Red #F51644
Tints of Torch Red #F51644
RGB
CMYK
RGB Variations
Color information
#F51644 (or 0xF51644) is known color: Torch Red. HEX triplet: F5, 16 and 44. RGB value is (245,22,68). Sum of RGB (Red+Green+Blue) = 245+22+68=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F51644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51644 is #0AE9BB. Grayscale: #5D5D5D. Windows color (decimal): -715196 or 4462325. OLE color: 4462325.
HSL color Cylindrical-coordinate representation of color #F51644: hue angle of 347.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51644 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.04 |
| HSL | 347.62º | 0.92% | 0.52% | - |
| HSV(B) | 347.62º | 0.91% | 0.96% | - |
| XYZ | 38.99 | 20.4 | 7.35 | - |
| YUV | 93.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 68 | 0 | 0.91 | 0.72 | 0.04 | 347.62 | 0.92 | 0.52 |
| Hex | F5 | 16 | 44 | 0 | 5B | 48 | 4 | 15C | 5C | 34 |
| Octal | 365 | 26 | 104 | 0 | 133 | 110 | 4 | 534 | 134 | 64 |
| Binary | 11110101 | 10110 | 1000100 | 0 | 1011011 | 1001000 | 100 | 101011100 | 1011100 | 110100 |
Color Harmonies of #F51644
Complementary color
Monochromatic Colors of #F51644
Black with #F51644
Text Example
Text Example
White with #F51644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51644; }
p { color: rgb(245,22,68); }
H1.HeaderClassName
{
color: #F51644;
}
.AnyTagClassName
{
color: #F51644;
}
</style>
background-color css
<style>
a { background-color: #F51644; }
a { background-color: rgb(245,22,68); }
div.DivClassName
{
background-color: #F51644;
}
.BgClassName
{
background-color: #F51644;
}
</style>
border-color css
<style>
span { border-color: #F51644; }
span { border-color: rgb(245,22,68); }
td.TdClassName
{
border-color: #F51644;
}
.TagClassName
{
border-color: #F51644;
}
</style>