Shades of Torch Red #F11644
Tints of Torch Red #F11644
RGB
CMYK
RGB Variations
Color information
#F11644 (or 0xF11644) is known color: Torch Red. HEX triplet: F1, 16 and 44. RGB value is (241,22,68). Sum of RGB (Red+Green+Blue) = 241+22+68=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F11644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11644 is #0EE9BB. Grayscale: #5C5C5C. Windows color (decimal): -977340 or 4462321. OLE color: 4462321.
HSL color Cylindrical-coordinate representation of color #F11644: hue angle of 347.4º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11644 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.05 |
| HSL | 347.4º | 0.89% | 0.52% | - |
| HSV(B) | 347.4º | 0.91% | 0.95% | - |
| XYZ | 37.61 | 19.69 | 7.29 | - |
| YUV | 92.73 | 114.05 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 68 | 0 | 0.91 | 0.72 | 0.05 | 347.4 | 0.89 | 0.52 |
| Hex | F1 | 16 | 44 | 0 | 5B | 48 | 5 | 15B | 59 | 34 |
| Octal | 361 | 26 | 104 | 0 | 133 | 110 | 5 | 533 | 131 | 64 |
| Binary | 11110001 | 10110 | 1000100 | 0 | 1011011 | 1001000 | 101 | 101011011 | 1011001 | 110100 |
Color Harmonies of #F11644
Complementary color
Monochromatic Colors of #F11644
Black with #F11644
Text Example
Text Example
White with #F11644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11644; }
p { color: rgb(241,22,68); }
H1.HeaderClassName
{
color: #F11644;
}
.AnyTagClassName
{
color: #F11644;
}
</style>
background-color css
<style>
a { background-color: #F11644; }
a { background-color: rgb(241,22,68); }
div.DivClassName
{
background-color: #F11644;
}
.BgClassName
{
background-color: #F11644;
}
</style>
border-color css
<style>
span { border-color: #F11644; }
span { border-color: rgb(241,22,68); }
td.TdClassName
{
border-color: #F11644;
}
.TagClassName
{
border-color: #F11644;
}
</style>