Shades of Torch Red #F41841
Tints of Torch Red #F41841
RGB
CMYK
RGB Variations
Color information
#F41841 (or 0xF41841) is known color: Torch Red. HEX triplet: F4, 18 and 41. RGB value is (244,24,65). Sum of RGB (Red+Green+Blue) = 244+24+65=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F41841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41841 is #0BE7BE. Grayscale: #5E5E5E. Windows color (decimal): -780223 or 4266228. OLE color: 4266228.
HSL color Cylindrical-coordinate representation of color #F41841: hue angle of 348.82º degrees, saturation: 0.91, 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 #F41841 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.04 |
| HSL | 348.82º | 0.91% | 0.53% | - |
| HSV(B) | 348.82º | 0.9% | 0.96% | - |
| XYZ | 38.59 | 20.27 | 6.88 | - |
| YUV | 94.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 65 | 0 | 0.90 | 0.73 | 0.04 | 348.82 | 0.91 | 0.53 |
| Hex | F4 | 18 | 41 | 0 | 5A | 49 | 4 | 15D | 5B | 35 |
| Octal | 364 | 30 | 101 | 0 | 132 | 111 | 4 | 535 | 133 | 65 |
| Binary | 11110100 | 11000 | 1000001 | 0 | 1011010 | 1001001 | 100 | 101011101 | 1011011 | 110101 |
Color Harmonies of #F41841
Complementary color
Monochromatic Colors of #F41841
Black with #F41841
Text Example
Text Example
White with #F41841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41841; }
p { color: rgb(244,24,65); }
H1.HeaderClassName
{
color: #F41841;
}
.AnyTagClassName
{
color: #F41841;
}
</style>
background-color css
<style>
a { background-color: #F41841; }
a { background-color: rgb(244,24,65); }
div.DivClassName
{
background-color: #F41841;
}
.BgClassName
{
background-color: #F41841;
}
</style>
border-color css
<style>
span { border-color: #F41841; }
span { border-color: rgb(244,24,65); }
td.TdClassName
{
border-color: #F41841;
}
.TagClassName
{
border-color: #F41841;
}
</style>