Shades of Torch Red #F2082C
Tints of Torch Red #F2082C
RGB
CMYK
RGB Variations
Color information
#F2082C (or 0xF2082C) is known color: Torch Red. HEX triplet: F2, 08 and 2C. RGB value is (242,8,44). Sum of RGB (Red+Green+Blue) = 242+8+44=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2082C is #0DF7D3. Grayscale: #525252. Windows color (decimal): -915412 or 2885874. OLE color: 2885874.
HSL color Cylindrical-coordinate representation of color #F2082C: hue angle of 350.77º 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 #F2082C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.05 |
| HSL | 350.77º | 0.94% | 0.49% | - |
| HSV(B) | 350.77º | 0.97% | 0.95% | - |
| XYZ | 37.16 | 19.23 | 4.14 | - |
| YUV | 82.07 | 106.52 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 44 | 0 | 0.97 | 0.82 | 0.05 | 350.77 | 0.94 | 0.49 |
| Hex | F2 | 8 | 2C | 0 | 61 | 52 | 5 | 15F | 5E | 31 |
| Octal | 362 | 10 | 54 | 0 | 141 | 122 | 5 | 537 | 136 | 61 |
| Binary | 11110010 | 1000 | 101100 | 0 | 1100001 | 1010010 | 101 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F2082C
Complementary color
Monochromatic Colors of #F2082C
Black with #F2082C
Text Example
Text Example
White with #F2082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2082C; }
p { color: rgb(242,8,44); }
H1.HeaderClassName
{
color: #F2082C;
}
.AnyTagClassName
{
color: #F2082C;
}
</style>
background-color css
<style>
a { background-color: #F2082C; }
a { background-color: rgb(242,8,44); }
div.DivClassName
{
background-color: #F2082C;
}
.BgClassName
{
background-color: #F2082C;
}
</style>
border-color css
<style>
span { border-color: #F2082C; }
span { border-color: rgb(242,8,44); }
td.TdClassName
{
border-color: #F2082C;
}
.TagClassName
{
border-color: #F2082C;
}
</style>