Shades of Torch Red #F20612
Tints of Torch Red #F20612
RGB
CMYK
RGB Variations
Color information
#F20612 (or 0xF20612) is known color: Torch Red. HEX triplet: F2, 06 and 12. RGB value is (242,6,18). Sum of RGB (Red+Green+Blue) = 242+6+18=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F20612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20612 is #0DF9ED. Grayscale: #4E4E4E. Windows color (decimal): -915950 or 1181426. OLE color: 1181426.
HSL color Cylindrical-coordinate representation of color #F20612: hue angle of 356.95º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.95º | 0.95% | 0.49% | - |
| HSV(B) | 356.95º | 0.98% | 0.95% | - |
| XYZ | 36.79 | 19.05 | 2.31 | - |
| YUV | 77.93 | 94.19 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 18 | 0 | 0.98 | 0.93 | 0.05 | 356.95 | 0.95 | 0.49 |
| Hex | F2 | 6 | 12 | 0 | 62 | 5D | 5 | 165 | 5F | 31 |
| Octal | 362 | 6 | 22 | 0 | 142 | 135 | 5 | 545 | 137 | 61 |
| Binary | 11110010 | 110 | 10010 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F20612
Complementary color
Monochromatic Colors of #F20612
Black with #F20612
Text Example
Text Example
White with #F20612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20612; }
p { color: rgb(242,6,18); }
H1.HeaderClassName
{
color: #F20612;
}
.AnyTagClassName
{
color: #F20612;
}
</style>
background-color css
<style>
a { background-color: #F20612; }
a { background-color: rgb(242,6,18); }
div.DivClassName
{
background-color: #F20612;
}
.BgClassName
{
background-color: #F20612;
}
</style>
border-color css
<style>
span { border-color: #F20612; }
span { border-color: rgb(242,6,18); }
td.TdClassName
{
border-color: #F20612;
}
.TagClassName
{
border-color: #F20612;
}
</style>