Shades of Torch Red #FC0828
Tints of Torch Red #FC0828
RGB
CMYK
RGB Variations
Color information
#FC0828 (or 0xFC0828) is known color: Torch Red. HEX triplet: FC, 08 and 28. RGB value is (252,8,40). Sum of RGB (Red+Green+Blue) = 252+8+40=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0828 is #03F7D7. Grayscale: #545454. Windows color (decimal): -260056 or 2623740. OLE color: 2623740.
HSL color Cylindrical-coordinate representation of color #FC0828: hue angle of 352.13º 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 #FC0828 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 40 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.01 |
| HSL | 352.13º | 0.98% | 0.51% | - |
| HSV(B) | 352.13º | 0.97% | 0.99% | - |
| XYZ | 40.61 | 21.02 | 3.92 | - |
| YUV | 84.6 | 102.84 | 247.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 40 | 0 | 0.97 | 0.84 | 0.01 | 352.13 | 0.98 | 0.51 |
| Hex | FC | 8 | 28 | 0 | 61 | 54 | 1 | 160 | 62 | 33 |
| Octal | 374 | 10 | 50 | 0 | 141 | 124 | 1 | 540 | 142 | 63 |
| Binary | 11111100 | 1000 | 101000 | 0 | 1100001 | 1010100 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FC0828
Complementary color
Monochromatic Colors of #FC0828
Black with #FC0828
Text Example
Text Example
White with #FC0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0828; }
p { color: rgb(252,8,40); }
H1.HeaderClassName
{
color: #FC0828;
}
.AnyTagClassName
{
color: #FC0828;
}
</style>
background-color css
<style>
a { background-color: #FC0828; }
a { background-color: rgb(252,8,40); }
div.DivClassName
{
background-color: #FC0828;
}
.BgClassName
{
background-color: #FC0828;
}
</style>
border-color css
<style>
span { border-color: #FC0828; }
span { border-color: rgb(252,8,40); }
td.TdClassName
{
border-color: #FC0828;
}
.TagClassName
{
border-color: #FC0828;
}
</style>