Shades of Torch Red #F2082B
Tints of Torch Red #F2082B
RGB
CMYK
RGB Variations
Color information
#F2082B (or 0xF2082B) is known color: Torch Red. HEX triplet: F2, 08 and 2B. RGB value is (242,8,43). Sum of RGB (Red+Green+Blue) = 242+8+43=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2082B is #0DF7D4. Grayscale: #525252. Windows color (decimal): -915413 or 2820338. OLE color: 2820338.
HSL color Cylindrical-coordinate representation of color #F2082B: hue angle of 351.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2082B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.05 |
| HSL | 351.03º | 0.94% | 0.49% | - |
| HSV(B) | 351.03º | 0.97% | 0.95% | - |
| XYZ | 37.14 | 19.23 | 4.04 | - |
| YUV | 81.96 | 106.02 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 43 | 0 | 0.97 | 0.82 | 0.05 | 351.03 | 0.94 | 0.49 |
| Hex | F2 | 8 | 2B | 0 | 61 | 52 | 5 | 15F | 5E | 31 |
| Octal | 362 | 10 | 53 | 0 | 141 | 122 | 5 | 537 | 136 | 61 |
| Binary | 11110010 | 1000 | 101011 | 0 | 1100001 | 1010010 | 101 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F2082B
Complementary color
Monochromatic Colors of #F2082B
Black with #F2082B
Text Example
Text Example
White with #F2082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2082B; }
p { color: rgb(242,8,43); }
H1.HeaderClassName
{
color: #F2082B;
}
.AnyTagClassName
{
color: #F2082B;
}
</style>
background-color css
<style>
a { background-color: #F2082B; }
a { background-color: rgb(242,8,43); }
div.DivClassName
{
background-color: #F2082B;
}
.BgClassName
{
background-color: #F2082B;
}
</style>
border-color css
<style>
span { border-color: #F2082B; }
span { border-color: rgb(242,8,43); }
td.TdClassName
{
border-color: #F2082B;
}
.TagClassName
{
border-color: #F2082B;
}
</style>