Shades of Torch Red #F41843
Tints of Torch Red #F41843
RGB
CMYK
RGB Variations
Color information
#F41843 (or 0xF41843) is known color: Torch Red. HEX triplet: F4, 18 and 43. RGB value is (244,24,67). Sum of RGB (Red+Green+Blue) = 244+24+67=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F41843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41843 is #0BE7BC. Grayscale: #5E5E5E. Windows color (decimal): -780221 or 4397300. OLE color: 4397300.
HSL color Cylindrical-coordinate representation of color #F41843: hue angle of 348.27º 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 #F41843 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 67 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.04 |
| HSL | 348.27º | 0.91% | 0.53% | - |
| HSV(B) | 348.27º | 0.9% | 0.96% | - |
| XYZ | 38.65 | 20.29 | 7.19 | - |
| YUV | 94.68 | 112.39 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 67 | 0 | 0.90 | 0.73 | 0.04 | 348.27 | 0.91 | 0.53 |
| Hex | F4 | 18 | 43 | 0 | 5A | 49 | 4 | 15C | 5B | 35 |
| Octal | 364 | 30 | 103 | 0 | 132 | 111 | 4 | 534 | 133 | 65 |
| Binary | 11110100 | 11000 | 1000011 | 0 | 1011010 | 1001001 | 100 | 101011100 | 1011011 | 110101 |
Color Harmonies of #F41843
Complementary color
Monochromatic Colors of #F41843
Black with #F41843
Text Example
Text Example
White with #F41843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41843; }
p { color: rgb(244,24,67); }
H1.HeaderClassName
{
color: #F41843;
}
.AnyTagClassName
{
color: #F41843;
}
</style>
background-color css
<style>
a { background-color: #F41843; }
a { background-color: rgb(244,24,67); }
div.DivClassName
{
background-color: #F41843;
}
.BgClassName
{
background-color: #F41843;
}
</style>
border-color css
<style>
span { border-color: #F41843; }
span { border-color: rgb(244,24,67); }
td.TdClassName
{
border-color: #F41843;
}
.TagClassName
{
border-color: #F41843;
}
</style>