Shades of Torch Red #FC1429
Tints of Torch Red #FC1429
RGB
CMYK
RGB Variations
Color information
#FC1429 (or 0xFC1429) is known color: Torch Red. HEX triplet: FC, 14 and 29. RGB value is (252,20,41). Sum of RGB (Red+Green+Blue) = 252+20+41=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1429 is #03EBD6. Grayscale: #5B5B5B. Windows color (decimal): -256983 or 2692348. OLE color: 2692348.
HSL color Cylindrical-coordinate representation of color #FC1429: hue angle of 354.57º 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 #FC1429 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.01 |
| HSL | 354.57º | 0.97% | 0.53% | - |
| HSV(B) | 354.57º | 0.92% | 0.99% | - |
| XYZ | 40.8 | 21.36 | 4.07 | - |
| YUV | 91.76 | 99.36 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 41 | 0 | 0.92 | 0.84 | 0.01 | 354.57 | 0.97 | 0.53 |
| Hex | FC | 14 | 29 | 0 | 5C | 54 | 1 | 163 | 61 | 35 |
| Octal | 374 | 24 | 51 | 0 | 134 | 124 | 1 | 543 | 141 | 65 |
| Binary | 11111100 | 10100 | 101001 | 0 | 1011100 | 1010100 | 1 | 101100011 | 1100001 | 110101 |
Color Harmonies of #FC1429
Complementary color
Monochromatic Colors of #FC1429
Black with #FC1429
Text Example
Text Example
White with #FC1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1429; }
p { color: rgb(252,20,41); }
H1.HeaderClassName
{
color: #FC1429;
}
.AnyTagClassName
{
color: #FC1429;
}
</style>
background-color css
<style>
a { background-color: #FC1429; }
a { background-color: rgb(252,20,41); }
div.DivClassName
{
background-color: #FC1429;
}
.BgClassName
{
background-color: #FC1429;
}
</style>
border-color css
<style>
span { border-color: #FC1429; }
span { border-color: rgb(252,20,41); }
td.TdClassName
{
border-color: #FC1429;
}
.TagClassName
{
border-color: #FC1429;
}
</style>