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