Shades of Torch Red #FC0036
Tints of Torch Red #FC0036
RGB
CMYK
RGB Variations
Color information
#FC0036 (or 0xFC0036) is known color: Torch Red. HEX triplet: FC, 00 and 36. RGB value is (252,0,54). Sum of RGB (Red+Green+Blue) = 252+0+54=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0036 is #03FFC9. Grayscale: #515151. Windows color (decimal): -262090 or 3539196. OLE color: 3539196.
HSL color Cylindrical-coordinate representation of color #FC0036: hue angle of 347.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0036 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.79 | 0.01 |
| HSL | 347.14º | 1% | 0.49% | - |
| HSV(B) | 347.14º | 1% | 0.99% | - |
| XYZ | 40.81 | 20.96 | 5.39 | - |
| YUV | 81.5 | 112.49 | 249.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 54 | 0 | 1 | 0.79 | 0.01 | 347.14 | 1 | 0.49 |
| Hex | FC | 0 | 36 | 0 | 64 | 4F | 1 | 15B | 64 | 31 |
| Octal | 374 | 0 | 66 | 0 | 144 | 117 | 1 | 533 | 144 | 61 |
| Binary | 11111100 | 0 | 110110 | 0 | 1100100 | 1001111 | 1 | 101011011 | 1100100 | 110001 |
Color Harmonies of #FC0036
Complementary color
Monochromatic Colors of #FC0036
Black with #FC0036
Text Example
Text Example
White with #FC0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0036; }
p { color: rgb(252,0,54); }
H1.HeaderClassName
{
color: #FC0036;
}
.AnyTagClassName
{
color: #FC0036;
}
</style>
background-color css
<style>
a { background-color: #FC0036; }
a { background-color: rgb(252,0,54); }
div.DivClassName
{
background-color: #FC0036;
}
.BgClassName
{
background-color: #FC0036;
}
</style>
border-color css
<style>
span { border-color: #FC0036; }
span { border-color: rgb(252,0,54); }
td.TdClassName
{
border-color: #FC0036;
}
.TagClassName
{
border-color: #FC0036;
}
</style>