Shades of Torch Red #F2082F
Tints of Torch Red #F2082F
RGB
CMYK
RGB Variations
Color information
#F2082F (or 0xF2082F) is known color: Torch Red. HEX triplet: F2, 08 and 2F. RGB value is (242,8,47). Sum of RGB (Red+Green+Blue) = 242+8+47=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F2082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2082F is #0DF7D0. Grayscale: #525252. Windows color (decimal): -915409 or 3082482. OLE color: 3082482.
HSL color Cylindrical-coordinate representation of color #F2082F: hue angle of 350º 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 #F2082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.05 |
| HSL | 350º | 0.94% | 0.49% | - |
| HSV(B) | 350º | 0.97% | 0.95% | - |
| XYZ | 37.22 | 19.26 | 4.44 | - |
| YUV | 82.41 | 108.02 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 47 | 0 | 0.97 | 0.81 | 0.05 | 350 | 0.94 | 0.49 |
| Hex | F2 | 8 | 2F | 0 | 61 | 51 | 5 | 15E | 5E | 31 |
| Octal | 362 | 10 | 57 | 0 | 141 | 121 | 5 | 536 | 136 | 61 |
| Binary | 11110010 | 1000 | 101111 | 0 | 1100001 | 1010001 | 101 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F2082F
Complementary color
Monochromatic Colors of #F2082F
Black with #F2082F
Text Example
Text Example
White with #F2082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2082F; }
p { color: rgb(242,8,47); }
H1.HeaderClassName
{
color: #F2082F;
}
.AnyTagClassName
{
color: #F2082F;
}
</style>
background-color css
<style>
a { background-color: #F2082F; }
a { background-color: rgb(242,8,47); }
div.DivClassName
{
background-color: #F2082F;
}
.BgClassName
{
background-color: #F2082F;
}
</style>
border-color css
<style>
span { border-color: #F2082F; }
span { border-color: rgb(242,8,47); }
td.TdClassName
{
border-color: #F2082F;
}
.TagClassName
{
border-color: #F2082F;
}
</style>