Shades of Torch Red #F21015
Tints of Torch Red #F21015
RGB
CMYK
RGB Variations
Color information
#F21015 (or 0xF21015) is known color: Torch Red. HEX triplet: F2, 10 and 15. RGB value is (242,16,21). Sum of RGB (Red+Green+Blue) = 242+16+21=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F21015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21015 is #0DEFEA. Grayscale: #545454. Windows color (decimal): -913387 or 1380594. OLE color: 1380594.
HSL color Cylindrical-coordinate representation of color #F21015: hue angle of 358.67º 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 #F21015 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.67º | 0.9% | 0.51% | - |
| HSV(B) | 358.67º | 0.93% | 0.95% | - |
| XYZ | 36.94 | 19.3 | 2.49 | - |
| YUV | 84.14 | 92.37 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 21 | 0 | 0.93 | 0.91 | 0.05 | 358.67 | 0.9 | 0.51 |
| Hex | F2 | 10 | 15 | 0 | 5D | 5B | 5 | 167 | 5A | 33 |
| Octal | 362 | 20 | 25 | 0 | 135 | 133 | 5 | 547 | 132 | 63 |
| Binary | 11110010 | 10000 | 10101 | 0 | 1011101 | 1011011 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F21015
Complementary color
Monochromatic Colors of #F21015
Black with #F21015
Text Example
Text Example
White with #F21015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21015; }
p { color: rgb(242,16,21); }
H1.HeaderClassName
{
color: #F21015;
}
.AnyTagClassName
{
color: #F21015;
}
</style>
background-color css
<style>
a { background-color: #F21015; }
a { background-color: rgb(242,16,21); }
div.DivClassName
{
background-color: #F21015;
}
.BgClassName
{
background-color: #F21015;
}
</style>
border-color css
<style>
span { border-color: #F21015; }
span { border-color: rgb(242,16,21); }
td.TdClassName
{
border-color: #F21015;
}
.TagClassName
{
border-color: #F21015;
}
</style>