Shades of Torch Red #FC012B
Tints of Torch Red #FC012B
RGB
CMYK
RGB Variations
Color information
#FC012B (or 0xFC012B) is known color: Torch Red. HEX triplet: FC, 01 and 2B. RGB value is (252,1,43). Sum of RGB (Red+Green+Blue) = 252+1+43=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC012B is #03FED4. Grayscale: #505050. Windows color (decimal): -261845 or 2818556. OLE color: 2818556.
HSL color Cylindrical-coordinate representation of color #FC012B: hue angle of 349.96º 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 #FC012B is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.01 |
| HSL | 349.96º | 0.99% | 0.5% | - |
| HSV(B) | 349.96º | 1% | 0.99% | - |
| XYZ | 40.59 | 20.89 | 4.18 | - |
| YUV | 80.84 | 106.66 | 250.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 43 | 0 | 1.00 | 0.83 | 0.01 | 349.96 | 0.99 | 0.5 |
| Hex | FC | 1 | 2B | 0 | 64 | 53 | 1 | 15E | 63 | 32 |
| Octal | 374 | 1 | 53 | 0 | 144 | 123 | 1 | 536 | 143 | 62 |
| Binary | 11111100 | 1 | 101011 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100011 | 110010 |
Color Harmonies of #FC012B
Complementary color
Monochromatic Colors of #FC012B
Black with #FC012B
Text Example
Text Example
White with #FC012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC012B; }
p { color: rgb(252,1,43); }
H1.HeaderClassName
{
color: #FC012B;
}
.AnyTagClassName
{
color: #FC012B;
}
</style>
background-color css
<style>
a { background-color: #FC012B; }
a { background-color: rgb(252,1,43); }
div.DivClassName
{
background-color: #FC012B;
}
.BgClassName
{
background-color: #FC012B;
}
</style>
border-color css
<style>
span { border-color: #FC012B; }
span { border-color: rgb(252,1,43); }
td.TdClassName
{
border-color: #FC012B;
}
.TagClassName
{
border-color: #FC012B;
}
</style>