Shades of Torch Red #FC013B
Tints of Torch Red #FC013B
RGB
CMYK
RGB Variations
Color information
#FC013B (or 0xFC013B) is known color: Torch Red. HEX triplet: FC, 01 and 3B. RGB value is (252,1,59). Sum of RGB (Red+Green+Blue) = 252+1+59=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC013B is #03FEC4. Grayscale: #525252. Windows color (decimal): -261829 or 3867132. OLE color: 3867132.
HSL color Cylindrical-coordinate representation of color #FC013B: hue angle of 346.14º 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 #FC013B is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.01 |
| HSL | 346.14º | 0.99% | 0.5% | - |
| HSV(B) | 346.14º | 1% | 0.99% | - |
| XYZ | 40.95 | 21.03 | 6.04 | - |
| YUV | 82.66 | 114.66 | 248.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 59 | 0 | 1.00 | 0.77 | 0.01 | 346.14 | 0.99 | 0.5 |
| Hex | FC | 1 | 3B | 0 | 64 | 4D | 1 | 15A | 63 | 32 |
| Octal | 374 | 1 | 73 | 0 | 144 | 115 | 1 | 532 | 143 | 62 |
| Binary | 11111100 | 1 | 111011 | 0 | 1100100 | 1001101 | 1 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FC013B
Complementary color
Monochromatic Colors of #FC013B
Black with #FC013B
Text Example
Text Example
White with #FC013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC013B; }
p { color: rgb(252,1,59); }
H1.HeaderClassName
{
color: #FC013B;
}
.AnyTagClassName
{
color: #FC013B;
}
</style>
background-color css
<style>
a { background-color: #FC013B; }
a { background-color: rgb(252,1,59); }
div.DivClassName
{
background-color: #FC013B;
}
.BgClassName
{
background-color: #FC013B;
}
</style>
border-color css
<style>
span { border-color: #FC013B; }
span { border-color: rgb(252,1,59); }
td.TdClassName
{
border-color: #FC013B;
}
.TagClassName
{
border-color: #FC013B;
}
</style>