Shades of Torch Red #F11A2E
Tints of Torch Red #F11A2E
RGB
CMYK
RGB Variations
Color information
#F11A2E (or 0xF11A2E) is known color: Torch Red. HEX triplet: F1, 1A and 2E. RGB value is (241,26,46). Sum of RGB (Red+Green+Blue) = 241+26+46=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A2E is #0EE5D1. Grayscale: #5C5C5C. Windows color (decimal): -976338 or 3021553. OLE color: 3021553.
HSL color Cylindrical-coordinate representation of color #F11A2E: hue angle of 354.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A2E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.05 |
| HSL | 354.42º | 0.88% | 0.52% | - |
| HSV(B) | 354.42º | 0.89% | 0.95% | - |
| XYZ | 37.14 | 19.64 | 4.42 | - |
| YUV | 92.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 46 | 0 | 0.89 | 0.81 | 0.05 | 354.42 | 0.88 | 0.52 |
| Hex | F1 | 1A | 2E | 0 | 59 | 51 | 5 | 162 | 58 | 34 |
| Octal | 361 | 32 | 56 | 0 | 131 | 121 | 5 | 542 | 130 | 64 |
| Binary | 11110001 | 11010 | 101110 | 0 | 1011001 | 1010001 | 101 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F11A2E
Complementary color
Monochromatic Colors of #F11A2E
Black with #F11A2E
Text Example
Text Example
White with #F11A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A2E; }
p { color: rgb(241,26,46); }
H1.HeaderClassName
{
color: #F11A2E;
}
.AnyTagClassName
{
color: #F11A2E;
}
</style>
background-color css
<style>
a { background-color: #F11A2E; }
a { background-color: rgb(241,26,46); }
div.DivClassName
{
background-color: #F11A2E;
}
.BgClassName
{
background-color: #F11A2E;
}
</style>
border-color css
<style>
span { border-color: #F11A2E; }
span { border-color: rgb(241,26,46); }
td.TdClassName
{
border-color: #F11A2E;
}
.TagClassName
{
border-color: #F11A2E;
}
</style>