Shades of Torch Red #F21741
Tints of Torch Red #F21741
RGB
CMYK
RGB Variations
Color information
#F21741 (or 0xF21741) is known color: Torch Red. HEX triplet: F2, 17 and 41. RGB value is (242,23,65). Sum of RGB (Red+Green+Blue) = 242+23+65=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21741 is #0DE8BE. Grayscale: #5D5D5D. Windows color (decimal): -911551 or 4265970. OLE color: 4265970.
HSL color Cylindrical-coordinate representation of color #F21741: hue angle of 348.49º 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 #F21741 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.05 |
| HSL | 348.49º | 0.89% | 0.52% | - |
| HSV(B) | 348.49º | 0.9% | 0.95% | - |
| XYZ | 37.88 | 19.87 | 6.84 | - |
| YUV | 93.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 65 | 0 | 0.90 | 0.73 | 0.05 | 348.49 | 0.89 | 0.52 |
| Hex | F2 | 17 | 41 | 0 | 5A | 49 | 5 | 15C | 59 | 34 |
| Octal | 362 | 27 | 101 | 0 | 132 | 111 | 5 | 534 | 131 | 64 |
| Binary | 11110010 | 10111 | 1000001 | 0 | 1011010 | 1001001 | 101 | 101011100 | 1011001 | 110100 |
Color Harmonies of #F21741
Complementary color
Monochromatic Colors of #F21741
Black with #F21741
Text Example
Text Example
White with #F21741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21741; }
p { color: rgb(242,23,65); }
H1.HeaderClassName
{
color: #F21741;
}
.AnyTagClassName
{
color: #F21741;
}
</style>
background-color css
<style>
a { background-color: #F21741; }
a { background-color: rgb(242,23,65); }
div.DivClassName
{
background-color: #F21741;
}
.BgClassName
{
background-color: #F21741;
}
</style>
border-color css
<style>
span { border-color: #F21741; }
span { border-color: rgb(242,23,65); }
td.TdClassName
{
border-color: #F21741;
}
.TagClassName
{
border-color: #F21741;
}
</style>