Shades of Torch Red #F41544
Tints of Torch Red #F41544
RGB
CMYK
RGB Variations
Color information
#F41544 (or 0xF41544) is known color: Torch Red. HEX triplet: F4, 15 and 44. RGB value is (244,21,68). Sum of RGB (Red+Green+Blue) = 244+21+68=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F41544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41544 is #0BEABB. Grayscale: #5D5D5D. Windows color (decimal): -780988 or 4462068. OLE color: 4462068.
HSL color Cylindrical-coordinate representation of color #F41544: hue angle of 347.35º degrees, saturation: 0.91, 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 #F41544 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 68 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.04 |
| HSL | 347.35º | 0.91% | 0.52% | - |
| HSV(B) | 347.35º | 0.91% | 0.96% | - |
| XYZ | 38.62 | 20.19 | 7.33 | - |
| YUV | 93.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 68 | 0 | 0.91 | 0.72 | 0.04 | 347.35 | 0.91 | 0.52 |
| Hex | F4 | 15 | 44 | 0 | 5B | 48 | 4 | 15B | 5B | 34 |
| Octal | 364 | 25 | 104 | 0 | 133 | 110 | 4 | 533 | 133 | 64 |
| Binary | 11110100 | 10101 | 1000100 | 0 | 1011011 | 1001000 | 100 | 101011011 | 1011011 | 110100 |
Color Harmonies of #F41544
Complementary color
Monochromatic Colors of #F41544
Black with #F41544
Text Example
Text Example
White with #F41544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41544; }
p { color: rgb(244,21,68); }
H1.HeaderClassName
{
color: #F41544;
}
.AnyTagClassName
{
color: #F41544;
}
</style>
background-color css
<style>
a { background-color: #F41544; }
a { background-color: rgb(244,21,68); }
div.DivClassName
{
background-color: #F41544;
}
.BgClassName
{
background-color: #F41544;
}
</style>
border-color css
<style>
span { border-color: #F41544; }
span { border-color: rgb(244,21,68); }
td.TdClassName
{
border-color: #F41544;
}
.TagClassName
{
border-color: #F41544;
}
</style>