Shades of Torch Red #FC1C2E
Tints of Torch Red #FC1C2E
RGB
CMYK
RGB Variations
Color information
#FC1C2E (or 0xFC1C2E) is known color: Torch Red. HEX triplet: FC, 1C and 2E. RGB value is (252,28,46). Sum of RGB (Red+Green+Blue) = 252+28+46=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C2E is #03E3D1. Grayscale: #616161. Windows color (decimal): -254930 or 3022076. OLE color: 3022076.
HSL color Cylindrical-coordinate representation of color #FC1C2E: hue angle of 355.18º 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 #FC1C2E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 46 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.01 |
| HSL | 355.18º | 0.97% | 0.55% | - |
| HSV(B) | 355.18º | 0.89% | 0.99% | - |
| XYZ | 41.05 | 21.72 | 4.61 | - |
| YUV | 97.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 46 | 0 | 0.89 | 0.82 | 0.01 | 355.18 | 0.97 | 0.55 |
| Hex | FC | 1C | 2E | 0 | 59 | 52 | 1 | 163 | 61 | 37 |
| Octal | 374 | 34 | 56 | 0 | 131 | 122 | 1 | 543 | 141 | 67 |
| Binary | 11111100 | 11100 | 101110 | 0 | 1011001 | 1010010 | 1 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FC1C2E
Complementary color
Monochromatic Colors of #FC1C2E
Black with #FC1C2E
Text Example
Text Example
White with #FC1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C2E; }
p { color: rgb(252,28,46); }
H1.HeaderClassName
{
color: #FC1C2E;
}
.AnyTagClassName
{
color: #FC1C2E;
}
</style>
background-color css
<style>
a { background-color: #FC1C2E; }
a { background-color: rgb(252,28,46); }
div.DivClassName
{
background-color: #FC1C2E;
}
.BgClassName
{
background-color: #FC1C2E;
}
</style>
border-color css
<style>
span { border-color: #FC1C2E; }
span { border-color: rgb(252,28,46); }
td.TdClassName
{
border-color: #FC1C2E;
}
.TagClassName
{
border-color: #FC1C2E;
}
</style>