Shades of Torch Red #F2002A
Tints of Torch Red #F2002A
RGB
CMYK
RGB Variations
Color information
#F2002A (or 0xF2002A) is known color: Torch Red. HEX triplet: F2, 00 and 2A. RGB value is (242,0,42). Sum of RGB (Red+Green+Blue) = 242+0+42=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002A is #0DFFD5. Grayscale: #4D4D4D. Windows color (decimal): -917462 or 2752754. OLE color: 2752754.
HSL color Cylindrical-coordinate representation of color #F2002A: hue angle of 349.59º 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 #F2002A is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.83 | 0.05 |
| HSL | 349.59º | 1% | 0.47% | - |
| HSV(B) | 349.59º | 1% | 0.95% | - |
| XYZ | 37.04 | 19.04 | 3.91 | - |
| YUV | 77.15 | 108.17 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 42 | 0 | 1 | 0.83 | 0.05 | 349.59 | 1 | 0.47 |
| Hex | F2 | 0 | 2A | 0 | 64 | 53 | 5 | 15E | 64 | 2F |
| Octal | 362 | 0 | 52 | 0 | 144 | 123 | 5 | 536 | 144 | 57 |
| Binary | 11110010 | 0 | 101010 | 0 | 1100100 | 1010011 | 101 | 101011110 | 1100100 | 101111 |
Color Harmonies of #F2002A
Complementary color
Monochromatic Colors of #F2002A
Black with #F2002A
Text Example
Text Example
White with #F2002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2002A; }
p { color: rgb(242,0,42); }
H1.HeaderClassName
{
color: #F2002A;
}
.AnyTagClassName
{
color: #F2002A;
}
</style>
background-color css
<style>
a { background-color: #F2002A; }
a { background-color: rgb(242,0,42); }
div.DivClassName
{
background-color: #F2002A;
}
.BgClassName
{
background-color: #F2002A;
}
</style>
border-color css
<style>
span { border-color: #F2002A; }
span { border-color: rgb(242,0,42); }
td.TdClassName
{
border-color: #F2002A;
}
.TagClassName
{
border-color: #F2002A;
}
</style>