Shades of Torch Red #F21026
Tints of Torch Red #F21026
RGB
CMYK
RGB Variations
Color information
#F21026 (or 0xF21026) is known color: Torch Red. HEX triplet: F2, 10 and 26. RGB value is (242,16,38). Sum of RGB (Red+Green+Blue) = 242+16+38=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F21026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21026 is #0DEFD9. Grayscale: #565656. Windows color (decimal): -913370 or 2494706. OLE color: 2494706.
HSL color Cylindrical-coordinate representation of color #F21026: hue angle of 354.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21026 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.05 |
| HSL | 354.16º | 0.9% | 0.51% | - |
| HSV(B) | 354.16º | 0.93% | 0.95% | - |
| XYZ | 37.15 | 19.39 | 3.62 | - |
| YUV | 86.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 38 | 0 | 0.93 | 0.84 | 0.05 | 354.16 | 0.9 | 0.51 |
| Hex | F2 | 10 | 26 | 0 | 5D | 54 | 5 | 162 | 5A | 33 |
| Octal | 362 | 20 | 46 | 0 | 135 | 124 | 5 | 542 | 132 | 63 |
| Binary | 11110010 | 10000 | 100110 | 0 | 1011101 | 1010100 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F21026
Complementary color
Monochromatic Colors of #F21026
Black with #F21026
Text Example
Text Example
White with #F21026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21026; }
p { color: rgb(242,16,38); }
H1.HeaderClassName
{
color: #F21026;
}
.AnyTagClassName
{
color: #F21026;
}
</style>
background-color css
<style>
a { background-color: #F21026; }
a { background-color: rgb(242,16,38); }
div.DivClassName
{
background-color: #F21026;
}
.BgClassName
{
background-color: #F21026;
}
</style>
border-color css
<style>
span { border-color: #F21026; }
span { border-color: rgb(242,16,38); }
td.TdClassName
{
border-color: #F21026;
}
.TagClassName
{
border-color: #F21026;
}
</style>