Shades of Torch Red #FC1C20
Tints of Torch Red #FC1C20
RGB
CMYK
RGB Variations
Color information
#FC1C20 (or 0xFC1C20) is known color: Torch Red. HEX triplet: FC, 1C and 20. RGB value is (252,28,32). Sum of RGB (Red+Green+Blue) = 252+28+32=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C20 is #03E3DF. Grayscale: #5F5F5F. Windows color (decimal): -254944 or 2104572. OLE color: 2104572.
HSL color Cylindrical-coordinate representation of color #FC1C20: hue angle of 358.93º 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 #FC1C20 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 32 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.01 |
| HSL | 358.93º | 0.97% | 0.55% | - |
| HSV(B) | 358.93º | 0.89% | 0.99% | - |
| XYZ | 40.82 | 21.63 | 3.39 | - |
| YUV | 95.43 | 92.21 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 32 | 0 | 0.89 | 0.87 | 0.01 | 358.93 | 0.97 | 0.55 |
| Hex | FC | 1C | 20 | 0 | 59 | 57 | 1 | 167 | 61 | 37 |
| Octal | 374 | 34 | 40 | 0 | 131 | 127 | 1 | 547 | 141 | 67 |
| Binary | 11111100 | 11100 | 100000 | 0 | 1011001 | 1010111 | 1 | 101100111 | 1100001 | 110111 |
Color Harmonies of #FC1C20
Complementary color
Monochromatic Colors of #FC1C20
Black with #FC1C20
Text Example
Text Example
White with #FC1C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C20; }
p { color: rgb(252,28,32); }
H1.HeaderClassName
{
color: #FC1C20;
}
.AnyTagClassName
{
color: #FC1C20;
}
</style>
background-color css
<style>
a { background-color: #FC1C20; }
a { background-color: rgb(252,28,32); }
div.DivClassName
{
background-color: #FC1C20;
}
.BgClassName
{
background-color: #FC1C20;
}
</style>
border-color css
<style>
span { border-color: #FC1C20; }
span { border-color: rgb(252,28,32); }
td.TdClassName
{
border-color: #FC1C20;
}
.TagClassName
{
border-color: #FC1C20;
}
</style>