Shades of Torch Red #F11B3E
Tints of Torch Red #F11B3E
RGB
CMYK
RGB Variations
Color information
#F11B3E (or 0xF11B3E) is known color: Torch Red. HEX triplet: F1, 1B and 3E. RGB value is (241,27,62). Sum of RGB (Red+Green+Blue) = 241+27+62=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11B3E is #0EE4C1. Grayscale: #5F5F5F. Windows color (decimal): -976066 or 4070385. OLE color: 4070385.
HSL color Cylindrical-coordinate representation of color #F11B3E: hue angle of 350.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B3E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 62 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.05 |
| HSL | 350.19º | 0.88% | 0.53% | - |
| HSV(B) | 350.19º | 0.89% | 0.95% | - |
| XYZ | 37.54 | 19.83 | 6.41 | - |
| YUV | 94.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 62 | 0 | 0.89 | 0.74 | 0.05 | 350.19 | 0.88 | 0.53 |
| Hex | F1 | 1B | 3E | 0 | 59 | 4A | 5 | 15E | 58 | 35 |
| Octal | 361 | 33 | 76 | 0 | 131 | 112 | 5 | 536 | 130 | 65 |
| Binary | 11110001 | 11011 | 111110 | 0 | 1011001 | 1001010 | 101 | 101011110 | 1011000 | 110101 |
Color Harmonies of #F11B3E
Complementary color
Monochromatic Colors of #F11B3E
Black with #F11B3E
Text Example
Text Example
White with #F11B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B3E; }
p { color: rgb(241,27,62); }
H1.HeaderClassName
{
color: #F11B3E;
}
.AnyTagClassName
{
color: #F11B3E;
}
</style>
background-color css
<style>
a { background-color: #F11B3E; }
a { background-color: rgb(241,27,62); }
div.DivClassName
{
background-color: #F11B3E;
}
.BgClassName
{
background-color: #F11B3E;
}
</style>
border-color css
<style>
span { border-color: #F11B3E; }
span { border-color: rgb(241,27,62); }
td.TdClassName
{
border-color: #F11B3E;
}
.TagClassName
{
border-color: #F11B3E;
}
</style>