Shades of Torch Red #FC1C36
Tints of Torch Red #FC1C36
RGB
CMYK
RGB Variations
Color information
#FC1C36 (or 0xFC1C36) is known color: Torch Red. HEX triplet: FC, 1C and 36. RGB value is (252,28,54). Sum of RGB (Red+Green+Blue) = 252+28+54=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C36 is #03E3C9. Grayscale: #626262. Windows color (decimal): -254922 or 3546364. OLE color: 3546364.
HSL color Cylindrical-coordinate representation of color #FC1C36: hue angle of 353.04º 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 #FC1C36 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 54 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.01 |
| HSL | 353.04º | 0.97% | 0.55% | - |
| HSV(B) | 353.04º | 0.89% | 0.99% | - |
| XYZ | 41.23 | 21.79 | 5.52 | - |
| YUV | 97.94 | 103.21 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 54 | 0 | 0.89 | 0.79 | 0.01 | 353.04 | 0.97 | 0.55 |
| Hex | FC | 1C | 36 | 0 | 59 | 4F | 1 | 161 | 61 | 37 |
| Octal | 374 | 34 | 66 | 0 | 131 | 117 | 1 | 541 | 141 | 67 |
| Binary | 11111100 | 11100 | 110110 | 0 | 1011001 | 1001111 | 1 | 101100001 | 1100001 | 110111 |
Color Harmonies of #FC1C36
Complementary color
Monochromatic Colors of #FC1C36
Black with #FC1C36
Text Example
Text Example
White with #FC1C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C36; }
p { color: rgb(252,28,54); }
H1.HeaderClassName
{
color: #FC1C36;
}
.AnyTagClassName
{
color: #FC1C36;
}
</style>
background-color css
<style>
a { background-color: #FC1C36; }
a { background-color: rgb(252,28,54); }
div.DivClassName
{
background-color: #FC1C36;
}
.BgClassName
{
background-color: #FC1C36;
}
</style>
border-color css
<style>
span { border-color: #FC1C36; }
span { border-color: rgb(252,28,54); }
td.TdClassName
{
border-color: #FC1C36;
}
.TagClassName
{
border-color: #FC1C36;
}
</style>