Shades of Torch Red #F11A2F
Tints of Torch Red #F11A2F
RGB
CMYK
RGB Variations
Color information
#F11A2F (or 0xF11A2F) is known color: Torch Red. HEX triplet: F1, 1A and 2F. RGB value is (241,26,47). Sum of RGB (Red+Green+Blue) = 241+26+47=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A2F is #0EE5D0. Grayscale: #5C5C5C. Windows color (decimal): -976337 or 3087089. OLE color: 3087089.
HSL color Cylindrical-coordinate representation of color #F11A2F: hue angle of 354.14º 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 #F11A2F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 47 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.05 |
| HSL | 354.14º | 0.88% | 0.52% | - |
| HSV(B) | 354.14º | 0.89% | 0.95% | - |
| XYZ | 37.16 | 19.64 | 4.52 | - |
| YUV | 92.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 47 | 0 | 0.89 | 0.80 | 0.05 | 354.14 | 0.88 | 0.52 |
| Hex | F1 | 1A | 2F | 0 | 59 | 50 | 5 | 162 | 58 | 34 |
| Octal | 361 | 32 | 57 | 0 | 131 | 120 | 5 | 542 | 130 | 64 |
| Binary | 11110001 | 11010 | 101111 | 0 | 1011001 | 1010000 | 101 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F11A2F
Complementary color
Monochromatic Colors of #F11A2F
Black with #F11A2F
Text Example
Text Example
White with #F11A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A2F; }
p { color: rgb(241,26,47); }
H1.HeaderClassName
{
color: #F11A2F;
}
.AnyTagClassName
{
color: #F11A2F;
}
</style>
background-color css
<style>
a { background-color: #F11A2F; }
a { background-color: rgb(241,26,47); }
div.DivClassName
{
background-color: #F11A2F;
}
.BgClassName
{
background-color: #F11A2F;
}
</style>
border-color css
<style>
span { border-color: #F11A2F; }
span { border-color: rgb(241,26,47); }
td.TdClassName
{
border-color: #F11A2F;
}
.TagClassName
{
border-color: #F11A2F;
}
</style>