Shades of Torch Red #F20D26
Tints of Torch Red #F20D26
RGB
CMYK
RGB Variations
Color information
#F20D26 (or 0xF20D26) is known color: Torch Red. HEX triplet: F2, 0D and 26. RGB value is (242,13,38). Sum of RGB (Red+Green+Blue) = 242+13+38=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D26 is #0DF2D9. Grayscale: #545454. Windows color (decimal): -914138 or 2493938. OLE color: 2493938.
HSL color Cylindrical-coordinate representation of color #F20D26: hue angle of 353.45º 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 #F20D26 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 38 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.05 |
| HSL | 353.45º | 0.9% | 0.5% | - |
| HSV(B) | 353.45º | 0.95% | 0.95% | - |
| XYZ | 37.11 | 19.31 | 3.6 | - |
| YUV | 84.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 38 | 0 | 0.95 | 0.84 | 0.05 | 353.45 | 0.9 | 0.5 |
| Hex | F2 | D | 26 | 0 | 5F | 54 | 5 | 161 | 5A | 32 |
| Octal | 362 | 15 | 46 | 0 | 137 | 124 | 5 | 541 | 132 | 62 |
| Binary | 11110010 | 1101 | 100110 | 0 | 1011111 | 1010100 | 101 | 101100001 | 1011010 | 110010 |
Color Harmonies of #F20D26
Complementary color
Monochromatic Colors of #F20D26
Black with #F20D26
Text Example
Text Example
White with #F20D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D26; }
p { color: rgb(242,13,38); }
H1.HeaderClassName
{
color: #F20D26;
}
.AnyTagClassName
{
color: #F20D26;
}
</style>
background-color css
<style>
a { background-color: #F20D26; }
a { background-color: rgb(242,13,38); }
div.DivClassName
{
background-color: #F20D26;
}
.BgClassName
{
background-color: #F20D26;
}
</style>
border-color css
<style>
span { border-color: #F20D26; }
span { border-color: rgb(242,13,38); }
td.TdClassName
{
border-color: #F20D26;
}
.TagClassName
{
border-color: #F20D26;
}
</style>