Shades of Torch Red #FC1C1D
Tints of Torch Red #FC1C1D
RGB
CMYK
RGB Variations
Color information
#FC1C1D (or 0xFC1C1D) is known color: Torch Red. HEX triplet: FC, 1C and 1D. RGB value is (252,28,29). Sum of RGB (Red+Green+Blue) = 252+28+29=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C1D is #03E3E2. Grayscale: #5F5F5F. Windows color (decimal): -254947 or 1907964. OLE color: 1907964.
HSL color Cylindrical-coordinate representation of color #FC1C1D: hue angle of 359.73º 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 #FC1C1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.01 |
| HSL | 359.73º | 0.97% | 0.55% | - |
| HSV(B) | 359.73º | 0.89% | 0.99% | - |
| XYZ | 40.78 | 21.61 | 3.18 | - |
| YUV | 95.09 | 90.71 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 29 | 0 | 0.89 | 0.88 | 0.01 | 359.73 | 0.97 | 0.55 |
| Hex | FC | 1C | 1D | 0 | 59 | 58 | 1 | 168 | 61 | 37 |
| Octal | 374 | 34 | 35 | 0 | 131 | 130 | 1 | 550 | 141 | 67 |
| Binary | 11111100 | 11100 | 11101 | 0 | 1011001 | 1011000 | 1 | 101101000 | 1100001 | 110111 |
Color Harmonies of #FC1C1D
Complementary color
Monochromatic Colors of #FC1C1D
Black with #FC1C1D
Text Example
Text Example
White with #FC1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C1D; }
p { color: rgb(252,28,29); }
H1.HeaderClassName
{
color: #FC1C1D;
}
.AnyTagClassName
{
color: #FC1C1D;
}
</style>
background-color css
<style>
a { background-color: #FC1C1D; }
a { background-color: rgb(252,28,29); }
div.DivClassName
{
background-color: #FC1C1D;
}
.BgClassName
{
background-color: #FC1C1D;
}
</style>
border-color css
<style>
span { border-color: #FC1C1D; }
span { border-color: rgb(252,28,29); }
td.TdClassName
{
border-color: #FC1C1D;
}
.TagClassName
{
border-color: #FC1C1D;
}
</style>