Shades of Torch Red #F0172F
Tints of Torch Red #F0172F
RGB
CMYK
RGB Variations
Color information
#F0172F (or 0xF0172F) is known color: Torch Red. HEX triplet: F0, 17 and 2F. RGB value is (240,23,47). Sum of RGB (Red+Green+Blue) = 240+23+47=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0172F is #0FE8D0. Grayscale: #5A5A5A. Windows color (decimal): -1042641 or 3086320. OLE color: 3086320.
HSL color Cylindrical-coordinate representation of color #F0172F: hue angle of 353.36º 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 #F0172F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.06 |
| HSL | 353.36º | 0.88% | 0.52% | - |
| HSV(B) | 353.36º | 0.9% | 0.94% | - |
| XYZ | 36.75 | 19.34 | 4.49 | - |
| YUV | 90.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 47 | 0 | 0.90 | 0.80 | 0.06 | 353.36 | 0.88 | 0.52 |
| Hex | F0 | 17 | 2F | 0 | 5A | 50 | 6 | 161 | 58 | 34 |
| Octal | 360 | 27 | 57 | 0 | 132 | 120 | 6 | 541 | 130 | 64 |
| Binary | 11110000 | 10111 | 101111 | 0 | 1011010 | 1010000 | 110 | 101100001 | 1011000 | 110100 |
Color Harmonies of #F0172F
Complementary color
Monochromatic Colors of #F0172F
Black with #F0172F
Text Example
Text Example
White with #F0172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0172F; }
p { color: rgb(240,23,47); }
H1.HeaderClassName
{
color: #F0172F;
}
.AnyTagClassName
{
color: #F0172F;
}
</style>
background-color css
<style>
a { background-color: #F0172F; }
a { background-color: rgb(240,23,47); }
div.DivClassName
{
background-color: #F0172F;
}
.BgClassName
{
background-color: #F0172F;
}
</style>
border-color css
<style>
span { border-color: #F0172F; }
span { border-color: rgb(240,23,47); }
td.TdClassName
{
border-color: #F0172F;
}
.TagClassName
{
border-color: #F0172F;
}
</style>