Shades of Torch Red #FC1A1C
Tints of Torch Red #FC1A1C
RGB
CMYK
RGB Variations
Color information
#FC1A1C (or 0xFC1A1C) is known color: Torch Red. HEX triplet: FC, 1A and 1C. RGB value is (252,26,28). Sum of RGB (Red+Green+Blue) = 252+26+28=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A1C is #03E5E3. Grayscale: #5E5E5E. Windows color (decimal): -255460 or 1841916. OLE color: 1841916.
HSL color Cylindrical-coordinate representation of color #FC1A1C: hue angle of 359.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A1C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 28 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.01 |
| HSL | 359.47º | 0.97% | 0.55% | - |
| HSV(B) | 359.47º | 0.9% | 0.99% | - |
| XYZ | 40.72 | 21.52 | 3.11 | - |
| YUV | 93.8 | 90.87 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 28 | 0 | 0.90 | 0.89 | 0.01 | 359.47 | 0.97 | 0.55 |
| Hex | FC | 1A | 1C | 0 | 5A | 59 | 1 | 167 | 61 | 37 |
| Octal | 374 | 32 | 34 | 0 | 132 | 131 | 1 | 547 | 141 | 67 |
| Binary | 11111100 | 11010 | 11100 | 0 | 1011010 | 1011001 | 1 | 101100111 | 1100001 | 110111 |
Color Harmonies of #FC1A1C
Complementary color
Monochromatic Colors of #FC1A1C
Black with #FC1A1C
Text Example
Text Example
White with #FC1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A1C; }
p { color: rgb(252,26,28); }
H1.HeaderClassName
{
color: #FC1A1C;
}
.AnyTagClassName
{
color: #FC1A1C;
}
</style>
background-color css
<style>
a { background-color: #FC1A1C; }
a { background-color: rgb(252,26,28); }
div.DivClassName
{
background-color: #FC1A1C;
}
.BgClassName
{
background-color: #FC1A1C;
}
</style>
border-color css
<style>
span { border-color: #FC1A1C; }
span { border-color: rgb(252,26,28); }
td.TdClassName
{
border-color: #FC1A1C;
}
.TagClassName
{
border-color: #FC1A1C;
}
</style>