Shades of Torch Red #FC0622
Tints of Torch Red #FC0622
RGB
CMYK
RGB Variations
Color information
#FC0622 (or 0xFC0622) is known color: Torch Red. HEX triplet: FC, 06 and 22. RGB value is (252,6,34). Sum of RGB (Red+Green+Blue) = 252+6+34=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0622 is #03F9DD. Grayscale: #525252. Windows color (decimal): -260574 or 2230012. OLE color: 2230012.
HSL color Cylindrical-coordinate representation of color #FC0622: hue angle of 353.17º 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 #FC0622 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.01 |
| HSL | 353.17º | 0.98% | 0.51% | - |
| HSV(B) | 353.17º | 0.98% | 0.99% | - |
| XYZ | 40.5 | 20.94 | 3.42 | - |
| YUV | 82.75 | 100.5 | 248.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 34 | 0 | 0.98 | 0.87 | 0.01 | 353.17 | 0.98 | 0.51 |
| Hex | FC | 6 | 22 | 0 | 62 | 57 | 1 | 161 | 62 | 33 |
| Octal | 374 | 6 | 42 | 0 | 142 | 127 | 1 | 541 | 142 | 63 |
| Binary | 11111100 | 110 | 100010 | 0 | 1100010 | 1010111 | 1 | 101100001 | 1100010 | 110011 |
Color Harmonies of #FC0622
Complementary color
Monochromatic Colors of #FC0622
Black with #FC0622
Text Example
Text Example
White with #FC0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0622; }
p { color: rgb(252,6,34); }
H1.HeaderClassName
{
color: #FC0622;
}
.AnyTagClassName
{
color: #FC0622;
}
</style>
background-color css
<style>
a { background-color: #FC0622; }
a { background-color: rgb(252,6,34); }
div.DivClassName
{
background-color: #FC0622;
}
.BgClassName
{
background-color: #FC0622;
}
</style>
border-color css
<style>
span { border-color: #FC0622; }
span { border-color: rgb(252,6,34); }
td.TdClassName
{
border-color: #FC0622;
}
.TagClassName
{
border-color: #FC0622;
}
</style>