Shades of Torch Red #FC052E
Tints of Torch Red #FC052E
RGB
CMYK
RGB Variations
Color information
#FC052E (or 0xFC052E) is known color: Torch Red. HEX triplet: FC, 05 and 2E. RGB value is (252,5,46). Sum of RGB (Red+Green+Blue) = 252+5+46=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC052E is #03FAD1. Grayscale: #535353. Windows color (decimal): -260818 or 3016188. OLE color: 3016188.
HSL color Cylindrical-coordinate representation of color #FC052E: hue angle of 350.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC052E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.01 |
| HSL | 350.04º | 0.98% | 0.5% | - |
| HSV(B) | 350.04º | 0.98% | 0.99% | - |
| XYZ | 40.69 | 21 | 4.49 | - |
| YUV | 83.53 | 106.83 | 248.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 46 | 0 | 0.98 | 0.82 | 0.01 | 350.04 | 0.98 | 0.5 |
| Hex | FC | 5 | 2E | 0 | 62 | 52 | 1 | 15E | 62 | 32 |
| Octal | 374 | 5 | 56 | 0 | 142 | 122 | 1 | 536 | 142 | 62 |
| Binary | 11111100 | 101 | 101110 | 0 | 1100010 | 1010010 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FC052E
Complementary color
Monochromatic Colors of #FC052E
Black with #FC052E
Text Example
Text Example
White with #FC052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC052E; }
p { color: rgb(252,5,46); }
H1.HeaderClassName
{
color: #FC052E;
}
.AnyTagClassName
{
color: #FC052E;
}
</style>
background-color css
<style>
a { background-color: #FC052E; }
a { background-color: rgb(252,5,46); }
div.DivClassName
{
background-color: #FC052E;
}
.BgClassName
{
background-color: #FC052E;
}
</style>
border-color css
<style>
span { border-color: #FC052E; }
span { border-color: rgb(252,5,46); }
td.TdClassName
{
border-color: #FC052E;
}
.TagClassName
{
border-color: #FC052E;
}
</style>