Shades of Torch Red #F21441
Tints of Torch Red #F21441
RGB
CMYK
RGB Variations
Color information
#F21441 (or 0xF21441) is known color: Torch Red. HEX triplet: F2, 14 and 41. RGB value is (242,20,65). Sum of RGB (Red+Green+Blue) = 242+20+65=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F21441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21441 is #0DEBBE. Grayscale: #5B5B5B. Windows color (decimal): -912319 or 4265202. OLE color: 4265202.
HSL color Cylindrical-coordinate representation of color #F21441: hue angle of 347.84º 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 #F21441 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 65 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.05 |
| HSL | 347.84º | 0.9% | 0.51% | - |
| HSV(B) | 347.84º | 0.92% | 0.95% | - |
| XYZ | 37.82 | 19.76 | 6.82 | - |
| YUV | 91.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 65 | 0 | 0.92 | 0.73 | 0.05 | 347.84 | 0.9 | 0.51 |
| Hex | F2 | 14 | 41 | 0 | 5C | 49 | 5 | 15C | 5A | 33 |
| Octal | 362 | 24 | 101 | 0 | 134 | 111 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10100 | 1000001 | 0 | 1011100 | 1001001 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F21441
Complementary color
Monochromatic Colors of #F21441
Black with #F21441
Text Example
Text Example
White with #F21441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21441; }
p { color: rgb(242,20,65); }
H1.HeaderClassName
{
color: #F21441;
}
.AnyTagClassName
{
color: #F21441;
}
</style>
background-color css
<style>
a { background-color: #F21441; }
a { background-color: rgb(242,20,65); }
div.DivClassName
{
background-color: #F21441;
}
.BgClassName
{
background-color: #F21441;
}
</style>
border-color css
<style>
span { border-color: #F21441; }
span { border-color: rgb(242,20,65); }
td.TdClassName
{
border-color: #F21441;
}
.TagClassName
{
border-color: #F21441;
}
</style>