Shades of Torch Red #FC024D
Tints of Torch Red #FC024D
RGB
CMYK
RGB Variations
Color information
#FC024D (or 0xFC024D) is known color: Torch Red. HEX triplet: FC, 02 and 4D. RGB value is (252,2,77). Sum of RGB (Red+Green+Blue) = 252+2+77=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC024D is #03FDB2. Grayscale: #555555. Windows color (decimal): -261555 or 5047036. OLE color: 5047036.
HSL color Cylindrical-coordinate representation of color #FC024D: hue angle of 342º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC024D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.01 |
| HSL | 342º | 0.98% | 0.5% | - |
| HSV(B) | 342º | 0.99% | 0.99% | - |
| XYZ | 41.51 | 21.27 | 8.94 | - |
| YUV | 85.3 | 123.33 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 77 | 0 | 0.99 | 0.69 | 0.01 | 342 | 0.98 | 0.5 |
| Hex | FC | 2 | 4D | 0 | 63 | 45 | 1 | 156 | 62 | 32 |
| Octal | 374 | 2 | 115 | 0 | 143 | 105 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 10 | 1001101 | 0 | 1100011 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC024D
Complementary color
Monochromatic Colors of #FC024D
Black with #FC024D
Text Example
Text Example
White with #FC024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC024D; }
p { color: rgb(252,2,77); }
H1.HeaderClassName
{
color: #FC024D;
}
.AnyTagClassName
{
color: #FC024D;
}
</style>
background-color css
<style>
a { background-color: #FC024D; }
a { background-color: rgb(252,2,77); }
div.DivClassName
{
background-color: #FC024D;
}
.BgClassName
{
background-color: #FC024D;
}
</style>
border-color css
<style>
span { border-color: #FC024D; }
span { border-color: rgb(252,2,77); }
td.TdClassName
{
border-color: #FC024D;
}
.TagClassName
{
border-color: #FC024D;
}
</style>