Shades of Torch Red #F21016
Tints of Torch Red #F21016
RGB
CMYK
RGB Variations
Color information
#F21016 (or 0xF21016) is known color: Torch Red. HEX triplet: F2, 10 and 16. RGB value is (242,16,22). Sum of RGB (Red+Green+Blue) = 242+16+22=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21016 is #0DEFE9. Grayscale: #545454. Windows color (decimal): -913386 or 1446130. OLE color: 1446130.
HSL color Cylindrical-coordinate representation of color #F21016: hue angle of 358.41º 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 #F21016 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.41º | 0.9% | 0.51% | - |
| HSV(B) | 358.41º | 0.93% | 0.95% | - |
| XYZ | 36.95 | 19.31 | 2.54 | - |
| YUV | 84.26 | 92.87 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 22 | 0 | 0.93 | 0.91 | 0.05 | 358.41 | 0.9 | 0.51 |
| Hex | F2 | 10 | 16 | 0 | 5D | 5B | 5 | 166 | 5A | 33 |
| Octal | 362 | 20 | 26 | 0 | 135 | 133 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10000 | 10110 | 0 | 1011101 | 1011011 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F21016
Complementary color
Monochromatic Colors of #F21016
Black with #F21016
Text Example
Text Example
White with #F21016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21016; }
p { color: rgb(242,16,22); }
H1.HeaderClassName
{
color: #F21016;
}
.AnyTagClassName
{
color: #F21016;
}
</style>
background-color css
<style>
a { background-color: #F21016; }
a { background-color: rgb(242,16,22); }
div.DivClassName
{
background-color: #F21016;
}
.BgClassName
{
background-color: #F21016;
}
</style>
border-color css
<style>
span { border-color: #F21016; }
span { border-color: rgb(242,16,22); }
td.TdClassName
{
border-color: #F21016;
}
.TagClassName
{
border-color: #F21016;
}
</style>