Shades of Torch Red #FC012D
Tints of Torch Red #FC012D
RGB
CMYK
RGB Variations
Color information
#FC012D (or 0xFC012D) is known color: Torch Red. HEX triplet: FC, 01 and 2D. RGB value is (252,1,45). Sum of RGB (Red+Green+Blue) = 252+1+45=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC012D is #03FED2. Grayscale: #515151. Windows color (decimal): -261843 or 2949628. OLE color: 2949628.
HSL color Cylindrical-coordinate representation of color #FC012D: hue angle of 349.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC012D is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.01 |
| HSL | 349.48º | 0.99% | 0.5% | - |
| HSV(B) | 349.48º | 1% | 0.99% | - |
| XYZ | 40.63 | 20.91 | 4.38 | - |
| YUV | 81.07 | 107.66 | 249.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 45 | 0 | 1.00 | 0.82 | 0.01 | 349.48 | 0.99 | 0.5 |
| Hex | FC | 1 | 2D | 0 | 64 | 52 | 1 | 15D | 63 | 32 |
| Octal | 374 | 1 | 55 | 0 | 144 | 122 | 1 | 535 | 143 | 62 |
| Binary | 11111100 | 1 | 101101 | 0 | 1100100 | 1010010 | 1 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FC012D
Complementary color
Monochromatic Colors of #FC012D
Black with #FC012D
Text Example
Text Example
White with #FC012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC012D; }
p { color: rgb(252,1,45); }
H1.HeaderClassName
{
color: #FC012D;
}
.AnyTagClassName
{
color: #FC012D;
}
</style>
background-color css
<style>
a { background-color: #FC012D; }
a { background-color: rgb(252,1,45); }
div.DivClassName
{
background-color: #FC012D;
}
.BgClassName
{
background-color: #FC012D;
}
</style>
border-color css
<style>
span { border-color: #FC012D; }
span { border-color: rgb(252,1,45); }
td.TdClassName
{
border-color: #FC012D;
}
.TagClassName
{
border-color: #FC012D;
}
</style>