Shades of Torch Red #F21731
Tints of Torch Red #F21731
RGB
CMYK
RGB Variations
Color information
#F21731 (or 0xF21731) is known color: Torch Red. HEX triplet: F2, 17 and 31. RGB value is (242,23,49). Sum of RGB (Red+Green+Blue) = 242+23+49=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21731 is #0DE8CE. Grayscale: #5B5B5B. Windows color (decimal): -911567 or 3217394. OLE color: 3217394.
HSL color Cylindrical-coordinate representation of color #F21731: hue angle of 352.88º 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 #F21731 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 49 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.05 |
| HSL | 352.88º | 0.89% | 0.52% | - |
| HSV(B) | 352.88º | 0.9% | 0.95% | - |
| XYZ | 37.48 | 19.71 | 4.74 | - |
| YUV | 91.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 49 | 0 | 0.90 | 0.80 | 0.05 | 352.88 | 0.89 | 0.52 |
| Hex | F2 | 17 | 31 | 0 | 5A | 50 | 5 | 161 | 59 | 34 |
| Octal | 362 | 27 | 61 | 0 | 132 | 120 | 5 | 541 | 131 | 64 |
| Binary | 11110010 | 10111 | 110001 | 0 | 1011010 | 1010000 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F21731
Complementary color
Monochromatic Colors of #F21731
Black with #F21731
Text Example
Text Example
White with #F21731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21731; }
p { color: rgb(242,23,49); }
H1.HeaderClassName
{
color: #F21731;
}
.AnyTagClassName
{
color: #F21731;
}
</style>
background-color css
<style>
a { background-color: #F21731; }
a { background-color: rgb(242,23,49); }
div.DivClassName
{
background-color: #F21731;
}
.BgClassName
{
background-color: #F21731;
}
</style>
border-color css
<style>
span { border-color: #F21731; }
span { border-color: rgb(242,23,49); }
td.TdClassName
{
border-color: #F21731;
}
.TagClassName
{
border-color: #F21731;
}
</style>