Shades of Torch Red #FC1E2C
Tints of Torch Red #FC1E2C
RGB
CMYK
RGB Variations
Color information
#FC1E2C (or 0xFC1E2C) is known color: Torch Red. HEX triplet: FC, 1E and 2C. RGB value is (252,30,44). Sum of RGB (Red+Green+Blue) = 252+30+44=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E2C is #03E1D3. Grayscale: #626262. Windows color (decimal): -254420 or 2891516. OLE color: 2891516.
HSL color Cylindrical-coordinate representation of color #FC1E2C: hue angle of 356.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E2C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 44 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.01 |
| HSL | 356.22º | 0.97% | 0.55% | - |
| HSV(B) | 356.22º | 0.88% | 0.99% | - |
| XYZ | 41.06 | 21.81 | 4.43 | - |
| YUV | 97.97 | 97.55 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 44 | 0 | 0.88 | 0.83 | 0.01 | 356.22 | 0.97 | 0.55 |
| Hex | FC | 1E | 2C | 0 | 58 | 53 | 1 | 164 | 61 | 37 |
| Octal | 374 | 36 | 54 | 0 | 130 | 123 | 1 | 544 | 141 | 67 |
| Binary | 11111100 | 11110 | 101100 | 0 | 1011000 | 1010011 | 1 | 101100100 | 1100001 | 110111 |
Color Harmonies of #FC1E2C
Complementary color
Monochromatic Colors of #FC1E2C
Black with #FC1E2C
Text Example
Text Example
White with #FC1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E2C; }
p { color: rgb(252,30,44); }
H1.HeaderClassName
{
color: #FC1E2C;
}
.AnyTagClassName
{
color: #FC1E2C;
}
</style>
background-color css
<style>
a { background-color: #FC1E2C; }
a { background-color: rgb(252,30,44); }
div.DivClassName
{
background-color: #FC1E2C;
}
.BgClassName
{
background-color: #FC1E2C;
}
</style>
border-color css
<style>
span { border-color: #FC1E2C; }
span { border-color: rgb(252,30,44); }
td.TdClassName
{
border-color: #FC1E2C;
}
.TagClassName
{
border-color: #FC1E2C;
}
</style>