Shades of Torch Red #F20D3C
Tints of Torch Red #F20D3C
RGB
CMYK
RGB Variations
Color information
#F20D3C (or 0xF20D3C) is known color: Torch Red. HEX triplet: F2, 0D and 3C. RGB value is (242,13,60). Sum of RGB (Red+Green+Blue) = 242+13+60=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D3C is #0DF2C3. Grayscale: #565656. Windows color (decimal): -914116 or 3935730. OLE color: 3935730.
HSL color Cylindrical-coordinate representation of color #F20D3C: hue angle of 347.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20D3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.05 |
| HSL | 347.69º | 0.9% | 0.5% | - |
| HSV(B) | 347.69º | 0.95% | 0.95% | - |
| XYZ | 37.58 | 19.49 | 6.06 | - |
| YUV | 86.83 | 112.87 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 60 | 0 | 0.95 | 0.75 | 0.05 | 347.69 | 0.9 | 0.5 |
| Hex | F2 | D | 3C | 0 | 5F | 4B | 5 | 15C | 5A | 32 |
| Octal | 362 | 15 | 74 | 0 | 137 | 113 | 5 | 534 | 132 | 62 |
| Binary | 11110010 | 1101 | 111100 | 0 | 1011111 | 1001011 | 101 | 101011100 | 1011010 | 110010 |
Color Harmonies of #F20D3C
Complementary color
Monochromatic Colors of #F20D3C
Black with #F20D3C
Text Example
Text Example
White with #F20D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D3C; }
p { color: rgb(242,13,60); }
H1.HeaderClassName
{
color: #F20D3C;
}
.AnyTagClassName
{
color: #F20D3C;
}
</style>
background-color css
<style>
a { background-color: #F20D3C; }
a { background-color: rgb(242,13,60); }
div.DivClassName
{
background-color: #F20D3C;
}
.BgClassName
{
background-color: #F20D3C;
}
</style>
border-color css
<style>
span { border-color: #F20D3C; }
span { border-color: rgb(242,13,60); }
td.TdClassName
{
border-color: #F20D3C;
}
.TagClassName
{
border-color: #F20D3C;
}
</style>