Shades of Torch Red #FC152C
Tints of Torch Red #FC152C
RGB
CMYK
RGB Variations
Color information
#FC152C (or 0xFC152C) is known color: Torch Red. HEX triplet: FC, 15 and 2C. RGB value is (252,21,44). Sum of RGB (Red+Green+Blue) = 252+21+44=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC152C is #03EAD3. Grayscale: #5C5C5C. Windows color (decimal): -256724 or 2889212. OLE color: 2889212.
HSL color Cylindrical-coordinate representation of color #FC152C: hue angle of 354.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC152C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 44 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.01 |
| HSL | 354.03º | 0.97% | 0.54% | - |
| HSV(B) | 354.03º | 0.92% | 0.99% | - |
| XYZ | 40.87 | 21.41 | 4.36 | - |
| YUV | 92.69 | 100.53 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 44 | 0 | 0.92 | 0.83 | 0.01 | 354.03 | 0.97 | 0.54 |
| Hex | FC | 15 | 2C | 0 | 5C | 53 | 1 | 162 | 61 | 36 |
| Octal | 374 | 25 | 54 | 0 | 134 | 123 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 10101 | 101100 | 0 | 1011100 | 1010011 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC152C
Complementary color
Monochromatic Colors of #FC152C
Black with #FC152C
Text Example
Text Example
White with #FC152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC152C; }
p { color: rgb(252,21,44); }
H1.HeaderClassName
{
color: #FC152C;
}
.AnyTagClassName
{
color: #FC152C;
}
</style>
background-color css
<style>
a { background-color: #FC152C; }
a { background-color: rgb(252,21,44); }
div.DivClassName
{
background-color: #FC152C;
}
.BgClassName
{
background-color: #FC152C;
}
</style>
border-color css
<style>
span { border-color: #FC152C; }
span { border-color: rgb(252,21,44); }
td.TdClassName
{
border-color: #FC152C;
}
.TagClassName
{
border-color: #FC152C;
}
</style>