Shades of Torch Red #FC1329
Tints of Torch Red #FC1329
RGB
CMYK
RGB Variations
Color information
#FC1329 (or 0xFC1329) is known color: Torch Red. HEX triplet: FC, 13 and 29. RGB value is (252,19,41). Sum of RGB (Red+Green+Blue) = 252+19+41=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1329 is #03ECD6. Grayscale: #5B5B5B. Windows color (decimal): -257239 or 2692092. OLE color: 2692092.
HSL color Cylindrical-coordinate representation of color #FC1329: hue angle of 354.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1329 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 41 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.01 |
| HSL | 354.33º | 0.97% | 0.53% | - |
| HSV(B) | 354.33º | 0.92% | 0.99% | - |
| XYZ | 40.78 | 21.32 | 4.06 | - |
| YUV | 91.18 | 99.69 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 41 | 0 | 0.92 | 0.84 | 0.01 | 354.33 | 0.97 | 0.53 |
| Hex | FC | 13 | 29 | 0 | 5C | 54 | 1 | 162 | 61 | 35 |
| Octal | 374 | 23 | 51 | 0 | 134 | 124 | 1 | 542 | 141 | 65 |
| Binary | 11111100 | 10011 | 101001 | 0 | 1011100 | 1010100 | 1 | 101100010 | 1100001 | 110101 |
Color Harmonies of #FC1329
Complementary color
Monochromatic Colors of #FC1329
Black with #FC1329
Text Example
Text Example
White with #FC1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1329; }
p { color: rgb(252,19,41); }
H1.HeaderClassName
{
color: #FC1329;
}
.AnyTagClassName
{
color: #FC1329;
}
</style>
background-color css
<style>
a { background-color: #FC1329; }
a { background-color: rgb(252,19,41); }
div.DivClassName
{
background-color: #FC1329;
}
.BgClassName
{
background-color: #FC1329;
}
</style>
border-color css
<style>
span { border-color: #FC1329; }
span { border-color: rgb(252,19,41); }
td.TdClassName
{
border-color: #FC1329;
}
.TagClassName
{
border-color: #FC1329;
}
</style>