Shades of Torch Red #FC1D4B
Tints of Torch Red #FC1D4B
RGB
CMYK
RGB Variations
Color information
#FC1D4B (or 0xFC1D4B) is known color: Torch Red. HEX triplet: FC, 1D and 4B. RGB value is (252,29,75). Sum of RGB (Red+Green+Blue) = 252+29+75=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D4B is #03E2B4. Grayscale: #646464. Windows color (decimal): -254645 or 4922876. OLE color: 4922876.
HSL color Cylindrical-coordinate representation of color #FC1D4B: hue angle of 347.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D4B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.01 |
| HSL | 347.62º | 0.97% | 0.55% | - |
| HSV(B) | 347.62º | 0.88% | 0.99% | - |
| XYZ | 41.85 | 22.08 | 8.71 | - |
| YUV | 100.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 75 | 0 | 0.88 | 0.70 | 0.01 | 347.62 | 0.97 | 0.55 |
| Hex | FC | 1D | 4B | 0 | 58 | 46 | 1 | 15C | 61 | 37 |
| Octal | 374 | 35 | 113 | 0 | 130 | 106 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11101 | 1001011 | 0 | 1011000 | 1000110 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1D4B
Complementary color
Monochromatic Colors of #FC1D4B
Black with #FC1D4B
Text Example
Text Example
White with #FC1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D4B; }
p { color: rgb(252,29,75); }
H1.HeaderClassName
{
color: #FC1D4B;
}
.AnyTagClassName
{
color: #FC1D4B;
}
</style>
background-color css
<style>
a { background-color: #FC1D4B; }
a { background-color: rgb(252,29,75); }
div.DivClassName
{
background-color: #FC1D4B;
}
.BgClassName
{
background-color: #FC1D4B;
}
</style>
border-color css
<style>
span { border-color: #FC1D4B; }
span { border-color: rgb(252,29,75); }
td.TdClassName
{
border-color: #FC1D4B;
}
.TagClassName
{
border-color: #FC1D4B;
}
</style>