Shades of Torch Red #FC0E49
Tints of Torch Red #FC0E49
RGB
CMYK
RGB Variations
Color information
#FC0E49 (or 0xFC0E49) is known color: Torch Red. HEX triplet: FC, 0E and 49. RGB value is (252,14,73). Sum of RGB (Red+Green+Blue) = 252+14+73=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E49 is #03F1B6. Grayscale: #5B5B5B. Windows color (decimal): -258487 or 4787964. OLE color: 4787964.
HSL color Cylindrical-coordinate representation of color #FC0E49: hue angle of 345.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E49 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.01 |
| HSL | 345.13º | 0.98% | 0.52% | - |
| HSV(B) | 345.13º | 0.94% | 0.99% | - |
| XYZ | 41.5 | 21.49 | 8.26 | - |
| YUV | 91.89 | 117.35 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 73 | 0 | 0.94 | 0.71 | 0.01 | 345.13 | 0.98 | 0.52 |
| Hex | FC | E | 49 | 0 | 5E | 47 | 1 | 159 | 62 | 34 |
| Octal | 374 | 16 | 111 | 0 | 136 | 107 | 1 | 531 | 142 | 64 |
| Binary | 11111100 | 1110 | 1001001 | 0 | 1011110 | 1000111 | 1 | 101011001 | 1100010 | 110100 |
Color Harmonies of #FC0E49
Complementary color
Monochromatic Colors of #FC0E49
Black with #FC0E49
Text Example
Text Example
White with #FC0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E49; }
p { color: rgb(252,14,73); }
H1.HeaderClassName
{
color: #FC0E49;
}
.AnyTagClassName
{
color: #FC0E49;
}
</style>
background-color css
<style>
a { background-color: #FC0E49; }
a { background-color: rgb(252,14,73); }
div.DivClassName
{
background-color: #FC0E49;
}
.BgClassName
{
background-color: #FC0E49;
}
</style>
border-color css
<style>
span { border-color: #FC0E49; }
span { border-color: rgb(252,14,73); }
td.TdClassName
{
border-color: #FC0E49;
}
.TagClassName
{
border-color: #FC0E49;
}
</style>