Shades of Torch Red #FC0529
Tints of Torch Red #FC0529
RGB
CMYK
RGB Variations
Color information
#FC0529 (or 0xFC0529) is known color: Torch Red. HEX triplet: FC, 05 and 29. RGB value is (252,5,41). Sum of RGB (Red+Green+Blue) = 252+5+41=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0529 is #03FAD6. Grayscale: #535353. Windows color (decimal): -260823 or 2688508. OLE color: 2688508.
HSL color Cylindrical-coordinate representation of color #FC0529: hue angle of 351.26º 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 #FC0529 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.01 |
| HSL | 351.26º | 0.98% | 0.5% | - |
| HSV(B) | 351.26º | 0.98% | 0.99% | - |
| XYZ | 40.6 | 20.96 | 4 | - |
| YUV | 82.96 | 104.33 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 41 | 0 | 0.98 | 0.84 | 0.01 | 351.26 | 0.98 | 0.5 |
| Hex | FC | 5 | 29 | 0 | 62 | 54 | 1 | 15F | 62 | 32 |
| Octal | 374 | 5 | 51 | 0 | 142 | 124 | 1 | 537 | 142 | 62 |
| Binary | 11111100 | 101 | 101001 | 0 | 1100010 | 1010100 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FC0529
Complementary color
Monochromatic Colors of #FC0529
Black with #FC0529
Text Example
Text Example
White with #FC0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0529; }
p { color: rgb(252,5,41); }
H1.HeaderClassName
{
color: #FC0529;
}
.AnyTagClassName
{
color: #FC0529;
}
</style>
background-color css
<style>
a { background-color: #FC0529; }
a { background-color: rgb(252,5,41); }
div.DivClassName
{
background-color: #FC0529;
}
.BgClassName
{
background-color: #FC0529;
}
</style>
border-color css
<style>
span { border-color: #FC0529; }
span { border-color: rgb(252,5,41); }
td.TdClassName
{
border-color: #FC0529;
}
.TagClassName
{
border-color: #FC0529;
}
</style>