Shades of Torch Red #FC0629
Tints of Torch Red #FC0629
RGB
CMYK
RGB Variations
Color information
#FC0629 (or 0xFC0629) is known color: Torch Red. HEX triplet: FC, 06 and 29. RGB value is (252,6,41). Sum of RGB (Red+Green+Blue) = 252+6+41=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0629 is #03F9D6. Grayscale: #535353. Windows color (decimal): -260567 or 2688764. OLE color: 2688764.
HSL color Cylindrical-coordinate representation of color #FC0629: hue angle of 351.46º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0629 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.01 |
| HSL | 351.46º | 0.98% | 0.51% | - |
| HSV(B) | 351.46º | 0.98% | 0.99% | - |
| XYZ | 40.61 | 20.99 | 4.01 | - |
| YUV | 83.54 | 104 | 248.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 41 | 0 | 0.98 | 0.84 | 0.01 | 351.46 | 0.98 | 0.51 |
| Hex | FC | 6 | 29 | 0 | 62 | 54 | 1 | 15F | 62 | 33 |
| Octal | 374 | 6 | 51 | 0 | 142 | 124 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 110 | 101001 | 0 | 1100010 | 1010100 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC0629
Complementary color
Monochromatic Colors of #FC0629
Black with #FC0629
Text Example
Text Example
White with #FC0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0629; }
p { color: rgb(252,6,41); }
H1.HeaderClassName
{
color: #FC0629;
}
.AnyTagClassName
{
color: #FC0629;
}
</style>
background-color css
<style>
a { background-color: #FC0629; }
a { background-color: rgb(252,6,41); }
div.DivClassName
{
background-color: #FC0629;
}
.BgClassName
{
background-color: #FC0629;
}
</style>
border-color css
<style>
span { border-color: #FC0629; }
span { border-color: rgb(252,6,41); }
td.TdClassName
{
border-color: #FC0629;
}
.TagClassName
{
border-color: #FC0629;
}
</style>