Shades of Torch Red #F21341
Tints of Torch Red #F21341
RGB
CMYK
RGB Variations
Color information
#F21341 (or 0xF21341) is known color: Torch Red. HEX triplet: F2, 13 and 41. RGB value is (242,19,65). Sum of RGB (Red+Green+Blue) = 242+19+65=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21341 is #0DECBE. Grayscale: #5A5A5A. Windows color (decimal): -912575 or 4264946. OLE color: 4264946.
HSL color Cylindrical-coordinate representation of color #F21341: hue angle of 347.62º 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 #F21341 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 65 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.05 |
| HSL | 347.62º | 0.9% | 0.51% | - |
| HSV(B) | 347.62º | 0.92% | 0.95% | - |
| XYZ | 37.8 | 19.72 | 6.82 | - |
| YUV | 90.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 65 | 0 | 0.92 | 0.73 | 0.05 | 347.62 | 0.9 | 0.51 |
| Hex | F2 | 13 | 41 | 0 | 5C | 49 | 5 | 15C | 5A | 33 |
| Octal | 362 | 23 | 101 | 0 | 134 | 111 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10011 | 1000001 | 0 | 1011100 | 1001001 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F21341
Complementary color
Monochromatic Colors of #F21341
Black with #F21341
Text Example
Text Example
White with #F21341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21341; }
p { color: rgb(242,19,65); }
H1.HeaderClassName
{
color: #F21341;
}
.AnyTagClassName
{
color: #F21341;
}
</style>
background-color css
<style>
a { background-color: #F21341; }
a { background-color: rgb(242,19,65); }
div.DivClassName
{
background-color: #F21341;
}
.BgClassName
{
background-color: #F21341;
}
</style>
border-color css
<style>
span { border-color: #F21341; }
span { border-color: rgb(242,19,65); }
td.TdClassName
{
border-color: #F21341;
}
.TagClassName
{
border-color: #F21341;
}
</style>