Shades of Torch Red #F20D2D
Tints of Torch Red #F20D2D
RGB
CMYK
RGB Variations
Color information
#F20D2D (or 0xF20D2D) is known color: Torch Red. HEX triplet: F2, 0D and 2D. RGB value is (242,13,45). Sum of RGB (Red+Green+Blue) = 242+13+45=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D2D is #0DF2D2. Grayscale: #555555. Windows color (decimal): -914131 or 2952690. OLE color: 2952690.
HSL color Cylindrical-coordinate representation of color #F20D2D: hue angle of 351.62º 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 #F20D2D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 45 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.05 |
| HSL | 351.62º | 0.9% | 0.5% | - |
| HSV(B) | 351.62º | 0.95% | 0.95% | - |
| XYZ | 37.24 | 19.35 | 4.26 | - |
| YUV | 85.12 | 105.37 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 45 | 0 | 0.95 | 0.81 | 0.05 | 351.62 | 0.9 | 0.5 |
| Hex | F2 | D | 2D | 0 | 5F | 51 | 5 | 160 | 5A | 32 |
| Octal | 362 | 15 | 55 | 0 | 137 | 121 | 5 | 540 | 132 | 62 |
| Binary | 11110010 | 1101 | 101101 | 0 | 1011111 | 1010001 | 101 | 101100000 | 1011010 | 110010 |
Color Harmonies of #F20D2D
Complementary color
Monochromatic Colors of #F20D2D
Black with #F20D2D
Text Example
Text Example
White with #F20D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D2D; }
p { color: rgb(242,13,45); }
H1.HeaderClassName
{
color: #F20D2D;
}
.AnyTagClassName
{
color: #F20D2D;
}
</style>
background-color css
<style>
a { background-color: #F20D2D; }
a { background-color: rgb(242,13,45); }
div.DivClassName
{
background-color: #F20D2D;
}
.BgClassName
{
background-color: #F20D2D;
}
</style>
border-color css
<style>
span { border-color: #F20D2D; }
span { border-color: rgb(242,13,45); }
td.TdClassName
{
border-color: #F20D2D;
}
.TagClassName
{
border-color: #F20D2D;
}
</style>