Shades of Torch Red #F0172C
Tints of Torch Red #F0172C
RGB
CMYK
RGB Variations
Color information
#F0172C (or 0xF0172C) is known color: Torch Red. HEX triplet: F0, 17 and 2C. RGB value is (240,23,44). Sum of RGB (Red+Green+Blue) = 240+23+44=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0172C is #0FE8D3. Grayscale: #5A5A5A. Windows color (decimal): -1042644 or 2889712. OLE color: 2889712.
HSL color Cylindrical-coordinate representation of color #F0172C: hue angle of 354.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0172C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.19º | 0.88% | 0.52% | - |
| HSV(B) | 354.19º | 0.9% | 0.94% | - |
| XYZ | 36.7 | 19.32 | 4.18 | - |
| YUV | 90.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 44 | 0 | 0.90 | 0.82 | 0.06 | 354.19 | 0.88 | 0.52 |
| Hex | F0 | 17 | 2C | 0 | 5A | 52 | 6 | 162 | 58 | 34 |
| Octal | 360 | 27 | 54 | 0 | 132 | 122 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 10111 | 101100 | 0 | 1011010 | 1010010 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0172C
Complementary color
Monochromatic Colors of #F0172C
Black with #F0172C
Text Example
Text Example
White with #F0172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0172C; }
p { color: rgb(240,23,44); }
H1.HeaderClassName
{
color: #F0172C;
}
.AnyTagClassName
{
color: #F0172C;
}
</style>
background-color css
<style>
a { background-color: #F0172C; }
a { background-color: rgb(240,23,44); }
div.DivClassName
{
background-color: #F0172C;
}
.BgClassName
{
background-color: #F0172C;
}
</style>
border-color css
<style>
span { border-color: #F0172C; }
span { border-color: rgb(240,23,44); }
td.TdClassName
{
border-color: #F0172C;
}
.TagClassName
{
border-color: #F0172C;
}
</style>