Shades of Torch Red #F41741
Tints of Torch Red #F41741
RGB
CMYK
RGB Variations
Color information
#F41741 (or 0xF41741) is known color: Torch Red. HEX triplet: F4, 17 and 41. RGB value is (244,23,65). Sum of RGB (Red+Green+Blue) = 244+23+65=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F41741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41741 is #0BE8BE. Grayscale: #5D5D5D. Windows color (decimal): -780479 or 4265972. OLE color: 4265972.
HSL color Cylindrical-coordinate representation of color #F41741: hue angle of 348.6º 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 #F41741 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.04 |
| HSL | 348.6º | 0.91% | 0.52% | - |
| HSV(B) | 348.6º | 0.91% | 0.96% | - |
| XYZ | 38.57 | 20.23 | 6.87 | - |
| YUV | 93.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 65 | 0 | 0.91 | 0.73 | 0.04 | 348.6 | 0.91 | 0.52 |
| Hex | F4 | 17 | 41 | 0 | 5B | 49 | 4 | 15D | 5B | 34 |
| Octal | 364 | 27 | 101 | 0 | 133 | 111 | 4 | 535 | 133 | 64 |
| Binary | 11110100 | 10111 | 1000001 | 0 | 1011011 | 1001001 | 100 | 101011101 | 1011011 | 110100 |
Color Harmonies of #F41741
Complementary color
Monochromatic Colors of #F41741
Black with #F41741
Text Example
Text Example
White with #F41741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41741; }
p { color: rgb(244,23,65); }
H1.HeaderClassName
{
color: #F41741;
}
.AnyTagClassName
{
color: #F41741;
}
</style>
background-color css
<style>
a { background-color: #F41741; }
a { background-color: rgb(244,23,65); }
div.DivClassName
{
background-color: #F41741;
}
.BgClassName
{
background-color: #F41741;
}
</style>
border-color css
<style>
span { border-color: #F41741; }
span { border-color: rgb(244,23,65); }
td.TdClassName
{
border-color: #F41741;
}
.TagClassName
{
border-color: #F41741;
}
</style>