Shades of Torch Red #F2002C
Tints of Torch Red #F2002C
RGB
CMYK
RGB Variations
Color information
#F2002C (or 0xF2002C) is known color: Torch Red. HEX triplet: F2, 00 and 2C. RGB value is (242,0,44). Sum of RGB (Red+Green+Blue) = 242+0+44=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002C is #0DFFD3. Grayscale: #4D4D4D. Windows color (decimal): -917460 or 2883826. OLE color: 2883826.
HSL color Cylindrical-coordinate representation of color #F2002C: hue angle of 349.09º 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 #F2002C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.82 | 0.05 |
| HSL | 349.09º | 1% | 0.47% | - |
| HSV(B) | 349.09º | 1% | 0.95% | - |
| XYZ | 37.07 | 19.06 | 4.11 | - |
| YUV | 77.37 | 109.17 | 245.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 44 | 0 | 1 | 0.82 | 0.05 | 349.09 | 1 | 0.47 |
| Hex | F2 | 0 | 2C | 0 | 64 | 52 | 5 | 15D | 64 | 2F |
| Octal | 362 | 0 | 54 | 0 | 144 | 122 | 5 | 535 | 144 | 57 |
| Binary | 11110010 | 0 | 101100 | 0 | 1100100 | 1010010 | 101 | 101011101 | 1100100 | 101111 |
Color Harmonies of #F2002C
Complementary color
Monochromatic Colors of #F2002C
Black with #F2002C
Text Example
Text Example
White with #F2002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2002C; }
p { color: rgb(242,0,44); }
H1.HeaderClassName
{
color: #F2002C;
}
.AnyTagClassName
{
color: #F2002C;
}
</style>
background-color css
<style>
a { background-color: #F2002C; }
a { background-color: rgb(242,0,44); }
div.DivClassName
{
background-color: #F2002C;
}
.BgClassName
{
background-color: #F2002C;
}
</style>
border-color css
<style>
span { border-color: #F2002C; }
span { border-color: rgb(242,0,44); }
td.TdClassName
{
border-color: #F2002C;
}
.TagClassName
{
border-color: #F2002C;
}
</style>