Shades of Torch Red #FC013F
Tints of Torch Red #FC013F
RGB
CMYK
RGB Variations
Color information
#FC013F (or 0xFC013F) is known color: Torch Red. HEX triplet: FC, 01 and 3F. RGB value is (252,1,63). Sum of RGB (Red+Green+Blue) = 252+1+63=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC013F is #03FEC0. Grayscale: #535353. Windows color (decimal): -261825 or 4129276. OLE color: 4129276.
HSL color Cylindrical-coordinate representation of color #FC013F: hue angle of 345.18º 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 #FC013F is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.01 |
| HSL | 345.18º | 0.99% | 0.5% | - |
| HSV(B) | 345.18º | 1% | 0.99% | - |
| XYZ | 41.05 | 21.08 | 6.61 | - |
| YUV | 83.12 | 116.66 | 248.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 63 | 0 | 1.00 | 0.75 | 0.01 | 345.18 | 0.99 | 0.5 |
| Hex | FC | 1 | 3F | 0 | 64 | 4B | 1 | 159 | 63 | 32 |
| Octal | 374 | 1 | 77 | 0 | 144 | 113 | 1 | 531 | 143 | 62 |
| Binary | 11111100 | 1 | 111111 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FC013F
Complementary color
Monochromatic Colors of #FC013F
Black with #FC013F
Text Example
Text Example
White with #FC013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC013F; }
p { color: rgb(252,1,63); }
H1.HeaderClassName
{
color: #FC013F;
}
.AnyTagClassName
{
color: #FC013F;
}
</style>
background-color css
<style>
a { background-color: #FC013F; }
a { background-color: rgb(252,1,63); }
div.DivClassName
{
background-color: #FC013F;
}
.BgClassName
{
background-color: #FC013F;
}
</style>
border-color css
<style>
span { border-color: #FC013F; }
span { border-color: rgb(252,1,63); }
td.TdClassName
{
border-color: #FC013F;
}
.TagClassName
{
border-color: #FC013F;
}
</style>