Shades of Torch Red #F21031
Tints of Torch Red #F21031
RGB
CMYK
RGB Variations
Color information
#F21031 (or 0xF21031) is known color: Torch Red. HEX triplet: F2, 10 and 31. RGB value is (242,16,49). Sum of RGB (Red+Green+Blue) = 242+16+49=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F21031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21031 is #0DEFCE. Grayscale: #575757. Windows color (decimal): -913359 or 3215602. OLE color: 3215602.
HSL color Cylindrical-coordinate representation of color #F21031: hue angle of 351.24º 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 #F21031 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.24º | 0.9% | 0.51% | - |
| HSV(B) | 351.24º | 0.93% | 0.95% | - |
| XYZ | 37.36 | 19.47 | 4.69 | - |
| YUV | 87.34 | 106.37 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 49 | 0 | 0.93 | 0.80 | 0.05 | 351.24 | 0.9 | 0.51 |
| Hex | F2 | 10 | 31 | 0 | 5D | 50 | 5 | 15F | 5A | 33 |
| Octal | 362 | 20 | 61 | 0 | 135 | 120 | 5 | 537 | 132 | 63 |
| Binary | 11110010 | 10000 | 110001 | 0 | 1011101 | 1010000 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F21031
Complementary color
Monochromatic Colors of #F21031
Black with #F21031
Text Example
Text Example
White with #F21031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21031; }
p { color: rgb(242,16,49); }
H1.HeaderClassName
{
color: #F21031;
}
.AnyTagClassName
{
color: #F21031;
}
</style>
background-color css
<style>
a { background-color: #F21031; }
a { background-color: rgb(242,16,49); }
div.DivClassName
{
background-color: #F21031;
}
.BgClassName
{
background-color: #F21031;
}
</style>
border-color css
<style>
span { border-color: #F21031; }
span { border-color: rgb(242,16,49); }
td.TdClassName
{
border-color: #F21031;
}
.TagClassName
{
border-color: #F21031;
}
</style>