Shades of Torch Red #F2172A
Tints of Torch Red #F2172A
RGB
CMYK
RGB Variations
Color information
#F2172A (or 0xF2172A) is known color: Torch Red. HEX triplet: F2, 17 and 2A. RGB value is (242,23,42). Sum of RGB (Red+Green+Blue) = 242+23+42=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2172A is #0DE8D5. Grayscale: #5A5A5A. Windows color (decimal): -911574 or 2758642. OLE color: 2758642.
HSL color Cylindrical-coordinate representation of color #F2172A: hue angle of 354.79º 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 #F2172A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.05 |
| HSL | 354.79º | 0.89% | 0.52% | - |
| HSV(B) | 354.79º | 0.9% | 0.95% | - |
| XYZ | 37.34 | 19.66 | 4.02 | - |
| YUV | 90.65 | 100.55 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 42 | 0 | 0.90 | 0.83 | 0.05 | 354.79 | 0.89 | 0.52 |
| Hex | F2 | 17 | 2A | 0 | 5A | 53 | 5 | 163 | 59 | 34 |
| Octal | 362 | 27 | 52 | 0 | 132 | 123 | 5 | 543 | 131 | 64 |
| Binary | 11110010 | 10111 | 101010 | 0 | 1011010 | 1010011 | 101 | 101100011 | 1011001 | 110100 |
Color Harmonies of #F2172A
Complementary color
Monochromatic Colors of #F2172A
Black with #F2172A
Text Example
Text Example
White with #F2172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2172A; }
p { color: rgb(242,23,42); }
H1.HeaderClassName
{
color: #F2172A;
}
.AnyTagClassName
{
color: #F2172A;
}
</style>
background-color css
<style>
a { background-color: #F2172A; }
a { background-color: rgb(242,23,42); }
div.DivClassName
{
background-color: #F2172A;
}
.BgClassName
{
background-color: #F2172A;
}
</style>
border-color css
<style>
span { border-color: #F2172A; }
span { border-color: rgb(242,23,42); }
td.TdClassName
{
border-color: #F2172A;
}
.TagClassName
{
border-color: #F2172A;
}
</style>