Shades of Torch Red #F41838
Tints of Torch Red #F41838
RGB
CMYK
RGB Variations
Color information
#F41838 (or 0xF41838) is known color: Torch Red. HEX triplet: F4, 18 and 38. RGB value is (244,24,56). Sum of RGB (Red+Green+Blue) = 244+24+56=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F41838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41838 is #0BE7C7. Grayscale: #5D5D5D. Windows color (decimal): -780232 or 3676404. OLE color: 3676404.
HSL color Cylindrical-coordinate representation of color #F41838: hue angle of 351.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 #F41838 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 56 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.04 |
| HSL | 351.27º | 0.91% | 0.53% | - |
| HSV(B) | 351.27º | 0.9% | 0.96% | - |
| XYZ | 38.35 | 20.17 | 5.61 | - |
| YUV | 93.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 56 | 0 | 0.90 | 0.77 | 0.04 | 351.27 | 0.91 | 0.53 |
| Hex | F4 | 18 | 38 | 0 | 5A | 4D | 4 | 15F | 5B | 35 |
| Octal | 364 | 30 | 70 | 0 | 132 | 115 | 4 | 537 | 133 | 65 |
| Binary | 11110100 | 11000 | 111000 | 0 | 1011010 | 1001101 | 100 | 101011111 | 1011011 | 110101 |
Color Harmonies of #F41838
Complementary color
Monochromatic Colors of #F41838
Black with #F41838
Text Example
Text Example
White with #F41838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41838; }
p { color: rgb(244,24,56); }
H1.HeaderClassName
{
color: #F41838;
}
.AnyTagClassName
{
color: #F41838;
}
</style>
background-color css
<style>
a { background-color: #F41838; }
a { background-color: rgb(244,24,56); }
div.DivClassName
{
background-color: #F41838;
}
.BgClassName
{
background-color: #F41838;
}
</style>
border-color css
<style>
span { border-color: #F41838; }
span { border-color: rgb(244,24,56); }
td.TdClassName
{
border-color: #F41838;
}
.TagClassName
{
border-color: #F41838;
}
</style>