Shades of Torch Red #F20935
Tints of Torch Red #F20935
RGB
CMYK
RGB Variations
Color information
#F20935 (or 0xF20935) is known color: Torch Red. HEX triplet: F2, 09 and 35. RGB value is (242,9,53). Sum of RGB (Red+Green+Blue) = 242+9+53=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F20935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20935 is #0DF6CA. Grayscale: #535353. Windows color (decimal): -915147 or 3475954. OLE color: 3475954.
HSL color Cylindrical-coordinate representation of color #F20935: hue angle of 348.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20935 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.05 |
| HSL | 348.67º | 0.93% | 0.49% | - |
| HSV(B) | 348.67º | 0.96% | 0.95% | - |
| XYZ | 37.36 | 19.33 | 5.13 | - |
| YUV | 83.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 53 | 0 | 0.96 | 0.78 | 0.05 | 348.67 | 0.93 | 0.49 |
| Hex | F2 | 9 | 35 | 0 | 60 | 4E | 5 | 15D | 5D | 31 |
| Octal | 362 | 11 | 65 | 0 | 140 | 116 | 5 | 535 | 135 | 61 |
| Binary | 11110010 | 1001 | 110101 | 0 | 1100000 | 1001110 | 101 | 101011101 | 1011101 | 110001 |
Color Harmonies of #F20935
Complementary color
Monochromatic Colors of #F20935
Black with #F20935
Text Example
Text Example
White with #F20935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20935; }
p { color: rgb(242,9,53); }
H1.HeaderClassName
{
color: #F20935;
}
.AnyTagClassName
{
color: #F20935;
}
</style>
background-color css
<style>
a { background-color: #F20935; }
a { background-color: rgb(242,9,53); }
div.DivClassName
{
background-color: #F20935;
}
.BgClassName
{
background-color: #F20935;
}
</style>
border-color css
<style>
span { border-color: #F20935; }
span { border-color: rgb(242,9,53); }
td.TdClassName
{
border-color: #F20935;
}
.TagClassName
{
border-color: #F20935;
}
</style>