Shades of Torch Red #F20412
Tints of Torch Red #F20412
RGB
CMYK
RGB Variations
Color information
#F20412 (or 0xF20412) is known color: Torch Red. HEX triplet: F2, 04 and 12. RGB value is (242,4,18). Sum of RGB (Red+Green+Blue) = 242+4+18=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F20412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20412 is #0DFBED. Grayscale: #4C4C4C. Windows color (decimal): -916462 or 1180914. OLE color: 1180914.
HSL color Cylindrical-coordinate representation of color #F20412: hue angle of 356.47º 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 #F20412 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.47º | 0.97% | 0.48% | - |
| HSV(B) | 356.47º | 0.98% | 0.95% | - |
| XYZ | 36.77 | 19.01 | 2.3 | - |
| YUV | 76.76 | 94.85 | 245.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 18 | 0 | 0.98 | 0.93 | 0.05 | 356.47 | 0.97 | 0.48 |
| Hex | F2 | 4 | 12 | 0 | 62 | 5D | 5 | 164 | 61 | 30 |
| Octal | 362 | 4 | 22 | 0 | 142 | 135 | 5 | 544 | 141 | 60 |
| Binary | 11110010 | 100 | 10010 | 0 | 1100010 | 1011101 | 101 | 101100100 | 1100001 | 110000 |
Color Harmonies of #F20412
Complementary color
Monochromatic Colors of #F20412
Black with #F20412
Text Example
Text Example
White with #F20412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20412; }
p { color: rgb(242,4,18); }
H1.HeaderClassName
{
color: #F20412;
}
.AnyTagClassName
{
color: #F20412;
}
</style>
background-color css
<style>
a { background-color: #F20412; }
a { background-color: rgb(242,4,18); }
div.DivClassName
{
background-color: #F20412;
}
.BgClassName
{
background-color: #F20412;
}
</style>
border-color css
<style>
span { border-color: #F20412; }
span { border-color: rgb(242,4,18); }
td.TdClassName
{
border-color: #F20412;
}
.TagClassName
{
border-color: #F20412;
}
</style>