Shades of Torch Red #F7122A
Tints of Torch Red #F7122A
RGB
CMYK
RGB Variations
Color information
#F7122A (or 0xF7122A) is known color: Torch Red. HEX triplet: F7, 12 and 2A. RGB value is (247,18,42). Sum of RGB (Red+Green+Blue) = 247+18+42=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F7122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7122A is #08EDD5. Grayscale: #595959. Windows color (decimal): -585174 or 2757367. OLE color: 2757367.
HSL color Cylindrical-coordinate representation of color #F7122A: hue angle of 353.71º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7122A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.03 |
| HSL | 353.71º | 0.93% | 0.52% | - |
| HSV(B) | 353.71º | 0.93% | 0.97% | - |
| XYZ | 38.99 | 20.37 | 4.07 | - |
| YUV | 89.21 | 101.37 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 42 | 0 | 0.93 | 0.83 | 0.03 | 353.71 | 0.93 | 0.52 |
| Hex | F7 | 12 | 2A | 0 | 5D | 53 | 3 | 162 | 5D | 34 |
| Octal | 367 | 22 | 52 | 0 | 135 | 123 | 3 | 542 | 135 | 64 |
| Binary | 11110111 | 10010 | 101010 | 0 | 1011101 | 1010011 | 11 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F7122A
Complementary color
Monochromatic Colors of #F7122A
Black with #F7122A
Text Example
Text Example
White with #F7122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7122A; }
p { color: rgb(247,18,42); }
H1.HeaderClassName
{
color: #F7122A;
}
.AnyTagClassName
{
color: #F7122A;
}
</style>
background-color css
<style>
a { background-color: #F7122A; }
a { background-color: rgb(247,18,42); }
div.DivClassName
{
background-color: #F7122A;
}
.BgClassName
{
background-color: #F7122A;
}
</style>
border-color css
<style>
span { border-color: #F7122A; }
span { border-color: rgb(247,18,42); }
td.TdClassName
{
border-color: #F7122A;
}
.TagClassName
{
border-color: #F7122A;
}
</style>