Shades of Torch Red #FC1438
Tints of Torch Red #FC1438
RGB
CMYK
RGB Variations
Color information
#FC1438 (or 0xFC1438) is known color: Torch Red. HEX triplet: FC, 14 and 38. RGB value is (252,20,56). Sum of RGB (Red+Green+Blue) = 252+20+56=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1438 is #03EBC7. Grayscale: #5D5D5D. Windows color (decimal): -256968 or 3675388. OLE color: 3675388.
HSL color Cylindrical-coordinate representation of color #FC1438: hue angle of 350.69º 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 #FC1438 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 56 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.01 |
| HSL | 350.69º | 0.97% | 0.53% | - |
| HSV(B) | 350.69º | 0.92% | 0.99% | - |
| XYZ | 41.11 | 21.48 | 5.72 | - |
| YUV | 93.47 | 106.86 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 56 | 0 | 0.92 | 0.78 | 0.01 | 350.69 | 0.97 | 0.53 |
| Hex | FC | 14 | 38 | 0 | 5C | 4E | 1 | 15F | 61 | 35 |
| Octal | 374 | 24 | 70 | 0 | 134 | 116 | 1 | 537 | 141 | 65 |
| Binary | 11111100 | 10100 | 111000 | 0 | 1011100 | 1001110 | 1 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FC1438
Complementary color
Monochromatic Colors of #FC1438
Black with #FC1438
Text Example
Text Example
White with #FC1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1438; }
p { color: rgb(252,20,56); }
H1.HeaderClassName
{
color: #FC1438;
}
.AnyTagClassName
{
color: #FC1438;
}
</style>
background-color css
<style>
a { background-color: #FC1438; }
a { background-color: rgb(252,20,56); }
div.DivClassName
{
background-color: #FC1438;
}
.BgClassName
{
background-color: #FC1438;
}
</style>
border-color css
<style>
span { border-color: #FC1438; }
span { border-color: rgb(252,20,56); }
td.TdClassName
{
border-color: #FC1438;
}
.TagClassName
{
border-color: #FC1438;
}
</style>