Shades of Torch Red #FC1750
Tints of Torch Red #FC1750
RGB
CMYK
RGB Variations
Color information
#FC1750 (or 0xFC1750) is known color: Torch Red. HEX triplet: FC, 17 and 50. RGB value is (252,23,80). Sum of RGB (Red+Green+Blue) = 252+23+80=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1750 is #03E8AF. Grayscale: #616161. Windows color (decimal): -256176 or 5249020. OLE color: 5249020.
HSL color Cylindrical-coordinate representation of color #FC1750: hue angle of 345.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1750 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 80 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.01 |
| HSL | 345.07º | 0.97% | 0.54% | - |
| HSV(B) | 345.07º | 0.91% | 0.99% | - |
| XYZ | 41.9 | 21.89 | 9.61 | - |
| YUV | 97.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 80 | 0 | 0.91 | 0.68 | 0.01 | 345.07 | 0.97 | 0.54 |
| Hex | FC | 17 | 50 | 0 | 5B | 44 | 1 | 159 | 61 | 36 |
| Octal | 374 | 27 | 120 | 0 | 133 | 104 | 1 | 531 | 141 | 66 |
| Binary | 11111100 | 10111 | 1010000 | 0 | 1011011 | 1000100 | 1 | 101011001 | 1100001 | 110110 |
Color Harmonies of #FC1750
Complementary color
Monochromatic Colors of #FC1750
Black with #FC1750
Text Example
Text Example
White with #FC1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1750; }
p { color: rgb(252,23,80); }
H1.HeaderClassName
{
color: #FC1750;
}
.AnyTagClassName
{
color: #FC1750;
}
</style>
background-color css
<style>
a { background-color: #FC1750; }
a { background-color: rgb(252,23,80); }
div.DivClassName
{
background-color: #FC1750;
}
.BgClassName
{
background-color: #FC1750;
}
</style>
border-color css
<style>
span { border-color: #FC1750; }
span { border-color: rgb(252,23,80); }
td.TdClassName
{
border-color: #FC1750;
}
.TagClassName
{
border-color: #FC1750;
}
</style>