Shades of Torch Red #FC053C
Tints of Torch Red #FC053C
RGB
CMYK
RGB Variations
Color information
#FC053C (or 0xFC053C) is known color: Torch Red. HEX triplet: FC, 05 and 3C. RGB value is (252,5,60). Sum of RGB (Red+Green+Blue) = 252+5+60=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC053C is #03FAC3. Grayscale: #555555. Windows color (decimal): -260804 or 3933692. OLE color: 3933692.
HSL color Cylindrical-coordinate representation of color #FC053C: hue angle of 346.64º 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 #FC053C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.01 |
| HSL | 346.64º | 0.98% | 0.5% | - |
| HSV(B) | 346.64º | 0.98% | 0.99% | - |
| XYZ | 41.01 | 21.13 | 6.19 | - |
| YUV | 85.12 | 113.83 | 247.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 60 | 0 | 0.98 | 0.76 | 0.01 | 346.64 | 0.98 | 0.5 |
| Hex | FC | 5 | 3C | 0 | 62 | 4C | 1 | 15B | 62 | 32 |
| Octal | 374 | 5 | 74 | 0 | 142 | 114 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 101 | 111100 | 0 | 1100010 | 1001100 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC053C
Complementary color
Monochromatic Colors of #FC053C
Black with #FC053C
Text Example
Text Example
White with #FC053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC053C; }
p { color: rgb(252,5,60); }
H1.HeaderClassName
{
color: #FC053C;
}
.AnyTagClassName
{
color: #FC053C;
}
</style>
background-color css
<style>
a { background-color: #FC053C; }
a { background-color: rgb(252,5,60); }
div.DivClassName
{
background-color: #FC053C;
}
.BgClassName
{
background-color: #FC053C;
}
</style>
border-color css
<style>
span { border-color: #FC053C; }
span { border-color: rgb(252,5,60); }
td.TdClassName
{
border-color: #FC053C;
}
.TagClassName
{
border-color: #FC053C;
}
</style>