Shades of Torch Red #FC1C32
Tints of Torch Red #FC1C32
RGB
CMYK
RGB Variations
Color information
#FC1C32 (or 0xFC1C32) is known color: Torch Red. HEX triplet: FC, 1C and 32. RGB value is (252,28,50). Sum of RGB (Red+Green+Blue) = 252+28+50=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C32 is #03E3CD. Grayscale: #616161. Windows color (decimal): -254926 or 3284220. OLE color: 3284220.
HSL color Cylindrical-coordinate representation of color #FC1C32: hue angle of 354.11º 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 #FC1C32 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 50 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.01 |
| HSL | 354.11º | 0.97% | 0.55% | - |
| HSV(B) | 354.11º | 0.89% | 0.99% | - |
| XYZ | 41.14 | 21.76 | 5.05 | - |
| YUV | 97.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 50 | 0 | 0.89 | 0.80 | 0.01 | 354.11 | 0.97 | 0.55 |
| Hex | FC | 1C | 32 | 0 | 59 | 50 | 1 | 162 | 61 | 37 |
| Octal | 374 | 34 | 62 | 0 | 131 | 120 | 1 | 542 | 141 | 67 |
| Binary | 11111100 | 11100 | 110010 | 0 | 1011001 | 1010000 | 1 | 101100010 | 1100001 | 110111 |
Color Harmonies of #FC1C32
Complementary color
Monochromatic Colors of #FC1C32
Black with #FC1C32
Text Example
Text Example
White with #FC1C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C32; }
p { color: rgb(252,28,50); }
H1.HeaderClassName
{
color: #FC1C32;
}
.AnyTagClassName
{
color: #FC1C32;
}
</style>
background-color css
<style>
a { background-color: #FC1C32; }
a { background-color: rgb(252,28,50); }
div.DivClassName
{
background-color: #FC1C32;
}
.BgClassName
{
background-color: #FC1C32;
}
</style>
border-color css
<style>
span { border-color: #FC1C32; }
span { border-color: rgb(252,28,50); }
td.TdClassName
{
border-color: #FC1C32;
}
.TagClassName
{
border-color: #FC1C32;
}
</style>