Shades of Torch Red #FC0624
Tints of Torch Red #FC0624
RGB
CMYK
RGB Variations
Color information
#FC0624 (or 0xFC0624) is known color: Torch Red. HEX triplet: FC, 06 and 24. RGB value is (252,6,36). Sum of RGB (Red+Green+Blue) = 252+6+36=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0624 is #03F9DB. Grayscale: #535353. Windows color (decimal): -260572 or 2361084. OLE color: 2361084.
HSL color Cylindrical-coordinate representation of color #FC0624: hue angle of 352.68º 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 #FC0624 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 36 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.01 |
| HSL | 352.68º | 0.98% | 0.51% | - |
| HSV(B) | 352.68º | 0.98% | 0.99% | - |
| XYZ | 40.53 | 20.95 | 3.58 | - |
| YUV | 82.97 | 101.5 | 248.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 36 | 0 | 0.98 | 0.86 | 0.01 | 352.68 | 0.98 | 0.51 |
| Hex | FC | 6 | 24 | 0 | 62 | 56 | 1 | 161 | 62 | 33 |
| Octal | 374 | 6 | 44 | 0 | 142 | 126 | 1 | 541 | 142 | 63 |
| Binary | 11111100 | 110 | 100100 | 0 | 1100010 | 1010110 | 1 | 101100001 | 1100010 | 110011 |
Color Harmonies of #FC0624
Complementary color
Monochromatic Colors of #FC0624
Black with #FC0624
Text Example
Text Example
White with #FC0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0624; }
p { color: rgb(252,6,36); }
H1.HeaderClassName
{
color: #FC0624;
}
.AnyTagClassName
{
color: #FC0624;
}
</style>
background-color css
<style>
a { background-color: #FC0624; }
a { background-color: rgb(252,6,36); }
div.DivClassName
{
background-color: #FC0624;
}
.BgClassName
{
background-color: #FC0624;
}
</style>
border-color css
<style>
span { border-color: #FC0624; }
span { border-color: rgb(252,6,36); }
td.TdClassName
{
border-color: #FC0624;
}
.TagClassName
{
border-color: #FC0624;
}
</style>