Shades of Torch Red #F21722
Tints of Torch Red #F21722
RGB
CMYK
RGB Variations
Color information
#F21722 (or 0xF21722) is known color: Torch Red. HEX triplet: F2, 17 and 22. RGB value is (242,23,34). Sum of RGB (Red+Green+Blue) = 242+23+34=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F21722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21722 is #0DE8DD. Grayscale: #595959. Windows color (decimal): -911582 or 2234354. OLE color: 2234354.
HSL color Cylindrical-coordinate representation of color #F21722: hue angle of 356.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21722 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 34 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.05 |
| HSL | 356.99º | 0.89% | 0.52% | - |
| HSV(B) | 356.99º | 0.9% | 0.95% | - |
| XYZ | 37.21 | 19.61 | 3.34 | - |
| YUV | 89.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 34 | 0 | 0.90 | 0.86 | 0.05 | 356.99 | 0.89 | 0.52 |
| Hex | F2 | 17 | 22 | 0 | 5A | 56 | 5 | 165 | 59 | 34 |
| Octal | 362 | 27 | 42 | 0 | 132 | 126 | 5 | 545 | 131 | 64 |
| Binary | 11110010 | 10111 | 100010 | 0 | 1011010 | 1010110 | 101 | 101100101 | 1011001 | 110100 |
Color Harmonies of #F21722
Complementary color
Monochromatic Colors of #F21722
Black with #F21722
Text Example
Text Example
White with #F21722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21722; }
p { color: rgb(242,23,34); }
H1.HeaderClassName
{
color: #F21722;
}
.AnyTagClassName
{
color: #F21722;
}
</style>
background-color css
<style>
a { background-color: #F21722; }
a { background-color: rgb(242,23,34); }
div.DivClassName
{
background-color: #F21722;
}
.BgClassName
{
background-color: #F21722;
}
</style>
border-color css
<style>
span { border-color: #F21722; }
span { border-color: rgb(242,23,34); }
td.TdClassName
{
border-color: #F21722;
}
.TagClassName
{
border-color: #F21722;
}
</style>