Shades of Torch Red #FC152F
Tints of Torch Red #FC152F
RGB
CMYK
RGB Variations
Color information
#FC152F (or 0xFC152F) is known color: Torch Red. HEX triplet: FC, 15 and 2F. RGB value is (252,21,47). Sum of RGB (Red+Green+Blue) = 252+21+47=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC152F is #03EAD0. Grayscale: #5D5D5D. Windows color (decimal): -256721 or 3085820. OLE color: 3085820.
HSL color Cylindrical-coordinate representation of color #FC152F: hue angle of 353.25º 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 #FC152F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 47 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.01 |
| HSL | 353.25º | 0.97% | 0.54% | - |
| HSV(B) | 353.25º | 0.92% | 0.99% | - |
| XYZ | 40.93 | 21.44 | 4.67 | - |
| YUV | 93.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 47 | 0 | 0.92 | 0.81 | 0.01 | 353.25 | 0.97 | 0.54 |
| Hex | FC | 15 | 2F | 0 | 5C | 51 | 1 | 161 | 61 | 36 |
| Octal | 374 | 25 | 57 | 0 | 134 | 121 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10101 | 101111 | 0 | 1011100 | 1010001 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC152F
Complementary color
Monochromatic Colors of #FC152F
Black with #FC152F
Text Example
Text Example
White with #FC152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC152F; }
p { color: rgb(252,21,47); }
H1.HeaderClassName
{
color: #FC152F;
}
.AnyTagClassName
{
color: #FC152F;
}
</style>
background-color css
<style>
a { background-color: #FC152F; }
a { background-color: rgb(252,21,47); }
div.DivClassName
{
background-color: #FC152F;
}
.BgClassName
{
background-color: #FC152F;
}
</style>
border-color css
<style>
span { border-color: #FC152F; }
span { border-color: rgb(252,21,47); }
td.TdClassName
{
border-color: #FC152F;
}
.TagClassName
{
border-color: #FC152F;
}
</style>