Shades of Torch Red #F2022B
Tints of Torch Red #F2022B
RGB
CMYK
RGB Variations
Color information
#F2022B (or 0xF2022B) is known color: Torch Red. HEX triplet: F2, 02 and 2B. RGB value is (242,2,43). Sum of RGB (Red+Green+Blue) = 242+2+43=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2022B is #0DFDD4. Grayscale: #4E4E4E. Windows color (decimal): -916949 or 2818802. OLE color: 2818802.
HSL color Cylindrical-coordinate representation of color #F2022B: hue angle of 349.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2022B is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.05 |
| HSL | 349.75º | 0.98% | 0.48% | - |
| HSV(B) | 349.75º | 0.99% | 0.95% | - |
| XYZ | 37.08 | 19.1 | 4.02 | - |
| YUV | 78.43 | 108.01 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 43 | 0 | 0.99 | 0.82 | 0.05 | 349.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 2B | 0 | 63 | 52 | 5 | 15E | 62 | 30 |
| Octal | 362 | 2 | 53 | 0 | 143 | 122 | 5 | 536 | 142 | 60 |
| Binary | 11110010 | 10 | 101011 | 0 | 1100011 | 1010010 | 101 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F2022B
Complementary color
Monochromatic Colors of #F2022B
Black with #F2022B
Text Example
Text Example
White with #F2022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2022B; }
p { color: rgb(242,2,43); }
H1.HeaderClassName
{
color: #F2022B;
}
.AnyTagClassName
{
color: #F2022B;
}
</style>
background-color css
<style>
a { background-color: #F2022B; }
a { background-color: rgb(242,2,43); }
div.DivClassName
{
background-color: #F2022B;
}
.BgClassName
{
background-color: #F2022B;
}
</style>
border-color css
<style>
span { border-color: #F2022B; }
span { border-color: rgb(242,2,43); }
td.TdClassName
{
border-color: #F2022B;
}
.TagClassName
{
border-color: #F2022B;
}
</style>