Shades of Torch Red #F21115
Tints of Torch Red #F21115
RGB
CMYK
RGB Variations
Color information
#F21115 (or 0xF21115) is known color: Torch Red. HEX triplet: F2, 11 and 15. RGB value is (242,17,21). Sum of RGB (Red+Green+Blue) = 242+17+21=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21115 is #0DEEEA. Grayscale: #545454. Windows color (decimal): -913131 or 1380850. OLE color: 1380850.
HSL color Cylindrical-coordinate representation of color #F21115: hue angle of 358.93º 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 #F21115 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.93º | 0.9% | 0.51% | - |
| HSV(B) | 358.93º | 0.93% | 0.95% | - |
| XYZ | 36.95 | 19.33 | 2.49 | - |
| YUV | 84.73 | 92.04 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 21 | 0 | 0.93 | 0.91 | 0.05 | 358.93 | 0.9 | 0.51 |
| Hex | F2 | 11 | 15 | 0 | 5D | 5B | 5 | 167 | 5A | 33 |
| Octal | 362 | 21 | 25 | 0 | 135 | 133 | 5 | 547 | 132 | 63 |
| Binary | 11110010 | 10001 | 10101 | 0 | 1011101 | 1011011 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F21115
Complementary color
Monochromatic Colors of #F21115
Black with #F21115
Text Example
Text Example
White with #F21115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21115; }
p { color: rgb(242,17,21); }
H1.HeaderClassName
{
color: #F21115;
}
.AnyTagClassName
{
color: #F21115;
}
</style>
background-color css
<style>
a { background-color: #F21115; }
a { background-color: rgb(242,17,21); }
div.DivClassName
{
background-color: #F21115;
}
.BgClassName
{
background-color: #F21115;
}
</style>
border-color css
<style>
span { border-color: #F21115; }
span { border-color: rgb(242,17,21); }
td.TdClassName
{
border-color: #F21115;
}
.TagClassName
{
border-color: #F21115;
}
</style>