Shades of Torch Red #F41E43
Tints of Torch Red #F41E43
RGB
CMYK
RGB Variations
Color information
#F41E43 (or 0xF41E43) is known color: Torch Red. HEX triplet: F4, 1E and 43. RGB value is (244,30,67). Sum of RGB (Red+Green+Blue) = 244+30+67=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E43 is #0BE1BC. Grayscale: #626262. Windows color (decimal): -778685 or 4398836. OLE color: 4398836.
HSL color Cylindrical-coordinate representation of color #F41E43: hue angle of 349.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E43 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 67 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.04 |
| HSL | 349.63º | 0.91% | 0.54% | - |
| HSV(B) | 349.63º | 0.88% | 0.96% | - |
| XYZ | 38.79 | 20.57 | 7.24 | - |
| YUV | 98.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 67 | 0 | 0.88 | 0.73 | 0.04 | 349.63 | 0.91 | 0.54 |
| Hex | F4 | 1E | 43 | 0 | 58 | 49 | 4 | 15E | 5B | 36 |
| Octal | 364 | 36 | 103 | 0 | 130 | 111 | 4 | 536 | 133 | 66 |
| Binary | 11110100 | 11110 | 1000011 | 0 | 1011000 | 1001001 | 100 | 101011110 | 1011011 | 110110 |
Color Harmonies of #F41E43
Complementary color
Monochromatic Colors of #F41E43
Black with #F41E43
Text Example
Text Example
White with #F41E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E43; }
p { color: rgb(244,30,67); }
H1.HeaderClassName
{
color: #F41E43;
}
.AnyTagClassName
{
color: #F41E43;
}
</style>
background-color css
<style>
a { background-color: #F41E43; }
a { background-color: rgb(244,30,67); }
div.DivClassName
{
background-color: #F41E43;
}
.BgClassName
{
background-color: #F41E43;
}
</style>
border-color css
<style>
span { border-color: #F41E43; }
span { border-color: rgb(244,30,67); }
td.TdClassName
{
border-color: #F41E43;
}
.TagClassName
{
border-color: #F41E43;
}
</style>