Shades of Torch Red #F20331
Tints of Torch Red #F20331
RGB
CMYK
RGB Variations
Color information
#F20331 (or 0xF20331) is known color: Torch Red. HEX triplet: F2, 03 and 31. RGB value is (242,3,49). Sum of RGB (Red+Green+Blue) = 242+3+49=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F20331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20331 is #0DFCCE. Grayscale: #4F4F4F. Windows color (decimal): -916687 or 3212274. OLE color: 3212274.
HSL color Cylindrical-coordinate representation of color #F20331: hue angle of 348.45º 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 #F20331 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.05 |
| HSL | 348.45º | 0.98% | 0.48% | - |
| HSV(B) | 348.45º | 0.99% | 0.95% | - |
| XYZ | 37.2 | 19.16 | 4.64 | - |
| YUV | 79.71 | 110.68 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 49 | 0 | 0.99 | 0.80 | 0.05 | 348.45 | 0.98 | 0.48 |
| Hex | F2 | 3 | 31 | 0 | 63 | 50 | 5 | 15C | 62 | 30 |
| Octal | 362 | 3 | 61 | 0 | 143 | 120 | 5 | 534 | 142 | 60 |
| Binary | 11110010 | 11 | 110001 | 0 | 1100011 | 1010000 | 101 | 101011100 | 1100010 | 110000 |
Color Harmonies of #F20331
Complementary color
Monochromatic Colors of #F20331
Black with #F20331
Text Example
Text Example
White with #F20331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20331; }
p { color: rgb(242,3,49); }
H1.HeaderClassName
{
color: #F20331;
}
.AnyTagClassName
{
color: #F20331;
}
</style>
background-color css
<style>
a { background-color: #F20331; }
a { background-color: rgb(242,3,49); }
div.DivClassName
{
background-color: #F20331;
}
.BgClassName
{
background-color: #F20331;
}
</style>
border-color css
<style>
span { border-color: #F20331; }
span { border-color: rgb(242,3,49); }
td.TdClassName
{
border-color: #F20331;
}
.TagClassName
{
border-color: #F20331;
}
</style>