Shades of Torch Red #FC1029
Tints of Torch Red #FC1029
RGB
CMYK
RGB Variations
Color information
#FC1029 (or 0xFC1029) is known color: Torch Red. HEX triplet: FC, 10 and 29. RGB value is (252,16,41). Sum of RGB (Red+Green+Blue) = 252+16+41=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1029 is #03EFD6. Grayscale: #595959. Windows color (decimal): -258007 or 2691324. OLE color: 2691324.
HSL color Cylindrical-coordinate representation of color #FC1029: hue angle of 353.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1029 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 41 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.01 |
| HSL | 353.64º | 0.98% | 0.53% | - |
| HSV(B) | 353.64º | 0.94% | 0.99% | - |
| XYZ | 40.73 | 21.23 | 4.05 | - |
| YUV | 89.41 | 100.69 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 41 | 0 | 0.94 | 0.84 | 0.01 | 353.64 | 0.98 | 0.53 |
| Hex | FC | 10 | 29 | 0 | 5E | 54 | 1 | 162 | 62 | 35 |
| Octal | 374 | 20 | 51 | 0 | 136 | 124 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10000 | 101001 | 0 | 1011110 | 1010100 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC1029
Complementary color
Monochromatic Colors of #FC1029
Black with #FC1029
Text Example
Text Example
White with #FC1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1029; }
p { color: rgb(252,16,41); }
H1.HeaderClassName
{
color: #FC1029;
}
.AnyTagClassName
{
color: #FC1029;
}
</style>
background-color css
<style>
a { background-color: #FC1029; }
a { background-color: rgb(252,16,41); }
div.DivClassName
{
background-color: #FC1029;
}
.BgClassName
{
background-color: #FC1029;
}
</style>
border-color css
<style>
span { border-color: #FC1029; }
span { border-color: rgb(252,16,41); }
td.TdClassName
{
border-color: #FC1029;
}
.TagClassName
{
border-color: #FC1029;
}
</style>