Shades of Torch Red #F7121C
Tints of Torch Red #F7121C
RGB
CMYK
RGB Variations
Color information
#F7121C (or 0xF7121C) is known color: Torch Red. HEX triplet: F7, 12 and 1C. RGB value is (247,18,28). Sum of RGB (Red+Green+Blue) = 247+18+28=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7121C is #08EDE3. Grayscale: #575757. Windows color (decimal): -585188 or 1839863. OLE color: 1839863.
HSL color Cylindrical-coordinate representation of color #F7121C: hue angle of 357.38º 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 #F7121C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.03 |
| HSL | 357.38º | 0.93% | 0.52% | - |
| HSV(B) | 357.38º | 0.93% | 0.97% | - |
| XYZ | 38.78 | 20.29 | 2.97 | - |
| YUV | 87.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 28 | 0 | 0.93 | 0.89 | 0.03 | 357.38 | 0.93 | 0.52 |
| Hex | F7 | 12 | 1C | 0 | 5D | 59 | 3 | 165 | 5D | 34 |
| Octal | 367 | 22 | 34 | 0 | 135 | 131 | 3 | 545 | 135 | 64 |
| Binary | 11110111 | 10010 | 11100 | 0 | 1011101 | 1011001 | 11 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F7121C
Complementary color
Monochromatic Colors of #F7121C
Black with #F7121C
Text Example
Text Example
White with #F7121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7121C; }
p { color: rgb(247,18,28); }
H1.HeaderClassName
{
color: #F7121C;
}
.AnyTagClassName
{
color: #F7121C;
}
</style>
background-color css
<style>
a { background-color: #F7121C; }
a { background-color: rgb(247,18,28); }
div.DivClassName
{
background-color: #F7121C;
}
.BgClassName
{
background-color: #F7121C;
}
</style>
border-color css
<style>
span { border-color: #F7121C; }
span { border-color: rgb(247,18,28); }
td.TdClassName
{
border-color: #F7121C;
}
.TagClassName
{
border-color: #F7121C;
}
</style>