Shades of Torch Red #FC1A47
Tints of Torch Red #FC1A47
RGB
CMYK
RGB Variations
Color information
#FC1A47 (or 0xFC1A47) is known color: Torch Red. HEX triplet: FC, 1A and 47. RGB value is (252,26,71). Sum of RGB (Red+Green+Blue) = 252+26+71=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A47 is #03E5B8. Grayscale: #626262. Windows color (decimal): -255417 or 4659964. OLE color: 4659964.
HSL color Cylindrical-coordinate representation of color #FC1A47: hue angle of 348.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A47 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 71 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.01 |
| HSL | 348.05º | 0.97% | 0.55% | - |
| HSV(B) | 348.05º | 0.9% | 0.99% | - |
| XYZ | 41.65 | 21.89 | 7.99 | - |
| YUV | 98.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 71 | 0 | 0.90 | 0.72 | 0.01 | 348.05 | 0.97 | 0.55 |
| Hex | FC | 1A | 47 | 0 | 5A | 48 | 1 | 15C | 61 | 37 |
| Octal | 374 | 32 | 107 | 0 | 132 | 110 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11010 | 1000111 | 0 | 1011010 | 1001000 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1A47
Complementary color
Monochromatic Colors of #FC1A47
Black with #FC1A47
Text Example
Text Example
White with #FC1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A47; }
p { color: rgb(252,26,71); }
H1.HeaderClassName
{
color: #FC1A47;
}
.AnyTagClassName
{
color: #FC1A47;
}
</style>
background-color css
<style>
a { background-color: #FC1A47; }
a { background-color: rgb(252,26,71); }
div.DivClassName
{
background-color: #FC1A47;
}
.BgClassName
{
background-color: #FC1A47;
}
</style>
border-color css
<style>
span { border-color: #FC1A47; }
span { border-color: rgb(252,26,71); }
td.TdClassName
{
border-color: #FC1A47;
}
.TagClassName
{
border-color: #FC1A47;
}
</style>