Shades of Torch Red #FC171D
Tints of Torch Red #FC171D
RGB
CMYK
RGB Variations
Color information
#FC171D (or 0xFC171D) is known color: Torch Red. HEX triplet: FC, 17 and 1D. RGB value is (252,23,29). Sum of RGB (Red+Green+Blue) = 252+23+29=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC171D is #03E8E2. Grayscale: #5C5C5C. Windows color (decimal): -256227 or 1906684. OLE color: 1906684.
HSL color Cylindrical-coordinate representation of color #FC171D: hue angle of 358.43º 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 #FC171D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.01 |
| HSL | 358.43º | 0.97% | 0.54% | - |
| HSV(B) | 358.43º | 0.91% | 0.99% | - |
| XYZ | 40.67 | 21.4 | 3.15 | - |
| YUV | 92.16 | 92.37 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 29 | 0 | 0.91 | 0.88 | 0.01 | 358.43 | 0.97 | 0.54 |
| Hex | FC | 17 | 1D | 0 | 5B | 58 | 1 | 166 | 61 | 36 |
| Octal | 374 | 27 | 35 | 0 | 133 | 130 | 1 | 546 | 141 | 66 |
| Binary | 11111100 | 10111 | 11101 | 0 | 1011011 | 1011000 | 1 | 101100110 | 1100001 | 110110 |
Color Harmonies of #FC171D
Complementary color
Monochromatic Colors of #FC171D
Black with #FC171D
Text Example
Text Example
White with #FC171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC171D; }
p { color: rgb(252,23,29); }
H1.HeaderClassName
{
color: #FC171D;
}
.AnyTagClassName
{
color: #FC171D;
}
</style>
background-color css
<style>
a { background-color: #FC171D; }
a { background-color: rgb(252,23,29); }
div.DivClassName
{
background-color: #FC171D;
}
.BgClassName
{
background-color: #FC171D;
}
</style>
border-color css
<style>
span { border-color: #FC171D; }
span { border-color: rgb(252,23,29); }
td.TdClassName
{
border-color: #FC171D;
}
.TagClassName
{
border-color: #FC171D;
}
</style>