Shades of Torch Red #F21842
Tints of Torch Red #F21842
RGB
CMYK
RGB Variations
Color information
#F21842 (or 0xF21842) is known color: Torch Red. HEX triplet: F2, 18 and 42. RGB value is (242,24,66). Sum of RGB (Red+Green+Blue) = 242+24+66=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F21842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21842 is #0DE7BD. Grayscale: #5E5E5E. Windows color (decimal): -911294 or 4331762. OLE color: 4331762.
HSL color Cylindrical-coordinate representation of color #F21842: hue angle of 348.44º 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 #F21842 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 66 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.05 |
| HSL | 348.44º | 0.89% | 0.52% | - |
| HSV(B) | 348.44º | 0.9% | 0.95% | - |
| XYZ | 37.93 | 19.92 | 7 | - |
| YUV | 93.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 66 | 0 | 0.90 | 0.73 | 0.05 | 348.44 | 0.89 | 0.52 |
| Hex | F2 | 18 | 42 | 0 | 5A | 49 | 5 | 15C | 59 | 34 |
| Octal | 362 | 30 | 102 | 0 | 132 | 111 | 5 | 534 | 131 | 64 |
| Binary | 11110010 | 11000 | 1000010 | 0 | 1011010 | 1001001 | 101 | 101011100 | 1011001 | 110100 |
Color Harmonies of #F21842
Complementary color
Monochromatic Colors of #F21842
Black with #F21842
Text Example
Text Example
White with #F21842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21842; }
p { color: rgb(242,24,66); }
H1.HeaderClassName
{
color: #F21842;
}
.AnyTagClassName
{
color: #F21842;
}
</style>
background-color css
<style>
a { background-color: #F21842; }
a { background-color: rgb(242,24,66); }
div.DivClassName
{
background-color: #F21842;
}
.BgClassName
{
background-color: #F21842;
}
</style>
border-color css
<style>
span { border-color: #F21842; }
span { border-color: rgb(242,24,66); }
td.TdClassName
{
border-color: #F21842;
}
.TagClassName
{
border-color: #F21842;
}
</style>