Shades of Torch Red #F41228
Tints of Torch Red #F41228
RGB
CMYK
RGB Variations
Color information
#F41228 (or 0xF41228) is known color: Torch Red. HEX triplet: F4, 12 and 28. RGB value is (244,18,40). Sum of RGB (Red+Green+Blue) = 244+18+40=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F41228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41228 is #0BEDD7. Grayscale: #585858. Windows color (decimal): -781784 or 2626292. OLE color: 2626292.
HSL color Cylindrical-coordinate representation of color #F41228: hue angle of 354.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41228 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 354.16º | 0.91% | 0.51% | - |
| HSV(B) | 354.16º | 0.93% | 0.96% | - |
| XYZ | 37.91 | 19.82 | 3.83 | - |
| YUV | 88.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 40 | 0 | 0.93 | 0.84 | 0.04 | 354.16 | 0.91 | 0.51 |
| Hex | F4 | 12 | 28 | 0 | 5D | 54 | 4 | 162 | 5B | 33 |
| Octal | 364 | 22 | 50 | 0 | 135 | 124 | 4 | 542 | 133 | 63 |
| Binary | 11110100 | 10010 | 101000 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011011 | 110011 |
Color Harmonies of #F41228
Complementary color
Monochromatic Colors of #F41228
Black with #F41228
Text Example
Text Example
White with #F41228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41228; }
p { color: rgb(244,18,40); }
H1.HeaderClassName
{
color: #F41228;
}
.AnyTagClassName
{
color: #F41228;
}
</style>
background-color css
<style>
a { background-color: #F41228; }
a { background-color: rgb(244,18,40); }
div.DivClassName
{
background-color: #F41228;
}
.BgClassName
{
background-color: #F41228;
}
</style>
border-color css
<style>
span { border-color: #F41228; }
span { border-color: rgb(244,18,40); }
td.TdClassName
{
border-color: #F41228;
}
.TagClassName
{
border-color: #F41228;
}
</style>