Shades of Torch Red #F21442
Tints of Torch Red #F21442
RGB
CMYK
RGB Variations
Color information
#F21442 (or 0xF21442) is known color: Torch Red. HEX triplet: F2, 14 and 42. RGB value is (242,20,66). Sum of RGB (Red+Green+Blue) = 242+20+66=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F21442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21442 is #0DEBBD. Grayscale: #5B5B5B. Windows color (decimal): -912318 or 4330738. OLE color: 4330738.
HSL color Cylindrical-coordinate representation of color #F21442: hue angle of 347.57º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21442 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 66 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.05 |
| HSL | 347.57º | 0.9% | 0.51% | - |
| HSV(B) | 347.57º | 0.92% | 0.95% | - |
| XYZ | 37.85 | 19.77 | 6.98 | - |
| YUV | 91.62 | 113.55 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 66 | 0 | 0.92 | 0.73 | 0.05 | 347.57 | 0.9 | 0.51 |
| Hex | F2 | 14 | 42 | 0 | 5C | 49 | 5 | 15C | 5A | 33 |
| Octal | 362 | 24 | 102 | 0 | 134 | 111 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10100 | 1000010 | 0 | 1011100 | 1001001 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F21442
Complementary color
Monochromatic Colors of #F21442
Black with #F21442
Text Example
Text Example
White with #F21442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21442; }
p { color: rgb(242,20,66); }
H1.HeaderClassName
{
color: #F21442;
}
.AnyTagClassName
{
color: #F21442;
}
</style>
background-color css
<style>
a { background-color: #F21442; }
a { background-color: rgb(242,20,66); }
div.DivClassName
{
background-color: #F21442;
}
.BgClassName
{
background-color: #F21442;
}
</style>
border-color css
<style>
span { border-color: #F21442; }
span { border-color: rgb(242,20,66); }
td.TdClassName
{
border-color: #F21442;
}
.TagClassName
{
border-color: #F21442;
}
</style>