Shades of Torch Red #FC0537
Tints of Torch Red #FC0537
RGB
CMYK
RGB Variations
Color information
#FC0537 (or 0xFC0537) is known color: Torch Red. HEX triplet: FC, 05 and 37. RGB value is (252,5,55). Sum of RGB (Red+Green+Blue) = 252+5+55=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0537 is #03FAC8. Grayscale: #545454. Windows color (decimal): -260809 or 3606012. OLE color: 3606012.
HSL color Cylindrical-coordinate representation of color #FC0537: hue angle of 347.85º 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 #FC0537 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.01 |
| HSL | 347.85º | 0.98% | 0.5% | - |
| HSV(B) | 347.85º | 0.98% | 0.99% | - |
| XYZ | 40.89 | 21.08 | 5.53 | - |
| YUV | 84.55 | 111.33 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 55 | 0 | 0.98 | 0.78 | 0.01 | 347.85 | 0.98 | 0.5 |
| Hex | FC | 5 | 37 | 0 | 62 | 4E | 1 | 15C | 62 | 32 |
| Octal | 374 | 5 | 67 | 0 | 142 | 116 | 1 | 534 | 142 | 62 |
| Binary | 11111100 | 101 | 110111 | 0 | 1100010 | 1001110 | 1 | 101011100 | 1100010 | 110010 |
Color Harmonies of #FC0537
Complementary color
Monochromatic Colors of #FC0537
Black with #FC0537
Text Example
Text Example
White with #FC0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0537; }
p { color: rgb(252,5,55); }
H1.HeaderClassName
{
color: #FC0537;
}
.AnyTagClassName
{
color: #FC0537;
}
</style>
background-color css
<style>
a { background-color: #FC0537; }
a { background-color: rgb(252,5,55); }
div.DivClassName
{
background-color: #FC0537;
}
.BgClassName
{
background-color: #FC0537;
}
</style>
border-color css
<style>
span { border-color: #FC0537; }
span { border-color: rgb(252,5,55); }
td.TdClassName
{
border-color: #FC0537;
}
.TagClassName
{
border-color: #FC0537;
}
</style>