Shades of Torch Red #FC003A
Tints of Torch Red #FC003A
RGB
CMYK
RGB Variations
Color information
#FC003A (or 0xFC003A) is known color: Torch Red. HEX triplet: FC, 00 and 3A. RGB value is (252,0,58). Sum of RGB (Red+Green+Blue) = 252+0+58=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC003A is #03FFC5. Grayscale: #515151. Windows color (decimal): -262086 or 3801340. OLE color: 3801340.
HSL color Cylindrical-coordinate representation of color #FC003A: hue angle of 346.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC003A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.77 | 0.01 |
| HSL | 346.19º | 1% | 0.49% | - |
| HSV(B) | 346.19º | 1% | 0.99% | - |
| XYZ | 40.91 | 21 | 5.9 | - |
| YUV | 81.96 | 114.49 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 58 | 0 | 1 | 0.77 | 0.01 | 346.19 | 1 | 0.49 |
| Hex | FC | 0 | 3A | 0 | 64 | 4D | 1 | 15A | 64 | 31 |
| Octal | 374 | 0 | 72 | 0 | 144 | 115 | 1 | 532 | 144 | 61 |
| Binary | 11111100 | 0 | 111010 | 0 | 1100100 | 1001101 | 1 | 101011010 | 1100100 | 110001 |
Color Harmonies of #FC003A
Complementary color
Monochromatic Colors of #FC003A
Black with #FC003A
Text Example
Text Example
White with #FC003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC003A; }
p { color: rgb(252,0,58); }
H1.HeaderClassName
{
color: #FC003A;
}
.AnyTagClassName
{
color: #FC003A;
}
</style>
background-color css
<style>
a { background-color: #FC003A; }
a { background-color: rgb(252,0,58); }
div.DivClassName
{
background-color: #FC003A;
}
.BgClassName
{
background-color: #FC003A;
}
</style>
border-color css
<style>
span { border-color: #FC003A; }
span { border-color: rgb(252,0,58); }
td.TdClassName
{
border-color: #FC003A;
}
.TagClassName
{
border-color: #FC003A;
}
</style>