Shades of Torch Red #FC0626
Tints of Torch Red #FC0626
RGB
CMYK
RGB Variations
Color information
#FC0626 (or 0xFC0626) is known color: Torch Red. HEX triplet: FC, 06 and 26. RGB value is (252,6,38). Sum of RGB (Red+Green+Blue) = 252+6+38=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0626 is #03F9D9. Grayscale: #535353. Windows color (decimal): -260570 or 2492156. OLE color: 2492156.
HSL color Cylindrical-coordinate representation of color #FC0626: hue angle of 352.2º 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 #FC0626 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 38 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.01 |
| HSL | 352.2º | 0.98% | 0.51% | - |
| HSV(B) | 352.2º | 0.98% | 0.99% | - |
| XYZ | 40.56 | 20.97 | 3.74 | - |
| YUV | 83.2 | 102.5 | 248.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 38 | 0 | 0.98 | 0.85 | 0.01 | 352.2 | 0.98 | 0.51 |
| Hex | FC | 6 | 26 | 0 | 62 | 55 | 1 | 160 | 62 | 33 |
| Octal | 374 | 6 | 46 | 0 | 142 | 125 | 1 | 540 | 142 | 63 |
| Binary | 11111100 | 110 | 100110 | 0 | 1100010 | 1010101 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FC0626
Complementary color
Monochromatic Colors of #FC0626
Black with #FC0626
Text Example
Text Example
White with #FC0626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0626; }
p { color: rgb(252,6,38); }
H1.HeaderClassName
{
color: #FC0626;
}
.AnyTagClassName
{
color: #FC0626;
}
</style>
background-color css
<style>
a { background-color: #FC0626; }
a { background-color: rgb(252,6,38); }
div.DivClassName
{
background-color: #FC0626;
}
.BgClassName
{
background-color: #FC0626;
}
</style>
border-color css
<style>
span { border-color: #FC0626; }
span { border-color: rgb(252,6,38); }
td.TdClassName
{
border-color: #FC0626;
}
.TagClassName
{
border-color: #FC0626;
}
</style>