Shades of Torch Red #FC0138
Tints of Torch Red #FC0138
RGB
CMYK
RGB Variations
Color information
#FC0138 (or 0xFC0138) is known color: Torch Red. HEX triplet: FC, 01 and 38. RGB value is (252,1,56). Sum of RGB (Red+Green+Blue) = 252+1+56=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0138 is #03FEC7. Grayscale: #525252. Windows color (decimal): -261832 or 3670524. OLE color: 3670524.
HSL color Cylindrical-coordinate representation of color #FC0138: hue angle of 346.85º 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 #FC0138 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.01 |
| HSL | 346.85º | 0.99% | 0.5% | - |
| HSV(B) | 346.85º | 1% | 0.99% | - |
| XYZ | 40.87 | 21 | 5.64 | - |
| YUV | 82.32 | 113.16 | 249.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 56 | 0 | 1.00 | 0.78 | 0.01 | 346.85 | 0.99 | 0.5 |
| Hex | FC | 1 | 38 | 0 | 64 | 4E | 1 | 15B | 63 | 32 |
| Octal | 374 | 1 | 70 | 0 | 144 | 116 | 1 | 533 | 143 | 62 |
| Binary | 11111100 | 1 | 111000 | 0 | 1100100 | 1001110 | 1 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FC0138
Complementary color
Monochromatic Colors of #FC0138
Black with #FC0138
Text Example
Text Example
White with #FC0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0138; }
p { color: rgb(252,1,56); }
H1.HeaderClassName
{
color: #FC0138;
}
.AnyTagClassName
{
color: #FC0138;
}
</style>
background-color css
<style>
a { background-color: #FC0138; }
a { background-color: rgb(252,1,56); }
div.DivClassName
{
background-color: #FC0138;
}
.BgClassName
{
background-color: #FC0138;
}
</style>
border-color css
<style>
span { border-color: #FC0138; }
span { border-color: rgb(252,1,56); }
td.TdClassName
{
border-color: #FC0138;
}
.TagClassName
{
border-color: #FC0138;
}
</style>