Shades of Torch Red #FC012E
Tints of Torch Red #FC012E
RGB
CMYK
RGB Variations
Color information
#FC012E (or 0xFC012E) is known color: Torch Red. HEX triplet: FC, 01 and 2E. RGB value is (252,1,46). Sum of RGB (Red+Green+Blue) = 252+1+46=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC012E is #03FED1. Grayscale: #515151. Windows color (decimal): -261842 or 3015164. OLE color: 3015164.
HSL color Cylindrical-coordinate representation of color #FC012E: hue angle of 349.24º 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 #FC012E is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.01 |
| HSL | 349.24º | 0.99% | 0.5% | - |
| HSV(B) | 349.24º | 1% | 0.99% | - |
| XYZ | 40.65 | 20.91 | 4.48 | - |
| YUV | 81.18 | 108.16 | 249.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 46 | 0 | 1.00 | 0.82 | 0.01 | 349.24 | 0.99 | 0.5 |
| Hex | FC | 1 | 2E | 0 | 64 | 52 | 1 | 15D | 63 | 32 |
| Octal | 374 | 1 | 56 | 0 | 144 | 122 | 1 | 535 | 143 | 62 |
| Binary | 11111100 | 1 | 101110 | 0 | 1100100 | 1010010 | 1 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FC012E
Complementary color
Monochromatic Colors of #FC012E
Black with #FC012E
Text Example
Text Example
White with #FC012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC012E; }
p { color: rgb(252,1,46); }
H1.HeaderClassName
{
color: #FC012E;
}
.AnyTagClassName
{
color: #FC012E;
}
</style>
background-color css
<style>
a { background-color: #FC012E; }
a { background-color: rgb(252,1,46); }
div.DivClassName
{
background-color: #FC012E;
}
.BgClassName
{
background-color: #FC012E;
}
</style>
border-color css
<style>
span { border-color: #FC012E; }
span { border-color: rgb(252,1,46); }
td.TdClassName
{
border-color: #FC012E;
}
.TagClassName
{
border-color: #FC012E;
}
</style>