Shades of Torch Red #F20635
Tints of Torch Red #F20635
RGB
CMYK
RGB Variations
Color information
#F20635 (or 0xF20635) is known color: Torch Red. HEX triplet: F2, 06 and 35. RGB value is (242,6,53). Sum of RGB (Red+Green+Blue) = 242+6+53=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F20635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20635 is #0DF9CA. Grayscale: #515151. Windows color (decimal): -915915 or 3475186. OLE color: 3475186.
HSL color Cylindrical-coordinate representation of color #F20635: hue angle of 348.05º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20635 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.05 |
| HSL | 348.05º | 0.95% | 0.49% | - |
| HSV(B) | 348.05º | 0.98% | 0.95% | - |
| XYZ | 37.33 | 19.26 | 5.12 | - |
| YUV | 81.92 | 111.69 | 242.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 53 | 0 | 0.98 | 0.78 | 0.05 | 348.05 | 0.95 | 0.49 |
| Hex | F2 | 6 | 35 | 0 | 62 | 4E | 5 | 15C | 5F | 31 |
| Octal | 362 | 6 | 65 | 0 | 142 | 116 | 5 | 534 | 137 | 61 |
| Binary | 11110010 | 110 | 110101 | 0 | 1100010 | 1001110 | 101 | 101011100 | 1011111 | 110001 |
Color Harmonies of #F20635
Complementary color
Monochromatic Colors of #F20635
Black with #F20635
Text Example
Text Example
White with #F20635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20635; }
p { color: rgb(242,6,53); }
H1.HeaderClassName
{
color: #F20635;
}
.AnyTagClassName
{
color: #F20635;
}
</style>
background-color css
<style>
a { background-color: #F20635; }
a { background-color: rgb(242,6,53); }
div.DivClassName
{
background-color: #F20635;
}
.BgClassName
{
background-color: #F20635;
}
</style>
border-color css
<style>
span { border-color: #F20635; }
span { border-color: rgb(242,6,53); }
td.TdClassName
{
border-color: #F20635;
}
.TagClassName
{
border-color: #F20635;
}
</style>