Shades of Torch Red #FC141B
Tints of Torch Red #FC141B
RGB
CMYK
RGB Variations
Color information
#FC141B (or 0xFC141B) is known color: Torch Red. HEX triplet: FC, 14 and 1B. RGB value is (252,20,27). Sum of RGB (Red+Green+Blue) = 252+20+27=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC141B is #03EBE4. Grayscale: #5A5A5A. Windows color (decimal): -256997 or 1774844. OLE color: 1774844.
HSL color Cylindrical-coordinate representation of color #FC141B: hue angle of 358.19º 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 #FC141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.01 |
| HSL | 358.19º | 0.97% | 0.53% | - |
| HSV(B) | 358.19º | 0.92% | 0.99% | - |
| XYZ | 40.59 | 21.27 | 3 | - |
| YUV | 90.17 | 92.36 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 27 | 0 | 0.92 | 0.89 | 0.01 | 358.19 | 0.97 | 0.53 |
| Hex | FC | 14 | 1B | 0 | 5C | 59 | 1 | 166 | 61 | 35 |
| Octal | 374 | 24 | 33 | 0 | 134 | 131 | 1 | 546 | 141 | 65 |
| Binary | 11111100 | 10100 | 11011 | 0 | 1011100 | 1011001 | 1 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FC141B
Complementary color
Monochromatic Colors of #FC141B
Black with #FC141B
Text Example
Text Example
White with #FC141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC141B; }
p { color: rgb(252,20,27); }
H1.HeaderClassName
{
color: #FC141B;
}
.AnyTagClassName
{
color: #FC141B;
}
</style>
background-color css
<style>
a { background-color: #FC141B; }
a { background-color: rgb(252,20,27); }
div.DivClassName
{
background-color: #FC141B;
}
.BgClassName
{
background-color: #FC141B;
}
</style>
border-color css
<style>
span { border-color: #FC141B; }
span { border-color: rgb(252,20,27); }
td.TdClassName
{
border-color: #FC141B;
}
.TagClassName
{
border-color: #FC141B;
}
</style>