Shades of Torch Red #F21034
Tints of Torch Red #F21034
RGB
CMYK
RGB Variations
Color information
#F21034 (or 0xF21034) is known color: Torch Red. HEX triplet: F2, 10 and 34. RGB value is (242,16,52). Sum of RGB (Red+Green+Blue) = 242+16+52=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F21034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21034 is #0DEFCB. Grayscale: #575757. Windows color (decimal): -913356 or 3412210. OLE color: 3412210.
HSL color Cylindrical-coordinate representation of color #F21034: hue angle of 350.44º 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 #F21034 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 52 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.05 |
| HSL | 350.44º | 0.9% | 0.51% | - |
| HSV(B) | 350.44º | 0.93% | 0.95% | - |
| XYZ | 37.42 | 19.5 | 5.04 | - |
| YUV | 87.68 | 107.87 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 52 | 0 | 0.93 | 0.79 | 0.05 | 350.44 | 0.9 | 0.51 |
| Hex | F2 | 10 | 34 | 0 | 5D | 4F | 5 | 15E | 5A | 33 |
| Octal | 362 | 20 | 64 | 0 | 135 | 117 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10000 | 110100 | 0 | 1011101 | 1001111 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21034
Complementary color
Monochromatic Colors of #F21034
Black with #F21034
Text Example
Text Example
White with #F21034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21034; }
p { color: rgb(242,16,52); }
H1.HeaderClassName
{
color: #F21034;
}
.AnyTagClassName
{
color: #F21034;
}
</style>
background-color css
<style>
a { background-color: #F21034; }
a { background-color: rgb(242,16,52); }
div.DivClassName
{
background-color: #F21034;
}
.BgClassName
{
background-color: #F21034;
}
</style>
border-color css
<style>
span { border-color: #F21034; }
span { border-color: rgb(242,16,52); }
td.TdClassName
{
border-color: #F21034;
}
.TagClassName
{
border-color: #F21034;
}
</style>