Shades of Torch Red #F0173A
Tints of Torch Red #F0173A
RGB
CMYK
RGB Variations
Color information
#F0173A (or 0xF0173A) is known color: Torch Red. HEX triplet: F0, 17 and 3A. RGB value is (240,23,58). Sum of RGB (Red+Green+Blue) = 240+23+58=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0173A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0173A is #0FE8C5. Grayscale: #5B5B5B. Windows color (decimal): -1042630 or 3807216. OLE color: 3807216.
HSL color Cylindrical-coordinate representation of color #F0173A: hue angle of 350.32º 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 #F0173A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 58 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.06 |
| HSL | 350.32º | 0.88% | 0.52% | - |
| HSV(B) | 350.32º | 0.9% | 0.94% | - |
| XYZ | 37.01 | 19.44 | 5.81 | - |
| YUV | 91.87 | 108.89 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 58 | 0 | 0.90 | 0.76 | 0.06 | 350.32 | 0.88 | 0.52 |
| Hex | F0 | 17 | 3A | 0 | 5A | 4C | 6 | 15E | 58 | 34 |
| Octal | 360 | 27 | 72 | 0 | 132 | 114 | 6 | 536 | 130 | 64 |
| Binary | 11110000 | 10111 | 111010 | 0 | 1011010 | 1001100 | 110 | 101011110 | 1011000 | 110100 |
Color Harmonies of #F0173A
Complementary color
Monochromatic Colors of #F0173A
Black with #F0173A
Text Example
Text Example
White with #F0173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0173A; }
p { color: rgb(240,23,58); }
H1.HeaderClassName
{
color: #F0173A;
}
.AnyTagClassName
{
color: #F0173A;
}
</style>
background-color css
<style>
a { background-color: #F0173A; }
a { background-color: rgb(240,23,58); }
div.DivClassName
{
background-color: #F0173A;
}
.BgClassName
{
background-color: #F0173A;
}
</style>
border-color css
<style>
span { border-color: #F0173A; }
span { border-color: rgb(240,23,58); }
td.TdClassName
{
border-color: #F0173A;
}
.TagClassName
{
border-color: #F0173A;
}
</style>