Shades of Torch Red #F71E2C
Tints of Torch Red #F71E2C
RGB
CMYK
RGB Variations
Color information
#F71E2C (or 0xF71E2C) is known color: Torch Red. HEX triplet: F7, 1E and 2C. RGB value is (247,30,44). Sum of RGB (Red+Green+Blue) = 247+30+44=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E2C is #08E1D3. Grayscale: #606060. Windows color (decimal): -582100 or 2891511. OLE color: 2891511.
HSL color Cylindrical-coordinate representation of color #F71E2C: hue angle of 356.13º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E2C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 44 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.03 |
| HSL | 356.13º | 0.93% | 0.54% | - |
| HSV(B) | 356.13º | 0.88% | 0.97% | - |
| XYZ | 39.28 | 20.88 | 4.34 | - |
| YUV | 96.48 | 98.39 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 44 | 0 | 0.88 | 0.82 | 0.03 | 356.13 | 0.93 | 0.54 |
| Hex | F7 | 1E | 2C | 0 | 58 | 52 | 3 | 164 | 5D | 36 |
| Octal | 367 | 36 | 54 | 0 | 130 | 122 | 3 | 544 | 135 | 66 |
| Binary | 11110111 | 11110 | 101100 | 0 | 1011000 | 1010010 | 11 | 101100100 | 1011101 | 110110 |
Color Harmonies of #F71E2C
Complementary color
Monochromatic Colors of #F71E2C
Black with #F71E2C
Text Example
Text Example
White with #F71E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E2C; }
p { color: rgb(247,30,44); }
H1.HeaderClassName
{
color: #F71E2C;
}
.AnyTagClassName
{
color: #F71E2C;
}
</style>
background-color css
<style>
a { background-color: #F71E2C; }
a { background-color: rgb(247,30,44); }
div.DivClassName
{
background-color: #F71E2C;
}
.BgClassName
{
background-color: #F71E2C;
}
</style>
border-color css
<style>
span { border-color: #F71E2C; }
span { border-color: rgb(247,30,44); }
td.TdClassName
{
border-color: #F71E2C;
}
.TagClassName
{
border-color: #F71E2C;
}
</style>