Shades of Torch Red #F20529
Tints of Torch Red #F20529
RGB
CMYK
RGB Variations
Color information
#F20529 (or 0xF20529) is known color: Torch Red. HEX triplet: F2, 05 and 29. RGB value is (242,5,41). Sum of RGB (Red+Green+Blue) = 242+5+41=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F20529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20529 is #0DFAD6. Grayscale: #505050. Windows color (decimal): -916183 or 2688498. OLE color: 2688498.
HSL color Cylindrical-coordinate representation of color #F20529: hue angle of 350.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.05 |
| HSL | 350.89º | 0.96% | 0.48% | - |
| HSV(B) | 350.89º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 19.15 | 3.84 | - |
| YUV | 79.97 | 106.02 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 41 | 0 | 0.98 | 0.83 | 0.05 | 350.89 | 0.96 | 0.48 |
| Hex | F2 | 5 | 29 | 0 | 62 | 53 | 5 | 15F | 60 | 30 |
| Octal | 362 | 5 | 51 | 0 | 142 | 123 | 5 | 537 | 140 | 60 |
| Binary | 11110010 | 101 | 101001 | 0 | 1100010 | 1010011 | 101 | 101011111 | 1100000 | 110000 |
Color Harmonies of #F20529
Complementary color
Monochromatic Colors of #F20529
Black with #F20529
Text Example
Text Example
White with #F20529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20529; }
p { color: rgb(242,5,41); }
H1.HeaderClassName
{
color: #F20529;
}
.AnyTagClassName
{
color: #F20529;
}
</style>
background-color css
<style>
a { background-color: #F20529; }
a { background-color: rgb(242,5,41); }
div.DivClassName
{
background-color: #F20529;
}
.BgClassName
{
background-color: #F20529;
}
</style>
border-color css
<style>
span { border-color: #F20529; }
span { border-color: rgb(242,5,41); }
td.TdClassName
{
border-color: #F20529;
}
.TagClassName
{
border-color: #F20529;
}
</style>