Shades of Torch Red #F11626
Tints of Torch Red #F11626
RGB
CMYK
RGB Variations
Color information
#F11626 (or 0xF11626) is known color: Torch Red. HEX triplet: F1, 16 and 26. RGB value is (241,22,38). Sum of RGB (Red+Green+Blue) = 241+22+38=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F11626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11626 is #0EE9D9. Grayscale: #595959. Windows color (decimal): -977370 or 2496241. OLE color: 2496241.
HSL color Cylindrical-coordinate representation of color #F11626: hue angle of 355.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11626 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 38 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.05 |
| HSL | 355.62º | 0.89% | 0.52% | - |
| HSV(B) | 355.62º | 0.91% | 0.95% | - |
| XYZ | 36.91 | 19.41 | 3.64 | - |
| YUV | 89.31 | 99.05 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 38 | 0 | 0.91 | 0.84 | 0.05 | 355.62 | 0.89 | 0.52 |
| Hex | F1 | 16 | 26 | 0 | 5B | 54 | 5 | 164 | 59 | 34 |
| Octal | 361 | 26 | 46 | 0 | 133 | 124 | 5 | 544 | 131 | 64 |
| Binary | 11110001 | 10110 | 100110 | 0 | 1011011 | 1010100 | 101 | 101100100 | 1011001 | 110100 |
Color Harmonies of #F11626
Complementary color
Monochromatic Colors of #F11626
Black with #F11626
Text Example
Text Example
White with #F11626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11626; }
p { color: rgb(241,22,38); }
H1.HeaderClassName
{
color: #F11626;
}
.AnyTagClassName
{
color: #F11626;
}
</style>
background-color css
<style>
a { background-color: #F11626; }
a { background-color: rgb(241,22,38); }
div.DivClassName
{
background-color: #F11626;
}
.BgClassName
{
background-color: #F11626;
}
</style>
border-color css
<style>
span { border-color: #F11626; }
span { border-color: rgb(241,22,38); }
td.TdClassName
{
border-color: #F11626;
}
.TagClassName
{
border-color: #F11626;
}
</style>