Shades of Torch Red #FC2022
Tints of Torch Red #FC2022
RGB
CMYK
RGB Variations
Color information
#FC2022 (or 0xFC2022) is known color: Torch Red. HEX triplet: FC, 20 and 22. RGB value is (252,32,34). Sum of RGB (Red+Green+Blue) = 252+32+34=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2022 is #03DFDD. Grayscale: #626262. Windows color (decimal): -253918 or 2236668. OLE color: 2236668.
HSL color Cylindrical-coordinate representation of color #FC2022: hue angle of 359.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2022 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 34 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.01 |
| HSL | 359.45º | 0.97% | 0.56% | - |
| HSV(B) | 359.45º | 0.87% | 0.99% | - |
| XYZ | 40.95 | 21.84 | 3.57 | - |
| YUV | 98.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 34 | 0 | 0.87 | 0.87 | 0.01 | 359.45 | 0.97 | 0.56 |
| Hex | FC | 20 | 22 | 0 | 57 | 57 | 1 | 167 | 61 | 38 |
| Octal | 374 | 40 | 42 | 0 | 127 | 127 | 1 | 547 | 141 | 70 |
| Binary | 11111100 | 100000 | 100010 | 0 | 1010111 | 1010111 | 1 | 101100111 | 1100001 | 111000 |
Color Harmonies of #FC2022
Complementary color
Monochromatic Colors of #FC2022
Black with #FC2022
Text Example
Text Example
White with #FC2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2022; }
p { color: rgb(252,32,34); }
H1.HeaderClassName
{
color: #FC2022;
}
.AnyTagClassName
{
color: #FC2022;
}
</style>
background-color css
<style>
a { background-color: #FC2022; }
a { background-color: rgb(252,32,34); }
div.DivClassName
{
background-color: #FC2022;
}
.BgClassName
{
background-color: #FC2022;
}
</style>
border-color css
<style>
span { border-color: #FC2022; }
span { border-color: rgb(252,32,34); }
td.TdClassName
{
border-color: #FC2022;
}
.TagClassName
{
border-color: #FC2022;
}
</style>