Shades of Torch Red #FC1129
Tints of Torch Red #FC1129
RGB
CMYK
RGB Variations
Color information
#FC1129 (or 0xFC1129) is known color: Torch Red. HEX triplet: FC, 11 and 29. RGB value is (252,17,41). Sum of RGB (Red+Green+Blue) = 252+17+41=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1129 is #03EED6. Grayscale: #5A5A5A. Windows color (decimal): -257751 or 2691580. OLE color: 2691580.
HSL color Cylindrical-coordinate representation of color #FC1129: hue angle of 353.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1129 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.01 |
| HSL | 353.87º | 0.98% | 0.53% | - |
| HSV(B) | 353.87º | 0.93% | 0.99% | - |
| XYZ | 40.75 | 21.26 | 4.05 | - |
| YUV | 90 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 41 | 0 | 0.93 | 0.84 | 0.01 | 353.87 | 0.98 | 0.53 |
| Hex | FC | 11 | 29 | 0 | 5D | 54 | 1 | 162 | 62 | 35 |
| Octal | 374 | 21 | 51 | 0 | 135 | 124 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10001 | 101001 | 0 | 1011101 | 1010100 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC1129
Complementary color
Monochromatic Colors of #FC1129
Black with #FC1129
Text Example
Text Example
White with #FC1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1129; }
p { color: rgb(252,17,41); }
H1.HeaderClassName
{
color: #FC1129;
}
.AnyTagClassName
{
color: #FC1129;
}
</style>
background-color css
<style>
a { background-color: #FC1129; }
a { background-color: rgb(252,17,41); }
div.DivClassName
{
background-color: #FC1129;
}
.BgClassName
{
background-color: #FC1129;
}
</style>
border-color css
<style>
span { border-color: #FC1129; }
span { border-color: rgb(252,17,41); }
td.TdClassName
{
border-color: #FC1129;
}
.TagClassName
{
border-color: #FC1129;
}
</style>