Shades of Torch Red #F2052F
Tints of Torch Red #F2052F
RGB
CMYK
RGB Variations
Color information
#F2052F (or 0xF2052F) is known color: Torch Red. HEX triplet: F2, 05 and 2F. RGB value is (242,5,47). Sum of RGB (Red+Green+Blue) = 242+5+47=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2052F is #0DFAD0. Grayscale: #505050. Windows color (decimal): -916177 or 3081714. OLE color: 3081714.
HSL color Cylindrical-coordinate representation of color #F2052F: hue angle of 349.37º 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 #F2052F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.05 |
| HSL | 349.37º | 0.96% | 0.48% | - |
| HSV(B) | 349.37º | 0.98% | 0.95% | - |
| XYZ | 37.19 | 19.19 | 4.43 | - |
| YUV | 80.65 | 109.02 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 47 | 0 | 0.98 | 0.81 | 0.05 | 349.37 | 0.96 | 0.48 |
| Hex | F2 | 5 | 2F | 0 | 62 | 51 | 5 | 15D | 60 | 30 |
| Octal | 362 | 5 | 57 | 0 | 142 | 121 | 5 | 535 | 140 | 60 |
| Binary | 11110010 | 101 | 101111 | 0 | 1100010 | 1010001 | 101 | 101011101 | 1100000 | 110000 |
Color Harmonies of #F2052F
Complementary color
Monochromatic Colors of #F2052F
Black with #F2052F
Text Example
Text Example
White with #F2052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2052F; }
p { color: rgb(242,5,47); }
H1.HeaderClassName
{
color: #F2052F;
}
.AnyTagClassName
{
color: #F2052F;
}
</style>
background-color css
<style>
a { background-color: #F2052F; }
a { background-color: rgb(242,5,47); }
div.DivClassName
{
background-color: #F2052F;
}
.BgClassName
{
background-color: #F2052F;
}
</style>
border-color css
<style>
span { border-color: #F2052F; }
span { border-color: rgb(242,5,47); }
td.TdClassName
{
border-color: #F2052F;
}
.TagClassName
{
border-color: #F2052F;
}
</style>