Shades of Torch Red #FC1C4A
Tints of Torch Red #FC1C4A
RGB
CMYK
RGB Variations
Color information
#FC1C4A (or 0xFC1C4A) is known color: Torch Red. HEX triplet: FC, 1C and 4A. RGB value is (252,28,74). Sum of RGB (Red+Green+Blue) = 252+28+74=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C4A is #03E3B5. Grayscale: #646464. Windows color (decimal): -254902 or 4857084. OLE color: 4857084.
HSL color Cylindrical-coordinate representation of color #FC1C4A: hue angle of 347.68º 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 #FC1C4A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 74 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.01 |
| HSL | 347.68º | 0.97% | 0.55% | - |
| HSV(B) | 347.68º | 0.89% | 0.99% | - |
| XYZ | 41.8 | 22.02 | 8.53 | - |
| YUV | 100.22 | 113.21 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 74 | 0 | 0.89 | 0.71 | 0.01 | 347.68 | 0.97 | 0.55 |
| Hex | FC | 1C | 4A | 0 | 59 | 47 | 1 | 15C | 61 | 37 |
| Octal | 374 | 34 | 112 | 0 | 131 | 107 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11100 | 1001010 | 0 | 1011001 | 1000111 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1C4A
Complementary color
Monochromatic Colors of #FC1C4A
Black with #FC1C4A
Text Example
Text Example
White with #FC1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C4A; }
p { color: rgb(252,28,74); }
H1.HeaderClassName
{
color: #FC1C4A;
}
.AnyTagClassName
{
color: #FC1C4A;
}
</style>
background-color css
<style>
a { background-color: #FC1C4A; }
a { background-color: rgb(252,28,74); }
div.DivClassName
{
background-color: #FC1C4A;
}
.BgClassName
{
background-color: #FC1C4A;
}
</style>
border-color css
<style>
span { border-color: #FC1C4A; }
span { border-color: rgb(252,28,74); }
td.TdClassName
{
border-color: #FC1C4A;
}
.TagClassName
{
border-color: #FC1C4A;
}
</style>