Shades of Torch Red #F41E3A
Tints of Torch Red #F41E3A
RGB
CMYK
RGB Variations
Color information
#F41E3A (or 0xF41E3A) is known color: Torch Red. HEX triplet: F4, 1E and 3A. RGB value is (244,30,58). Sum of RGB (Red+Green+Blue) = 244+30+58=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E3A is #0BE1C5. Grayscale: #616161. Windows color (decimal): -778694 or 3809012. OLE color: 3809012.
HSL color Cylindrical-coordinate representation of color #F41E3A: hue angle of 352.15º 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 #F41E3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.04 |
| HSL | 352.15º | 0.91% | 0.54% | - |
| HSV(B) | 352.15º | 0.88% | 0.96% | - |
| XYZ | 38.54 | 20.47 | 5.92 | - |
| YUV | 97.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 58 | 0 | 0.88 | 0.76 | 0.04 | 352.15 | 0.91 | 0.54 |
| Hex | F4 | 1E | 3A | 0 | 58 | 4C | 4 | 160 | 5B | 36 |
| Octal | 364 | 36 | 72 | 0 | 130 | 114 | 4 | 540 | 133 | 66 |
| Binary | 11110100 | 11110 | 111010 | 0 | 1011000 | 1001100 | 100 | 101100000 | 1011011 | 110110 |
Color Harmonies of #F41E3A
Complementary color
Monochromatic Colors of #F41E3A
Black with #F41E3A
Text Example
Text Example
White with #F41E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E3A; }
p { color: rgb(244,30,58); }
H1.HeaderClassName
{
color: #F41E3A;
}
.AnyTagClassName
{
color: #F41E3A;
}
</style>
background-color css
<style>
a { background-color: #F41E3A; }
a { background-color: rgb(244,30,58); }
div.DivClassName
{
background-color: #F41E3A;
}
.BgClassName
{
background-color: #F41E3A;
}
</style>
border-color css
<style>
span { border-color: #F41E3A; }
span { border-color: rgb(244,30,58); }
td.TdClassName
{
border-color: #F41E3A;
}
.TagClassName
{
border-color: #F41E3A;
}
</style>