Shades of Torch Red #FC141A
Tints of Torch Red #FC141A
RGB
CMYK
RGB Variations
Color information
#FC141A (or 0xFC141A) is known color: Torch Red. HEX triplet: FC, 14 and 1A. RGB value is (252,20,26). Sum of RGB (Red+Green+Blue) = 252+20+26=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC141A is #03EBE5. Grayscale: #5A5A5A. Windows color (decimal): -256998 or 1709308. OLE color: 1709308.
HSL color Cylindrical-coordinate representation of color #FC141A: hue angle of 358.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC141A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.01 |
| HSL | 358.45º | 0.97% | 0.53% | - |
| HSV(B) | 358.45º | 0.92% | 0.99% | - |
| XYZ | 40.58 | 21.27 | 2.94 | - |
| YUV | 90.05 | 91.86 | 243.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 26 | 0 | 0.92 | 0.90 | 0.01 | 358.45 | 0.97 | 0.53 |
| Hex | FC | 14 | 1A | 0 | 5C | 5A | 1 | 166 | 61 | 35 |
| Octal | 374 | 24 | 32 | 0 | 134 | 132 | 1 | 546 | 141 | 65 |
| Binary | 11111100 | 10100 | 11010 | 0 | 1011100 | 1011010 | 1 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FC141A
Complementary color
Monochromatic Colors of #FC141A
Black with #FC141A
Text Example
Text Example
White with #FC141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC141A; }
p { color: rgb(252,20,26); }
H1.HeaderClassName
{
color: #FC141A;
}
.AnyTagClassName
{
color: #FC141A;
}
</style>
background-color css
<style>
a { background-color: #FC141A; }
a { background-color: rgb(252,20,26); }
div.DivClassName
{
background-color: #FC141A;
}
.BgClassName
{
background-color: #FC141A;
}
</style>
border-color css
<style>
span { border-color: #FC141A; }
span { border-color: rgb(252,20,26); }
td.TdClassName
{
border-color: #FC141A;
}
.TagClassName
{
border-color: #FC141A;
}
</style>