Shades of Torch Red #F21632
Tints of Torch Red #F21632
RGB
CMYK
RGB Variations
Color information
#F21632 (or 0xF21632) is known color: Torch Red. HEX triplet: F2, 16 and 32. RGB value is (242,22,50). Sum of RGB (Red+Green+Blue) = 242+22+50=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21632 is #0DE9CD. Grayscale: #5B5B5B. Windows color (decimal): -911822 or 3282674. OLE color: 3282674.
HSL color Cylindrical-coordinate representation of color #F21632: hue angle of 352.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21632 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.05 |
| HSL | 352.36º | 0.89% | 0.52% | - |
| HSV(B) | 352.36º | 0.91% | 0.95% | - |
| XYZ | 37.48 | 19.68 | 4.84 | - |
| YUV | 90.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 50 | 0 | 0.91 | 0.79 | 0.05 | 352.36 | 0.89 | 0.52 |
| Hex | F2 | 16 | 32 | 0 | 5B | 4F | 5 | 160 | 59 | 34 |
| Octal | 362 | 26 | 62 | 0 | 133 | 117 | 5 | 540 | 131 | 64 |
| Binary | 11110010 | 10110 | 110010 | 0 | 1011011 | 1001111 | 101 | 101100000 | 1011001 | 110100 |
Color Harmonies of #F21632
Complementary color
Monochromatic Colors of #F21632
Black with #F21632
Text Example
Text Example
White with #F21632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21632; }
p { color: rgb(242,22,50); }
H1.HeaderClassName
{
color: #F21632;
}
.AnyTagClassName
{
color: #F21632;
}
</style>
background-color css
<style>
a { background-color: #F21632; }
a { background-color: rgb(242,22,50); }
div.DivClassName
{
background-color: #F21632;
}
.BgClassName
{
background-color: #F21632;
}
</style>
border-color css
<style>
span { border-color: #F21632; }
span { border-color: rgb(242,22,50); }
td.TdClassName
{
border-color: #F21632;
}
.TagClassName
{
border-color: #F21632;
}
</style>