Shades of Torch Red #F11231
Tints of Torch Red #F11231
RGB
CMYK
RGB Variations
Color information
#F11231 (or 0xF11231) is known color: Torch Red. HEX triplet: F1, 12 and 31. RGB value is (241,18,49). Sum of RGB (Red+Green+Blue) = 241+18+49=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F11231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11231 is #0EEDCE. Grayscale: #585858. Windows color (decimal): -978383 or 3216113. OLE color: 3216113.
HSL color Cylindrical-coordinate representation of color #F11231: hue angle of 351.66º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11231 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.66º | 0.89% | 0.51% | - |
| HSV(B) | 351.66º | 0.93% | 0.95% | - |
| XYZ | 37.05 | 19.36 | 4.69 | - |
| YUV | 88.21 | 105.88 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 49 | 0 | 0.93 | 0.80 | 0.05 | 351.66 | 0.89 | 0.51 |
| Hex | F1 | 12 | 31 | 0 | 5D | 50 | 5 | 160 | 59 | 33 |
| Octal | 361 | 22 | 61 | 0 | 135 | 120 | 5 | 540 | 131 | 63 |
| Binary | 11110001 | 10010 | 110001 | 0 | 1011101 | 1010000 | 101 | 101100000 | 1011001 | 110011 |
Color Harmonies of #F11231
Complementary color
Monochromatic Colors of #F11231
Black with #F11231
Text Example
Text Example
White with #F11231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11231; }
p { color: rgb(241,18,49); }
H1.HeaderClassName
{
color: #F11231;
}
.AnyTagClassName
{
color: #F11231;
}
</style>
background-color css
<style>
a { background-color: #F11231; }
a { background-color: rgb(241,18,49); }
div.DivClassName
{
background-color: #F11231;
}
.BgClassName
{
background-color: #F11231;
}
</style>
border-color css
<style>
span { border-color: #F11231; }
span { border-color: rgb(241,18,49); }
td.TdClassName
{
border-color: #F11231;
}
.TagClassName
{
border-color: #F11231;
}
</style>