Shades of Torch Red #FC1850
Tints of Torch Red #FC1850
RGB
CMYK
RGB Variations
Color information
#FC1850 (or 0xFC1850) is known color: Torch Red. HEX triplet: FC, 18 and 50. RGB value is (252,24,80). Sum of RGB (Red+Green+Blue) = 252+24+80=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1850 is #03E7AF. Grayscale: #626262. Windows color (decimal): -255920 or 5249276. OLE color: 5249276.
HSL color Cylindrical-coordinate representation of color #FC1850: hue angle of 345.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1850 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 80 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.01 |
| HSL | 345.26º | 0.97% | 0.54% | - |
| HSV(B) | 345.26º | 0.9% | 0.99% | - |
| XYZ | 41.92 | 21.93 | 9.61 | - |
| YUV | 98.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 80 | 0 | 0.90 | 0.68 | 0.01 | 345.26 | 0.97 | 0.54 |
| Hex | FC | 18 | 50 | 0 | 5A | 44 | 1 | 159 | 61 | 36 |
| Octal | 374 | 30 | 120 | 0 | 132 | 104 | 1 | 531 | 141 | 66 |
| Binary | 11111100 | 11000 | 1010000 | 0 | 1011010 | 1000100 | 1 | 101011001 | 1100001 | 110110 |
Color Harmonies of #FC1850
Complementary color
Monochromatic Colors of #FC1850
Black with #FC1850
Text Example
Text Example
White with #FC1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1850; }
p { color: rgb(252,24,80); }
H1.HeaderClassName
{
color: #FC1850;
}
.AnyTagClassName
{
color: #FC1850;
}
</style>
background-color css
<style>
a { background-color: #FC1850; }
a { background-color: rgb(252,24,80); }
div.DivClassName
{
background-color: #FC1850;
}
.BgClassName
{
background-color: #FC1850;
}
</style>
border-color css
<style>
span { border-color: #FC1850; }
span { border-color: rgb(252,24,80); }
td.TdClassName
{
border-color: #FC1850;
}
.TagClassName
{
border-color: #FC1850;
}
</style>