Shades of Torch Red #FC0628
Tints of Torch Red #FC0628
RGB
CMYK
RGB Variations
Color information
#FC0628 (or 0xFC0628) is known color: Torch Red. HEX triplet: FC, 06 and 28. RGB value is (252,6,40). Sum of RGB (Red+Green+Blue) = 252+6+40=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0628 is #03F9D7. Grayscale: #535353. Windows color (decimal): -260568 or 2623228. OLE color: 2623228.
HSL color Cylindrical-coordinate representation of color #FC0628: hue angle of 351.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0628 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.01 |
| HSL | 351.71º | 0.98% | 0.51% | - |
| HSV(B) | 351.71º | 0.98% | 0.99% | - |
| XYZ | 40.59 | 20.98 | 3.92 | - |
| YUV | 83.43 | 103.5 | 248.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 40 | 0 | 0.98 | 0.84 | 0.01 | 351.71 | 0.98 | 0.51 |
| Hex | FC | 6 | 28 | 0 | 62 | 54 | 1 | 160 | 62 | 33 |
| Octal | 374 | 6 | 50 | 0 | 142 | 124 | 1 | 540 | 142 | 63 |
| Binary | 11111100 | 110 | 101000 | 0 | 1100010 | 1010100 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FC0628
Complementary color
Monochromatic Colors of #FC0628
Black with #FC0628
Text Example
Text Example
White with #FC0628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0628; }
p { color: rgb(252,6,40); }
H1.HeaderClassName
{
color: #FC0628;
}
.AnyTagClassName
{
color: #FC0628;
}
</style>
background-color css
<style>
a { background-color: #FC0628; }
a { background-color: rgb(252,6,40); }
div.DivClassName
{
background-color: #FC0628;
}
.BgClassName
{
background-color: #FC0628;
}
</style>
border-color css
<style>
span { border-color: #FC0628; }
span { border-color: rgb(252,6,40); }
td.TdClassName
{
border-color: #FC0628;
}
.TagClassName
{
border-color: #FC0628;
}
</style>