Shades of Torch Red #F21546
Tints of Torch Red #F21546
RGB
CMYK
RGB Variations
Color information
#F21546 (or 0xF21546) is known color: Torch Red. HEX triplet: F2, 15 and 46. RGB value is (242,21,70). Sum of RGB (Red+Green+Blue) = 242+21+70=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21546 is #0DEAB9. Grayscale: #5C5C5C. Windows color (decimal): -912058 or 4593138. OLE color: 4593138.
HSL color Cylindrical-coordinate representation of color #F21546: hue angle of 346.7º 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 #F21546 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 70 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 346.7º | 0.89% | 0.52% | - |
| HSV(B) | 346.7º | 0.91% | 0.95% | - |
| XYZ | 37.99 | 19.86 | 7.62 | - |
| YUV | 92.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 70 | 0 | 0.91 | 0.71 | 0.05 | 346.7 | 0.89 | 0.52 |
| Hex | F2 | 15 | 46 | 0 | 5B | 47 | 5 | 15B | 59 | 34 |
| Octal | 362 | 25 | 106 | 0 | 133 | 107 | 5 | 533 | 131 | 64 |
| Binary | 11110010 | 10101 | 1000110 | 0 | 1011011 | 1000111 | 101 | 101011011 | 1011001 | 110100 |
Color Harmonies of #F21546
Complementary color
Monochromatic Colors of #F21546
Black with #F21546
Text Example
Text Example
White with #F21546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21546; }
p { color: rgb(242,21,70); }
H1.HeaderClassName
{
color: #F21546;
}
.AnyTagClassName
{
color: #F21546;
}
</style>
background-color css
<style>
a { background-color: #F21546; }
a { background-color: rgb(242,21,70); }
div.DivClassName
{
background-color: #F21546;
}
.BgClassName
{
background-color: #F21546;
}
</style>
border-color css
<style>
span { border-color: #F21546; }
span { border-color: rgb(242,21,70); }
td.TdClassName
{
border-color: #F21546;
}
.TagClassName
{
border-color: #F21546;
}
</style>