Shades of Torch Red #F21431
Tints of Torch Red #F21431
RGB
CMYK
RGB Variations
Color information
#F21431 (or 0xF21431) is known color: Torch Red. HEX triplet: F2, 14 and 31. RGB value is (242,20,49). Sum of RGB (Red+Green+Blue) = 242+20+49=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F21431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21431 is #0DEBCE. Grayscale: #595959. Windows color (decimal): -912335 or 3216626. OLE color: 3216626.
HSL color Cylindrical-coordinate representation of color #F21431: hue angle of 352.16º 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 #F21431 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 49 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.05 |
| HSL | 352.16º | 0.9% | 0.51% | - |
| HSV(B) | 352.16º | 0.92% | 0.95% | - |
| XYZ | 37.42 | 19.6 | 4.72 | - |
| YUV | 89.68 | 105.05 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 49 | 0 | 0.92 | 0.80 | 0.05 | 352.16 | 0.9 | 0.51 |
| Hex | F2 | 14 | 31 | 0 | 5C | 50 | 5 | 160 | 5A | 33 |
| Octal | 362 | 24 | 61 | 0 | 134 | 120 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10100 | 110001 | 0 | 1011100 | 1010000 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F21431
Complementary color
Monochromatic Colors of #F21431
Black with #F21431
Text Example
Text Example
White with #F21431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21431; }
p { color: rgb(242,20,49); }
H1.HeaderClassName
{
color: #F21431;
}
.AnyTagClassName
{
color: #F21431;
}
</style>
background-color css
<style>
a { background-color: #F21431; }
a { background-color: rgb(242,20,49); }
div.DivClassName
{
background-color: #F21431;
}
.BgClassName
{
background-color: #F21431;
}
</style>
border-color css
<style>
span { border-color: #F21431; }
span { border-color: rgb(242,20,49); }
td.TdClassName
{
border-color: #F21431;
}
.TagClassName
{
border-color: #F21431;
}
</style>