Shades of Torch Red #F0173C
Tints of Torch Red #F0173C
RGB
CMYK
RGB Variations
Color information
#F0173C (or 0xF0173C) is known color: Torch Red. HEX triplet: F0, 17 and 3C. RGB value is (240,23,60). Sum of RGB (Red+Green+Blue) = 240+23+60=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0173C is #0FE8C3. Grayscale: #5C5C5C. Windows color (decimal): -1042628 or 3938288. OLE color: 3938288.
HSL color Cylindrical-coordinate representation of color #F0173C: hue angle of 349.77º 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 #F0173C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 60 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.06 |
| HSL | 349.77º | 0.88% | 0.52% | - |
| HSV(B) | 349.77º | 0.9% | 0.94% | - |
| XYZ | 37.06 | 19.46 | 6.08 | - |
| YUV | 92.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 60 | 0 | 0.90 | 0.75 | 0.06 | 349.77 | 0.88 | 0.52 |
| Hex | F0 | 17 | 3C | 0 | 5A | 4B | 6 | 15E | 58 | 34 |
| Octal | 360 | 27 | 74 | 0 | 132 | 113 | 6 | 536 | 130 | 64 |
| Binary | 11110000 | 10111 | 111100 | 0 | 1011010 | 1001011 | 110 | 101011110 | 1011000 | 110100 |
Color Harmonies of #F0173C
Complementary color
Monochromatic Colors of #F0173C
Black with #F0173C
Text Example
Text Example
White with #F0173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0173C; }
p { color: rgb(240,23,60); }
H1.HeaderClassName
{
color: #F0173C;
}
.AnyTagClassName
{
color: #F0173C;
}
</style>
background-color css
<style>
a { background-color: #F0173C; }
a { background-color: rgb(240,23,60); }
div.DivClassName
{
background-color: #F0173C;
}
.BgClassName
{
background-color: #F0173C;
}
</style>
border-color css
<style>
span { border-color: #F0173C; }
span { border-color: rgb(240,23,60); }
td.TdClassName
{
border-color: #F0173C;
}
.TagClassName
{
border-color: #F0173C;
}
</style>