Shades of Torch Red #F20232
Tints of Torch Red #F20232
RGB
CMYK
RGB Variations
Color information
#F20232 (or 0xF20232) is known color: Torch Red. HEX triplet: F2, 02 and 32. RGB value is (242,2,50). Sum of RGB (Red+Green+Blue) = 242+2+50=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F20232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20232 is #0DFDCD. Grayscale: #4F4F4F. Windows color (decimal): -916942 or 3277554. OLE color: 3277554.
HSL color Cylindrical-coordinate representation of color #F20232: hue angle of 348º 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 #F20232 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.05 |
| HSL | 348º | 0.98% | 0.48% | - |
| HSV(B) | 348º | 0.99% | 0.95% | - |
| XYZ | 37.22 | 19.15 | 4.75 | - |
| YUV | 79.23 | 111.51 | 244.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 50 | 0 | 0.99 | 0.79 | 0.05 | 348 | 0.98 | 0.48 |
| Hex | F2 | 2 | 32 | 0 | 63 | 4F | 5 | 15C | 62 | 30 |
| Octal | 362 | 2 | 62 | 0 | 143 | 117 | 5 | 534 | 142 | 60 |
| Binary | 11110010 | 10 | 110010 | 0 | 1100011 | 1001111 | 101 | 101011100 | 1100010 | 110000 |
Color Harmonies of #F20232
Complementary color
Monochromatic Colors of #F20232
Black with #F20232
Text Example
Text Example
White with #F20232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20232; }
p { color: rgb(242,2,50); }
H1.HeaderClassName
{
color: #F20232;
}
.AnyTagClassName
{
color: #F20232;
}
</style>
background-color css
<style>
a { background-color: #F20232; }
a { background-color: rgb(242,2,50); }
div.DivClassName
{
background-color: #F20232;
}
.BgClassName
{
background-color: #F20232;
}
</style>
border-color css
<style>
span { border-color: #F20232; }
span { border-color: rgb(242,2,50); }
td.TdClassName
{
border-color: #F20232;
}
.TagClassName
{
border-color: #F20232;
}
</style>