Shades of Torch Red #FC1C3F
Tints of Torch Red #FC1C3F
RGB
CMYK
RGB Variations
Color information
#FC1C3F (or 0xFC1C3F) is known color: Torch Red. HEX triplet: FC, 1C and 3F. RGB value is (252,28,63). Sum of RGB (Red+Green+Blue) = 252+28+63=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C3F is #03E3C0. Grayscale: #636363. Windows color (decimal): -254913 or 4136188. OLE color: 4136188.
HSL color Cylindrical-coordinate representation of color #FC1C3F: hue angle of 350.62º 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 #FC1C3F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 63 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.01 |
| HSL | 350.63º | 0.97% | 0.55% | - |
| HSV(B) | 350.63º | 0.89% | 0.99% | - |
| XYZ | 41.46 | 21.88 | 6.74 | - |
| YUV | 98.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 63 | 0 | 0.89 | 0.75 | 0.01 | 350.63 | 0.97 | 0.55 |
| Hex | FC | 1C | 3F | 0 | 59 | 4B | 1 | 15F | 61 | 37 |
| Octal | 374 | 34 | 77 | 0 | 131 | 113 | 1 | 537 | 141 | 67 |
| Binary | 11111100 | 11100 | 111111 | 0 | 1011001 | 1001011 | 1 | 101011111 | 1100001 | 110111 |
Color Harmonies of #FC1C3F
Complementary color
Monochromatic Colors of #FC1C3F
Black with #FC1C3F
Text Example
Text Example
White with #FC1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C3F; }
p { color: rgb(252,28,63); }
H1.HeaderClassName
{
color: #FC1C3F;
}
.AnyTagClassName
{
color: #FC1C3F;
}
</style>
background-color css
<style>
a { background-color: #FC1C3F; }
a { background-color: rgb(252,28,63); }
div.DivClassName
{
background-color: #FC1C3F;
}
.BgClassName
{
background-color: #FC1C3F;
}
</style>
border-color css
<style>
span { border-color: #FC1C3F; }
span { border-color: rgb(252,28,63); }
td.TdClassName
{
border-color: #FC1C3F;
}
.TagClassName
{
border-color: #FC1C3F;
}
</style>