Shades of Torch Red #F20414
Tints of Torch Red #F20414
RGB
CMYK
RGB Variations
Color information
#F20414 (or 0xF20414) is known color: Torch Red. HEX triplet: F2, 04 and 14. RGB value is (242,4,20). Sum of RGB (Red+Green+Blue) = 242+4+20=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F20414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20414 is #0DFBEB. Grayscale: #4D4D4D. Windows color (decimal): -916460 or 1311986. OLE color: 1311986.
HSL color Cylindrical-coordinate representation of color #F20414: hue angle of 355.97º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20414 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 355.97º | 0.97% | 0.48% | - |
| HSV(B) | 355.97º | 0.98% | 0.95% | - |
| XYZ | 36.79 | 19.01 | 2.39 | - |
| YUV | 76.99 | 95.85 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 20 | 0 | 0.98 | 0.92 | 0.05 | 355.97 | 0.97 | 0.48 |
| Hex | F2 | 4 | 14 | 0 | 62 | 5C | 5 | 164 | 61 | 30 |
| Octal | 362 | 4 | 24 | 0 | 142 | 134 | 5 | 544 | 141 | 60 |
| Binary | 11110010 | 100 | 10100 | 0 | 1100010 | 1011100 | 101 | 101100100 | 1100001 | 110000 |
Color Harmonies of #F20414
Complementary color
Monochromatic Colors of #F20414
Black with #F20414
Text Example
Text Example
White with #F20414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20414; }
p { color: rgb(242,4,20); }
H1.HeaderClassName
{
color: #F20414;
}
.AnyTagClassName
{
color: #F20414;
}
</style>
background-color css
<style>
a { background-color: #F20414; }
a { background-color: rgb(242,4,20); }
div.DivClassName
{
background-color: #F20414;
}
.BgClassName
{
background-color: #F20414;
}
</style>
border-color css
<style>
span { border-color: #F20414; }
span { border-color: rgb(242,4,20); }
td.TdClassName
{
border-color: #F20414;
}
.TagClassName
{
border-color: #F20414;
}
</style>