Shades of Torch Red #FC0528
Tints of Torch Red #FC0528
RGB
CMYK
RGB Variations
Color information
#FC0528 (or 0xFC0528) is known color: Torch Red. HEX triplet: FC, 05 and 28. RGB value is (252,5,40). Sum of RGB (Red+Green+Blue) = 252+5+40=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0528 is #03FAD7. Grayscale: #525252. Windows color (decimal): -260824 or 2622972. OLE color: 2622972.
HSL color Cylindrical-coordinate representation of color #FC0528: hue angle of 351.5º 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 #FC0528 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.01 |
| HSL | 351.5º | 0.98% | 0.5% | - |
| HSV(B) | 351.5º | 0.98% | 0.99% | - |
| XYZ | 40.58 | 20.96 | 3.91 | - |
| YUV | 82.84 | 103.83 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 40 | 0 | 0.98 | 0.84 | 0.01 | 351.5 | 0.98 | 0.5 |
| Hex | FC | 5 | 28 | 0 | 62 | 54 | 1 | 15F | 62 | 32 |
| Octal | 374 | 5 | 50 | 0 | 142 | 124 | 1 | 537 | 142 | 62 |
| Binary | 11111100 | 101 | 101000 | 0 | 1100010 | 1010100 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FC0528
Complementary color
Monochromatic Colors of #FC0528
Black with #FC0528
Text Example
Text Example
White with #FC0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0528; }
p { color: rgb(252,5,40); }
H1.HeaderClassName
{
color: #FC0528;
}
.AnyTagClassName
{
color: #FC0528;
}
</style>
background-color css
<style>
a { background-color: #FC0528; }
a { background-color: rgb(252,5,40); }
div.DivClassName
{
background-color: #FC0528;
}
.BgClassName
{
background-color: #FC0528;
}
</style>
border-color css
<style>
span { border-color: #FC0528; }
span { border-color: rgb(252,5,40); }
td.TdClassName
{
border-color: #FC0528;
}
.TagClassName
{
border-color: #FC0528;
}
</style>