Shades of Torch Red #F11444
Tints of Torch Red #F11444
RGB
CMYK
RGB Variations
Color information
#F11444 (or 0xF11444) is known color: Torch Red. HEX triplet: F1, 14 and 44. RGB value is (241,20,68). Sum of RGB (Red+Green+Blue) = 241+20+68=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F11444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11444 is #0EEBBB. Grayscale: #5B5B5B. Windows color (decimal): -977852 or 4461809. OLE color: 4461809.
HSL color Cylindrical-coordinate representation of color #F11444: hue angle of 346.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11444 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.05 |
| HSL | 346.97º | 0.89% | 0.51% | - |
| HSV(B) | 346.97º | 0.92% | 0.95% | - |
| XYZ | 37.57 | 19.62 | 7.28 | - |
| YUV | 91.55 | 114.72 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 68 | 0 | 0.92 | 0.72 | 0.05 | 346.97 | 0.89 | 0.51 |
| Hex | F1 | 14 | 44 | 0 | 5C | 48 | 5 | 15B | 59 | 33 |
| Octal | 361 | 24 | 104 | 0 | 134 | 110 | 5 | 533 | 131 | 63 |
| Binary | 11110001 | 10100 | 1000100 | 0 | 1011100 | 1001000 | 101 | 101011011 | 1011001 | 110011 |
Color Harmonies of #F11444
Complementary color
Monochromatic Colors of #F11444
Black with #F11444
Text Example
Text Example
White with #F11444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11444; }
p { color: rgb(241,20,68); }
H1.HeaderClassName
{
color: #F11444;
}
.AnyTagClassName
{
color: #F11444;
}
</style>
background-color css
<style>
a { background-color: #F11444; }
a { background-color: rgb(241,20,68); }
div.DivClassName
{
background-color: #F11444;
}
.BgClassName
{
background-color: #F11444;
}
</style>
border-color css
<style>
span { border-color: #F11444; }
span { border-color: rgb(241,20,68); }
td.TdClassName
{
border-color: #F11444;
}
.TagClassName
{
border-color: #F11444;
}
</style>