Shades of Torch Red #FC022F
Tints of Torch Red #FC022F
RGB
CMYK
RGB Variations
Color information
#FC022F (or 0xFC022F) is known color: Torch Red. HEX triplet: FC, 02 and 2F. RGB value is (252,2,47). Sum of RGB (Red+Green+Blue) = 252+2+47=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC022F is #03FDD0. Grayscale: #515151. Windows color (decimal): -261585 or 3080956. OLE color: 3080956.
HSL color Cylindrical-coordinate representation of color #FC022F: hue angle of 349.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC022F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.01 |
| HSL | 349.2º | 0.98% | 0.5% | - |
| HSV(B) | 349.2º | 0.99% | 0.99% | - |
| XYZ | 40.68 | 20.94 | 4.59 | - |
| YUV | 81.88 | 108.33 | 249.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 47 | 0 | 0.99 | 0.81 | 0.01 | 349.2 | 0.98 | 0.5 |
| Hex | FC | 2 | 2F | 0 | 63 | 51 | 1 | 15D | 62 | 32 |
| Octal | 374 | 2 | 57 | 0 | 143 | 121 | 1 | 535 | 142 | 62 |
| Binary | 11111100 | 10 | 101111 | 0 | 1100011 | 1010001 | 1 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FC022F
Complementary color
Monochromatic Colors of #FC022F
Black with #FC022F
Text Example
Text Example
White with #FC022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC022F; }
p { color: rgb(252,2,47); }
H1.HeaderClassName
{
color: #FC022F;
}
.AnyTagClassName
{
color: #FC022F;
}
</style>
background-color css
<style>
a { background-color: #FC022F; }
a { background-color: rgb(252,2,47); }
div.DivClassName
{
background-color: #FC022F;
}
.BgClassName
{
background-color: #FC022F;
}
</style>
border-color css
<style>
span { border-color: #FC022F; }
span { border-color: rgb(252,2,47); }
td.TdClassName
{
border-color: #FC022F;
}
.TagClassName
{
border-color: #FC022F;
}
</style>