Shades of Torch Red #FC1A3C
Tints of Torch Red #FC1A3C
RGB
CMYK
RGB Variations
Color information
#FC1A3C (or 0xFC1A3C) is known color: Torch Red. HEX triplet: FC, 1A and 3C. RGB value is (252,26,60). Sum of RGB (Red+Green+Blue) = 252+26+60=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A3C is #03E5C3. Grayscale: #616161. Windows color (decimal): -255428 or 3939068. OLE color: 3939068.
HSL color Cylindrical-coordinate representation of color #FC1A3C: hue angle of 350.97º 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 #FC1A3C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.01 |
| HSL | 350.97º | 0.97% | 0.55% | - |
| HSV(B) | 350.97º | 0.9% | 0.99% | - |
| XYZ | 41.33 | 21.76 | 6.3 | - |
| YUV | 97.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 60 | 0 | 0.90 | 0.76 | 0.01 | 350.97 | 0.97 | 0.55 |
| Hex | FC | 1A | 3C | 0 | 5A | 4C | 1 | 15F | 61 | 37 |
| Octal | 374 | 32 | 74 | 0 | 132 | 114 | 1 | 537 | 141 | 67 |
| Binary | 11111100 | 11010 | 111100 | 0 | 1011010 | 1001100 | 1 | 101011111 | 1100001 | 110111 |
Color Harmonies of #FC1A3C
Complementary color
Monochromatic Colors of #FC1A3C
Black with #FC1A3C
Text Example
Text Example
White with #FC1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A3C; }
p { color: rgb(252,26,60); }
H1.HeaderClassName
{
color: #FC1A3C;
}
.AnyTagClassName
{
color: #FC1A3C;
}
</style>
background-color css
<style>
a { background-color: #FC1A3C; }
a { background-color: rgb(252,26,60); }
div.DivClassName
{
background-color: #FC1A3C;
}
.BgClassName
{
background-color: #FC1A3C;
}
</style>
border-color css
<style>
span { border-color: #FC1A3C; }
span { border-color: rgb(252,26,60); }
td.TdClassName
{
border-color: #FC1A3C;
}
.TagClassName
{
border-color: #FC1A3C;
}
</style>