Shades of Torch Red #F0172D
Tints of Torch Red #F0172D
RGB
CMYK
RGB Variations
Color information
#F0172D (or 0xF0172D) is known color: Torch Red. HEX triplet: F0, 17 and 2D. RGB value is (240,23,45). Sum of RGB (Red+Green+Blue) = 240+23+45=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0172D is #0FE8D2. Grayscale: #5A5A5A. Windows color (decimal): -1042643 or 2955248. OLE color: 2955248.
HSL color Cylindrical-coordinate representation of color #F0172D: hue angle of 353.92º 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 #F0172D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 353.92º | 0.88% | 0.52% | - |
| HSV(B) | 353.92º | 0.9% | 0.94% | - |
| XYZ | 36.72 | 19.33 | 4.28 | - |
| YUV | 90.39 | 102.39 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 45 | 0 | 0.90 | 0.81 | 0.06 | 353.92 | 0.88 | 0.52 |
| Hex | F0 | 17 | 2D | 0 | 5A | 51 | 6 | 162 | 58 | 34 |
| Octal | 360 | 27 | 55 | 0 | 132 | 121 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 10111 | 101101 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0172D
Complementary color
Monochromatic Colors of #F0172D
Black with #F0172D
Text Example
Text Example
White with #F0172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0172D; }
p { color: rgb(240,23,45); }
H1.HeaderClassName
{
color: #F0172D;
}
.AnyTagClassName
{
color: #F0172D;
}
</style>
background-color css
<style>
a { background-color: #F0172D; }
a { background-color: rgb(240,23,45); }
div.DivClassName
{
background-color: #F0172D;
}
.BgClassName
{
background-color: #F0172D;
}
</style>
border-color css
<style>
span { border-color: #F0172D; }
span { border-color: rgb(240,23,45); }
td.TdClassName
{
border-color: #F0172D;
}
.TagClassName
{
border-color: #F0172D;
}
</style>