Shades of Torch Red #F20524
Tints of Torch Red #F20524
RGB
CMYK
RGB Variations
Color information
#F20524 (or 0xF20524) is known color: Torch Red. HEX triplet: F2, 05 and 24. RGB value is (242,5,36). Sum of RGB (Red+Green+Blue) = 242+5+36=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F20524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20524 is #0DFADB. Grayscale: #4F4F4F. Windows color (decimal): -916188 or 2360818. OLE color: 2360818.
HSL color Cylindrical-coordinate representation of color #F20524: hue angle of 352.15º 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 #F20524 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.05 |
| HSL | 352.15º | 0.96% | 0.48% | - |
| HSV(B) | 352.15º | 0.98% | 0.95% | - |
| XYZ | 36.99 | 19.11 | 3.41 | - |
| YUV | 79.4 | 103.52 | 243.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 36 | 0 | 0.98 | 0.85 | 0.05 | 352.15 | 0.96 | 0.48 |
| Hex | F2 | 5 | 24 | 0 | 62 | 55 | 5 | 160 | 60 | 30 |
| Octal | 362 | 5 | 44 | 0 | 142 | 125 | 5 | 540 | 140 | 60 |
| Binary | 11110010 | 101 | 100100 | 0 | 1100010 | 1010101 | 101 | 101100000 | 1100000 | 110000 |
Color Harmonies of #F20524
Complementary color
Monochromatic Colors of #F20524
Black with #F20524
Text Example
Text Example
White with #F20524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20524; }
p { color: rgb(242,5,36); }
H1.HeaderClassName
{
color: #F20524;
}
.AnyTagClassName
{
color: #F20524;
}
</style>
background-color css
<style>
a { background-color: #F20524; }
a { background-color: rgb(242,5,36); }
div.DivClassName
{
background-color: #F20524;
}
.BgClassName
{
background-color: #F20524;
}
</style>
border-color css
<style>
span { border-color: #F20524; }
span { border-color: rgb(242,5,36); }
td.TdClassName
{
border-color: #F20524;
}
.TagClassName
{
border-color: #F20524;
}
</style>