Shades of Torch Red #F21039
Tints of Torch Red #F21039
RGB
CMYK
RGB Variations
Color information
#F21039 (or 0xF21039) is known color: Torch Red. HEX triplet: F2, 10 and 39. RGB value is (242,16,57). Sum of RGB (Red+Green+Blue) = 242+16+57=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21039 is #0DEFC6. Grayscale: #585858. Windows color (decimal): -913351 or 3739890. OLE color: 3739890.
HSL color Cylindrical-coordinate representation of color #F21039: hue angle of 349.12º 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 #F21039 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.05 |
| HSL | 349.12º | 0.9% | 0.51% | - |
| HSV(B) | 349.12º | 0.93% | 0.95% | - |
| XYZ | 37.54 | 19.54 | 5.66 | - |
| YUV | 88.25 | 110.37 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 57 | 0 | 0.93 | 0.76 | 0.05 | 349.12 | 0.9 | 0.51 |
| Hex | F2 | 10 | 39 | 0 | 5D | 4C | 5 | 15D | 5A | 33 |
| Octal | 362 | 20 | 71 | 0 | 135 | 114 | 5 | 535 | 132 | 63 |
| Binary | 11110010 | 10000 | 111001 | 0 | 1011101 | 1001100 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F21039
Complementary color
Monochromatic Colors of #F21039
Black with #F21039
Text Example
Text Example
White with #F21039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21039; }
p { color: rgb(242,16,57); }
H1.HeaderClassName
{
color: #F21039;
}
.AnyTagClassName
{
color: #F21039;
}
</style>
background-color css
<style>
a { background-color: #F21039; }
a { background-color: rgb(242,16,57); }
div.DivClassName
{
background-color: #F21039;
}
.BgClassName
{
background-color: #F21039;
}
</style>
border-color css
<style>
span { border-color: #F21039; }
span { border-color: rgb(242,16,57); }
td.TdClassName
{
border-color: #F21039;
}
.TagClassName
{
border-color: #F21039;
}
</style>