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