Shades of Torch Red #F71D2D
Tints of Torch Red #F71D2D
RGB
CMYK
RGB Variations
Color information
#F71D2D (or 0xF71D2D) is known color: Torch Red. HEX triplet: F7, 1D and 2D. RGB value is (247,29,45). Sum of RGB (Red+Green+Blue) = 247+29+45=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D2D is #08E2D2. Grayscale: #606060. Windows color (decimal): -582355 or 2956791. OLE color: 2956791.
HSL color Cylindrical-coordinate representation of color #F71D2D: hue angle of 355.6º 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 #F71D2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.03 |
| HSL | 355.6º | 0.93% | 0.54% | - |
| HSV(B) | 355.6º | 0.88% | 0.97% | - |
| XYZ | 39.27 | 20.84 | 4.44 | - |
| YUV | 96.01 | 99.22 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 45 | 0 | 0.88 | 0.82 | 0.03 | 355.6 | 0.93 | 0.54 |
| Hex | F7 | 1D | 2D | 0 | 58 | 52 | 3 | 164 | 5D | 36 |
| Octal | 367 | 35 | 55 | 0 | 130 | 122 | 3 | 544 | 135 | 66 |
| Binary | 11110111 | 11101 | 101101 | 0 | 1011000 | 1010010 | 11 | 101100100 | 1011101 | 110110 |
Color Harmonies of #F71D2D
Complementary color
Monochromatic Colors of #F71D2D
Black with #F71D2D
Text Example
Text Example
White with #F71D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D2D; }
p { color: rgb(247,29,45); }
H1.HeaderClassName
{
color: #F71D2D;
}
.AnyTagClassName
{
color: #F71D2D;
}
</style>
background-color css
<style>
a { background-color: #F71D2D; }
a { background-color: rgb(247,29,45); }
div.DivClassName
{
background-color: #F71D2D;
}
.BgClassName
{
background-color: #F71D2D;
}
</style>
border-color css
<style>
span { border-color: #F71D2D; }
span { border-color: rgb(247,29,45); }
td.TdClassName
{
border-color: #F71D2D;
}
.TagClassName
{
border-color: #F71D2D;
}
</style>