Shades of Torch Red #F41127
Tints of Torch Red #F41127
RGB
CMYK
RGB Variations
Color information
#F41127 (or 0xF41127) is known color: Torch Red. HEX triplet: F4, 11 and 27. RGB value is (244,17,39). Sum of RGB (Red+Green+Blue) = 244+17+39=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F41127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41127 is #0BEED8. Grayscale: #575757. Windows color (decimal): -782041 or 2560500. OLE color: 2560500.
HSL color Cylindrical-coordinate representation of color #F41127: hue angle of 354.19º 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 #F41127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 354.19º | 0.91% | 0.51% | - |
| HSV(B) | 354.19º | 0.93% | 0.96% | - |
| XYZ | 37.87 | 19.78 | 3.74 | - |
| YUV | 87.38 | 100.71 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 39 | 0 | 0.93 | 0.84 | 0.04 | 354.19 | 0.91 | 0.51 |
| Hex | F4 | 11 | 27 | 0 | 5D | 54 | 4 | 162 | 5B | 33 |
| Octal | 364 | 21 | 47 | 0 | 135 | 124 | 4 | 542 | 133 | 63 |
| Binary | 11110100 | 10001 | 100111 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011011 | 110011 |
Color Harmonies of #F41127
Complementary color
Monochromatic Colors of #F41127
Black with #F41127
Text Example
Text Example
White with #F41127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41127; }
p { color: rgb(244,17,39); }
H1.HeaderClassName
{
color: #F41127;
}
.AnyTagClassName
{
color: #F41127;
}
</style>
background-color css
<style>
a { background-color: #F41127; }
a { background-color: rgb(244,17,39); }
div.DivClassName
{
background-color: #F41127;
}
.BgClassName
{
background-color: #F41127;
}
</style>
border-color css
<style>
span { border-color: #F41127; }
span { border-color: rgb(244,17,39); }
td.TdClassName
{
border-color: #F41127;
}
.TagClassName
{
border-color: #F41127;
}
</style>