Shades of Torch Red #F20E3E
Tints of Torch Red #F20E3E
RGB
CMYK
RGB Variations
Color information
#F20E3E (or 0xF20E3E) is known color: Torch Red. HEX triplet: F2, 0E and 3E. RGB value is (242,14,62). Sum of RGB (Red+Green+Blue) = 242+14+62=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20E3E is #0DF1C1. Grayscale: #575757. Windows color (decimal): -913858 or 4067058. OLE color: 4067058.
HSL color Cylindrical-coordinate representation of color #F20E3E: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E3E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.05 |
| HSL | 347.37º | 0.9% | 0.5% | - |
| HSV(B) | 347.37º | 0.94% | 0.95% | - |
| XYZ | 37.64 | 19.54 | 6.34 | - |
| YUV | 87.64 | 113.54 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 62 | 0 | 0.94 | 0.74 | 0.05 | 347.37 | 0.9 | 0.5 |
| Hex | F2 | E | 3E | 0 | 5E | 4A | 5 | 15B | 5A | 32 |
| Octal | 362 | 16 | 76 | 0 | 136 | 112 | 5 | 533 | 132 | 62 |
| Binary | 11110010 | 1110 | 111110 | 0 | 1011110 | 1001010 | 101 | 101011011 | 1011010 | 110010 |
Color Harmonies of #F20E3E
Complementary color
Monochromatic Colors of #F20E3E
Black with #F20E3E
Text Example
Text Example
White with #F20E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E3E; }
p { color: rgb(242,14,62); }
H1.HeaderClassName
{
color: #F20E3E;
}
.AnyTagClassName
{
color: #F20E3E;
}
</style>
background-color css
<style>
a { background-color: #F20E3E; }
a { background-color: rgb(242,14,62); }
div.DivClassName
{
background-color: #F20E3E;
}
.BgClassName
{
background-color: #F20E3E;
}
</style>
border-color css
<style>
span { border-color: #F20E3E; }
span { border-color: rgb(242,14,62); }
td.TdClassName
{
border-color: #F20E3E;
}
.TagClassName
{
border-color: #F20E3E;
}
</style>