Shades of Torch Red #FC0621
Tints of Torch Red #FC0621
RGB
CMYK
RGB Variations
Color information
#FC0621 (or 0xFC0621) is known color: Torch Red. HEX triplet: FC, 06 and 21. RGB value is (252,6,33). Sum of RGB (Red+Green+Blue) = 252+6+33=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0621 is #03F9DE. Grayscale: #525252. Windows color (decimal): -260575 or 2164476. OLE color: 2164476.
HSL color Cylindrical-coordinate representation of color #FC0621: hue angle of 353.41º 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 #FC0621 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 33 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.01 |
| HSL | 353.41º | 0.98% | 0.51% | - |
| HSV(B) | 353.41º | 0.98% | 0.99% | - |
| XYZ | 40.48 | 20.94 | 3.35 | - |
| YUV | 82.63 | 100 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 33 | 0 | 0.98 | 0.87 | 0.01 | 353.41 | 0.98 | 0.51 |
| Hex | FC | 6 | 21 | 0 | 62 | 57 | 1 | 161 | 62 | 33 |
| Octal | 374 | 6 | 41 | 0 | 142 | 127 | 1 | 541 | 142 | 63 |
| Binary | 11111100 | 110 | 100001 | 0 | 1100010 | 1010111 | 1 | 101100001 | 1100010 | 110011 |
Color Harmonies of #FC0621
Complementary color
Monochromatic Colors of #FC0621
Black with #FC0621
Text Example
Text Example
White with #FC0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0621; }
p { color: rgb(252,6,33); }
H1.HeaderClassName
{
color: #FC0621;
}
.AnyTagClassName
{
color: #FC0621;
}
</style>
background-color css
<style>
a { background-color: #FC0621; }
a { background-color: rgb(252,6,33); }
div.DivClassName
{
background-color: #FC0621;
}
.BgClassName
{
background-color: #FC0621;
}
</style>
border-color css
<style>
span { border-color: #FC0621; }
span { border-color: rgb(252,6,33); }
td.TdClassName
{
border-color: #FC0621;
}
.TagClassName
{
border-color: #FC0621;
}
</style>