Shades of Torch Red #FC1C2C
Tints of Torch Red #FC1C2C
RGB
CMYK
RGB Variations
Color information
#FC1C2C (or 0xFC1C2C) is known color: Torch Red. HEX triplet: FC, 1C and 2C. RGB value is (252,28,44). Sum of RGB (Red+Green+Blue) = 252+28+44=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C2C is #03E3D3. Grayscale: #606060. Windows color (decimal): -254932 or 2891004. OLE color: 2891004.
HSL color Cylindrical-coordinate representation of color #FC1C2C: hue angle of 355.71º 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 #FC1C2C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 44 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.01 |
| HSL | 355.71º | 0.97% | 0.55% | - |
| HSV(B) | 355.71º | 0.89% | 0.99% | - |
| XYZ | 41.01 | 21.71 | 4.41 | - |
| YUV | 96.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 44 | 0 | 0.89 | 0.83 | 0.01 | 355.71 | 0.97 | 0.55 |
| Hex | FC | 1C | 2C | 0 | 59 | 53 | 1 | 164 | 61 | 37 |
| Octal | 374 | 34 | 54 | 0 | 131 | 123 | 1 | 544 | 141 | 67 |
| Binary | 11111100 | 11100 | 101100 | 0 | 1011001 | 1010011 | 1 | 101100100 | 1100001 | 110111 |
Color Harmonies of #FC1C2C
Complementary color
Monochromatic Colors of #FC1C2C
Black with #FC1C2C
Text Example
Text Example
White with #FC1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C2C; }
p { color: rgb(252,28,44); }
H1.HeaderClassName
{
color: #FC1C2C;
}
.AnyTagClassName
{
color: #FC1C2C;
}
</style>
background-color css
<style>
a { background-color: #FC1C2C; }
a { background-color: rgb(252,28,44); }
div.DivClassName
{
background-color: #FC1C2C;
}
.BgClassName
{
background-color: #FC1C2C;
}
</style>
border-color css
<style>
span { border-color: #FC1C2C; }
span { border-color: rgb(252,28,44); }
td.TdClassName
{
border-color: #FC1C2C;
}
.TagClassName
{
border-color: #FC1C2C;
}
</style>