Shades of Torch Red #FC0544
Tints of Torch Red #FC0544
RGB
CMYK
RGB Variations
Color information
#FC0544 (or 0xFC0544) is known color: Torch Red. HEX triplet: FC, 05 and 44. RGB value is (252,5,68). Sum of RGB (Red+Green+Blue) = 252+5+68=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0544 is #03FABB. Grayscale: #565656. Windows color (decimal): -260796 or 4457980. OLE color: 4457980.
HSL color Cylindrical-coordinate representation of color #FC0544: hue angle of 344.7º 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 #FC0544 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.01 |
| HSL | 344.7º | 0.98% | 0.5% | - |
| HSV(B) | 344.7º | 0.98% | 0.99% | - |
| XYZ | 41.24 | 21.22 | 7.39 | - |
| YUV | 86.04 | 117.83 | 246.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 68 | 0 | 0.98 | 0.73 | 0.01 | 344.7 | 0.98 | 0.5 |
| Hex | FC | 5 | 44 | 0 | 62 | 49 | 1 | 159 | 62 | 32 |
| Octal | 374 | 5 | 104 | 0 | 142 | 111 | 1 | 531 | 142 | 62 |
| Binary | 11111100 | 101 | 1000100 | 0 | 1100010 | 1001001 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FC0544
Complementary color
Monochromatic Colors of #FC0544
Black with #FC0544
Text Example
Text Example
White with #FC0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0544; }
p { color: rgb(252,5,68); }
H1.HeaderClassName
{
color: #FC0544;
}
.AnyTagClassName
{
color: #FC0544;
}
</style>
background-color css
<style>
a { background-color: #FC0544; }
a { background-color: rgb(252,5,68); }
div.DivClassName
{
background-color: #FC0544;
}
.BgClassName
{
background-color: #FC0544;
}
</style>
border-color css
<style>
span { border-color: #FC0544; }
span { border-color: rgb(252,5,68); }
td.TdClassName
{
border-color: #FC0544;
}
.TagClassName
{
border-color: #FC0544;
}
</style>