Shades of Torch Red #F2002E
Tints of Torch Red #F2002E
RGB
CMYK
RGB Variations
Color information
#F2002E (or 0xF2002E) is known color: Torch Red. HEX triplet: F2, 00 and 2E. RGB value is (242,0,46). Sum of RGB (Red+Green+Blue) = 242+0+46=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002E is #0DFFD1. Grayscale: #4D4D4D. Windows color (decimal): -917458 or 3014898. OLE color: 3014898.
HSL color Cylindrical-coordinate representation of color #F2002E: hue angle of 348.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2002E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.81 | 0.05 |
| HSL | 348.6º | 1% | 0.47% | - |
| HSV(B) | 348.6º | 1% | 0.95% | - |
| XYZ | 37.11 | 19.07 | 4.31 | - |
| YUV | 77.6 | 110.17 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 46 | 0 | 1 | 0.81 | 0.05 | 348.6 | 1 | 0.47 |
| Hex | F2 | 0 | 2E | 0 | 64 | 51 | 5 | 15D | 64 | 2F |
| Octal | 362 | 0 | 56 | 0 | 144 | 121 | 5 | 535 | 144 | 57 |
| Binary | 11110010 | 0 | 101110 | 0 | 1100100 | 1010001 | 101 | 101011101 | 1100100 | 101111 |
Color Harmonies of #F2002E
Complementary color
Monochromatic Colors of #F2002E
Black with #F2002E
Text Example
Text Example
White with #F2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2002E; }
p { color: rgb(242,0,46); }
H1.HeaderClassName
{
color: #F2002E;
}
.AnyTagClassName
{
color: #F2002E;
}
</style>
background-color css
<style>
a { background-color: #F2002E; }
a { background-color: rgb(242,0,46); }
div.DivClassName
{
background-color: #F2002E;
}
.BgClassName
{
background-color: #F2002E;
}
</style>
border-color css
<style>
span { border-color: #F2002E; }
span { border-color: rgb(242,0,46); }
td.TdClassName
{
border-color: #F2002E;
}
.TagClassName
{
border-color: #F2002E;
}
</style>