Shades of Torch Red #F11831
Tints of Torch Red #F11831
RGB
CMYK
RGB Variations
Color information
#F11831 (or 0xF11831) is known color: Torch Red. HEX triplet: F1, 18 and 31. RGB value is (241,24,49). Sum of RGB (Red+Green+Blue) = 241+24+49=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11831 is #0EE7CE. Grayscale: #5B5B5B. Windows color (decimal): -976847 or 3217649. OLE color: 3217649.
HSL color Cylindrical-coordinate representation of color #F11831: hue angle of 353.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11831 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 49 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.05 |
| HSL | 353.09º | 0.89% | 0.52% | - |
| HSV(B) | 353.09º | 0.9% | 0.95% | - |
| XYZ | 37.16 | 19.58 | 4.73 | - |
| YUV | 91.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 49 | 0 | 0.90 | 0.80 | 0.05 | 353.09 | 0.89 | 0.52 |
| Hex | F1 | 18 | 31 | 0 | 5A | 50 | 5 | 161 | 59 | 34 |
| Octal | 361 | 30 | 61 | 0 | 132 | 120 | 5 | 541 | 131 | 64 |
| Binary | 11110001 | 11000 | 110001 | 0 | 1011010 | 1010000 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F11831
Complementary color
Monochromatic Colors of #F11831
Black with #F11831
Text Example
Text Example
White with #F11831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11831; }
p { color: rgb(241,24,49); }
H1.HeaderClassName
{
color: #F11831;
}
.AnyTagClassName
{
color: #F11831;
}
</style>
background-color css
<style>
a { background-color: #F11831; }
a { background-color: rgb(241,24,49); }
div.DivClassName
{
background-color: #F11831;
}
.BgClassName
{
background-color: #F11831;
}
</style>
border-color css
<style>
span { border-color: #F11831; }
span { border-color: rgb(241,24,49); }
td.TdClassName
{
border-color: #F11831;
}
.TagClassName
{
border-color: #F11831;
}
</style>