Shades of Torch Red #F2171D
Tints of Torch Red #F2171D
RGB
CMYK
RGB Variations
Color information
#F2171D (or 0xF2171D) is known color: Torch Red. HEX triplet: F2, 17 and 1D. RGB value is (242,23,29). Sum of RGB (Red+Green+Blue) = 242+23+29=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2171D is #0DE8E2. Grayscale: #595959. Windows color (decimal): -911587 or 1906674. OLE color: 1906674.
HSL color Cylindrical-coordinate representation of color #F2171D: hue angle of 358.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2171D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.05 |
| HSL | 358.36º | 0.89% | 0.52% | - |
| HSV(B) | 358.36º | 0.9% | 0.95% | - |
| XYZ | 37.15 | 19.58 | 2.98 | - |
| YUV | 89.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 29 | 0 | 0.90 | 0.88 | 0.05 | 358.36 | 0.89 | 0.52 |
| Hex | F2 | 17 | 1D | 0 | 5A | 58 | 5 | 166 | 59 | 34 |
| Octal | 362 | 27 | 35 | 0 | 132 | 130 | 5 | 546 | 131 | 64 |
| Binary | 11110010 | 10111 | 11101 | 0 | 1011010 | 1011000 | 101 | 101100110 | 1011001 | 110100 |
Color Harmonies of #F2171D
Complementary color
Monochromatic Colors of #F2171D
Black with #F2171D
Text Example
Text Example
White with #F2171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2171D; }
p { color: rgb(242,23,29); }
H1.HeaderClassName
{
color: #F2171D;
}
.AnyTagClassName
{
color: #F2171D;
}
</style>
background-color css
<style>
a { background-color: #F2171D; }
a { background-color: rgb(242,23,29); }
div.DivClassName
{
background-color: #F2171D;
}
.BgClassName
{
background-color: #F2171D;
}
</style>
border-color css
<style>
span { border-color: #F2171D; }
span { border-color: rgb(242,23,29); }
td.TdClassName
{
border-color: #F2171D;
}
.TagClassName
{
border-color: #F2171D;
}
</style>