Shades of Torch Red #FC1C47
Tints of Torch Red #FC1C47
RGB
CMYK
RGB Variations
Color information
#FC1C47 (or 0xFC1C47) is known color: Torch Red. HEX triplet: FC, 1C and 47. RGB value is (252,28,71). Sum of RGB (Red+Green+Blue) = 252+28+71=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C47 is #03E3B8. Grayscale: #636363. Windows color (decimal): -254905 or 4660476. OLE color: 4660476.
HSL color Cylindrical-coordinate representation of color #FC1C47: hue angle of 348.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C47 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 71 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.01 |
| HSL | 348.48º | 0.97% | 0.55% | - |
| HSV(B) | 348.48º | 0.89% | 0.99% | - |
| XYZ | 41.7 | 21.98 | 8.01 | - |
| YUV | 99.88 | 111.71 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 71 | 0 | 0.89 | 0.72 | 0.01 | 348.48 | 0.97 | 0.55 |
| Hex | FC | 1C | 47 | 0 | 59 | 48 | 1 | 15C | 61 | 37 |
| Octal | 374 | 34 | 107 | 0 | 131 | 110 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11100 | 1000111 | 0 | 1011001 | 1001000 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1C47
Complementary color
Monochromatic Colors of #FC1C47
Black with #FC1C47
Text Example
Text Example
White with #FC1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C47; }
p { color: rgb(252,28,71); }
H1.HeaderClassName
{
color: #FC1C47;
}
.AnyTagClassName
{
color: #FC1C47;
}
</style>
background-color css
<style>
a { background-color: #FC1C47; }
a { background-color: rgb(252,28,71); }
div.DivClassName
{
background-color: #FC1C47;
}
.BgClassName
{
background-color: #FC1C47;
}
</style>
border-color css
<style>
span { border-color: #FC1C47; }
span { border-color: rgb(252,28,71); }
td.TdClassName
{
border-color: #FC1C47;
}
.TagClassName
{
border-color: #FC1C47;
}
</style>