Shades of Torch Red #FC0836
Tints of Torch Red #FC0836
RGB
CMYK
RGB Variations
Color information
#FC0836 (or 0xFC0836) is known color: Torch Red. HEX triplet: FC, 08 and 36. RGB value is (252,8,54). Sum of RGB (Red+Green+Blue) = 252+8+54=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0836 is #03F7C9. Grayscale: #565656. Windows color (decimal): -260042 or 3541244. OLE color: 3541244.
HSL color Cylindrical-coordinate representation of color #FC0836: hue angle of 348.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0836 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 54 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.01 |
| HSL | 348.69º | 0.98% | 0.51% | - |
| HSV(B) | 348.69º | 0.97% | 0.99% | - |
| XYZ | 40.9 | 21.14 | 5.41 | - |
| YUV | 86.2 | 109.84 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 54 | 0 | 0.97 | 0.79 | 0.01 | 348.69 | 0.98 | 0.51 |
| Hex | FC | 8 | 36 | 0 | 61 | 4F | 1 | 15D | 62 | 33 |
| Octal | 374 | 10 | 66 | 0 | 141 | 117 | 1 | 535 | 142 | 63 |
| Binary | 11111100 | 1000 | 110110 | 0 | 1100001 | 1001111 | 1 | 101011101 | 1100010 | 110011 |
Color Harmonies of #FC0836
Complementary color
Monochromatic Colors of #FC0836
Black with #FC0836
Text Example
Text Example
White with #FC0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0836; }
p { color: rgb(252,8,54); }
H1.HeaderClassName
{
color: #FC0836;
}
.AnyTagClassName
{
color: #FC0836;
}
</style>
background-color css
<style>
a { background-color: #FC0836; }
a { background-color: rgb(252,8,54); }
div.DivClassName
{
background-color: #FC0836;
}
.BgClassName
{
background-color: #FC0836;
}
</style>
border-color css
<style>
span { border-color: #FC0836; }
span { border-color: rgb(252,8,54); }
td.TdClassName
{
border-color: #FC0836;
}
.TagClassName
{
border-color: #FC0836;
}
</style>