Shades of Torch Red #FC173D
Tints of Torch Red #FC173D
RGB
CMYK
RGB Variations
Color information
#FC173D (or 0xFC173D) is known color: Torch Red. HEX triplet: FC, 17 and 3D. RGB value is (252,23,61). Sum of RGB (Red+Green+Blue) = 252+23+61=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC173D is #03E8C2. Grayscale: #5F5F5F. Windows color (decimal): -256195 or 4003836. OLE color: 4003836.
HSL color Cylindrical-coordinate representation of color #FC173D: hue angle of 350.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC173D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.01 |
| HSL | 350.04º | 0.97% | 0.54% | - |
| HSV(B) | 350.04º | 0.91% | 0.99% | - |
| XYZ | 41.29 | 21.65 | 6.42 | - |
| YUV | 95.8 | 108.37 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 61 | 0 | 0.91 | 0.76 | 0.01 | 350.04 | 0.97 | 0.54 |
| Hex | FC | 17 | 3D | 0 | 5B | 4C | 1 | 15E | 61 | 36 |
| Octal | 374 | 27 | 75 | 0 | 133 | 114 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 10111 | 111101 | 0 | 1011011 | 1001100 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC173D
Complementary color
Monochromatic Colors of #FC173D
Black with #FC173D
Text Example
Text Example
White with #FC173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC173D; }
p { color: rgb(252,23,61); }
H1.HeaderClassName
{
color: #FC173D;
}
.AnyTagClassName
{
color: #FC173D;
}
</style>
background-color css
<style>
a { background-color: #FC173D; }
a { background-color: rgb(252,23,61); }
div.DivClassName
{
background-color: #FC173D;
}
.BgClassName
{
background-color: #FC173D;
}
</style>
border-color css
<style>
span { border-color: #FC173D; }
span { border-color: rgb(252,23,61); }
td.TdClassName
{
border-color: #FC173D;
}
.TagClassName
{
border-color: #FC173D;
}
</style>