Shades of Torch Red #F20512
Tints of Torch Red #F20512
RGB
CMYK
RGB Variations
Color information
#F20512 (or 0xF20512) is known color: Torch Red. HEX triplet: F2, 05 and 12. RGB value is (242,5,18). Sum of RGB (Red+Green+Blue) = 242+5+18=265 (35% of max value = 765). Red value is 242 (94.92% from 255 or 91.32% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 242 - color contains mainly: red. Hex color #F20512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20512 is #0DFAED. Grayscale: #4D4D4D. Windows color (decimal): -916206 or 1181170. OLE color: 1181170.
HSL color Cylindrical-coordinate representation of color #F20512: hue angle of 356.71º degrees, saturation: 0.96, 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 #F20512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.71º | 0.96% | 0.48% | - |
| HSV(B) | 356.71º | 0.98% | 0.95% | - |
| XYZ | 36.78 | 19.03 | 2.31 | - |
| YUV | 77.35 | 94.52 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 18 | 0 | 0.98 | 0.93 | 0.05 | 356.71 | 0.96 | 0.48 |
| Hex | F2 | 5 | 12 | 0 | 62 | 5D | 5 | 165 | 60 | 30 |
| Octal | 362 | 5 | 22 | 0 | 142 | 135 | 5 | 545 | 140 | 60 |
| Binary | 11110010 | 101 | 10010 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1100000 | 110000 |
Color Harmonies of #F20512
Complementary color
Monochromatic Colors of #F20512
Black with #F20512
Text Example
Text Example
White with #F20512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20512; }
p { color: rgb(242,5,18); }
H1.HeaderClassName
{
color: #F20512;
}
.AnyTagClassName
{
color: #F20512;
}
</style>
background-color css
<style>
a { background-color: #F20512; }
a { background-color: rgb(242,5,18); }
div.DivClassName
{
background-color: #F20512;
}
.BgClassName
{
background-color: #F20512;
}
</style>
border-color css
<style>
span { border-color: #F20512; }
span { border-color: rgb(242,5,18); }
td.TdClassName
{
border-color: #F20512;
}
.TagClassName
{
border-color: #F20512;
}
</style>