Shades of Torch Red #F21231
Tints of Torch Red #F21231
RGB
CMYK
RGB Variations
Color information
#F21231 (or 0xF21231) is known color: Torch Red. HEX triplet: F2, 12 and 31. RGB value is (242,18,49). Sum of RGB (Red+Green+Blue) = 242+18+49=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F21231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21231 is #0DEDCE. Grayscale: #585858. Windows color (decimal): -912847 or 3216114. OLE color: 3216114.
HSL color Cylindrical-coordinate representation of color #F21231: hue angle of 351.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21231 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.7º | 0.9% | 0.51% | - |
| HSV(B) | 351.7º | 0.93% | 0.95% | - |
| XYZ | 37.39 | 19.53 | 4.71 | - |
| YUV | 88.51 | 105.71 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 49 | 0 | 0.93 | 0.80 | 0.05 | 351.7 | 0.9 | 0.51 |
| Hex | F2 | 12 | 31 | 0 | 5D | 50 | 5 | 160 | 5A | 33 |
| Octal | 362 | 22 | 61 | 0 | 135 | 120 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10010 | 110001 | 0 | 1011101 | 1010000 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F21231
Complementary color
Monochromatic Colors of #F21231
Black with #F21231
Text Example
Text Example
White with #F21231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21231; }
p { color: rgb(242,18,49); }
H1.HeaderClassName
{
color: #F21231;
}
.AnyTagClassName
{
color: #F21231;
}
</style>
background-color css
<style>
a { background-color: #F21231; }
a { background-color: rgb(242,18,49); }
div.DivClassName
{
background-color: #F21231;
}
.BgClassName
{
background-color: #F21231;
}
</style>
border-color css
<style>
span { border-color: #F21231; }
span { border-color: rgb(242,18,49); }
td.TdClassName
{
border-color: #F21231;
}
.TagClassName
{
border-color: #F21231;
}
</style>