Shades of Torch Red #FC132D
Tints of Torch Red #FC132D
RGB
CMYK
RGB Variations
Color information
#FC132D (or 0xFC132D) is known color: Torch Red. HEX triplet: FC, 13 and 2D. RGB value is (252,19,45). Sum of RGB (Red+Green+Blue) = 252+19+45=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC132D is #03ECD2. Grayscale: #5B5B5B. Windows color (decimal): -257235 or 2954236. OLE color: 2954236.
HSL color Cylindrical-coordinate representation of color #FC132D: hue angle of 353.3º 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 #FC132D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.01 |
| HSL | 353.3º | 0.97% | 0.53% | - |
| HSV(B) | 353.3º | 0.92% | 0.99% | - |
| XYZ | 40.85 | 21.35 | 4.45 | - |
| YUV | 91.63 | 101.69 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 45 | 0 | 0.92 | 0.82 | 0.01 | 353.3 | 0.97 | 0.53 |
| Hex | FC | 13 | 2D | 0 | 5C | 52 | 1 | 161 | 61 | 35 |
| Octal | 374 | 23 | 55 | 0 | 134 | 122 | 1 | 541 | 141 | 65 |
| Binary | 11111100 | 10011 | 101101 | 0 | 1011100 | 1010010 | 1 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FC132D
Complementary color
Monochromatic Colors of #FC132D
Black with #FC132D
Text Example
Text Example
White with #FC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC132D; }
p { color: rgb(252,19,45); }
H1.HeaderClassName
{
color: #FC132D;
}
.AnyTagClassName
{
color: #FC132D;
}
</style>
background-color css
<style>
a { background-color: #FC132D; }
a { background-color: rgb(252,19,45); }
div.DivClassName
{
background-color: #FC132D;
}
.BgClassName
{
background-color: #FC132D;
}
</style>
border-color css
<style>
span { border-color: #FC132D; }
span { border-color: rgb(252,19,45); }
td.TdClassName
{
border-color: #FC132D;
}
.TagClassName
{
border-color: #FC132D;
}
</style>