Shades of Torch Red #F2173D
Tints of Torch Red #F2173D
RGB
CMYK
RGB Variations
Color information
#F2173D (or 0xF2173D) is known color: Torch Red. HEX triplet: F2, 17 and 3D. RGB value is (242,23,61). Sum of RGB (Red+Green+Blue) = 242+23+61=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2173D is #0DE8C2. Grayscale: #5C5C5C. Windows color (decimal): -911555 or 4003826. OLE color: 4003826.
HSL color Cylindrical-coordinate representation of color #F2173D: hue angle of 349.59º 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 #F2173D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 349.59º | 0.89% | 0.52% | - |
| HSV(B) | 349.59º | 0.9% | 0.95% | - |
| XYZ | 37.77 | 19.83 | 6.25 | - |
| YUV | 92.81 | 110.05 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 61 | 0 | 0.90 | 0.75 | 0.05 | 349.59 | 0.89 | 0.52 |
| Hex | F2 | 17 | 3D | 0 | 5A | 4B | 5 | 15E | 59 | 34 |
| Octal | 362 | 27 | 75 | 0 | 132 | 113 | 5 | 536 | 131 | 64 |
| Binary | 11110010 | 10111 | 111101 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F2173D
Complementary color
Monochromatic Colors of #F2173D
Black with #F2173D
Text Example
Text Example
White with #F2173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2173D; }
p { color: rgb(242,23,61); }
H1.HeaderClassName
{
color: #F2173D;
}
.AnyTagClassName
{
color: #F2173D;
}
</style>
background-color css
<style>
a { background-color: #F2173D; }
a { background-color: rgb(242,23,61); }
div.DivClassName
{
background-color: #F2173D;
}
.BgClassName
{
background-color: #F2173D;
}
</style>
border-color css
<style>
span { border-color: #F2173D; }
span { border-color: rgb(242,23,61); }
td.TdClassName
{
border-color: #F2173D;
}
.TagClassName
{
border-color: #F2173D;
}
</style>