Shades of Red #FC0706
Tints of Red #FC0706
RGB
CMYK
RGB Variations
Color information
#FC0706 (or 0xFC0706) is known color: Red. HEX triplet: FC, 07 and 06. RGB value is (252,7,6). Sum of RGB (Red+Green+Blue) = 252+7+6=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0706 is #03F8F9. Grayscale: #505050. Windows color (decimal): -260346 or 395260. OLE color: 395260.
HSL color Cylindrical-coordinate representation of color #FC0706: hue angle of 0.24º 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 #FC0706 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.01 |
| HSL | 0.24º | 0.98% | 0.51% | - |
| HSV(B) | 0.24º | 0.98% | 0.99% | - |
| XYZ | 40.25 | 20.86 | 2.08 | - |
| YUV | 80.14 | 86.17 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 6 | 0 | 0.97 | 0.98 | 0.01 | 0.24 | 0.98 | 0.51 |
| Hex | FC | 7 | 6 | 0 | 61 | 62 | 1 | 0 | 62 | 33 |
| Octal | 374 | 7 | 6 | 0 | 141 | 142 | 1 | 0 | 142 | 63 |
| Binary | 11111100 | 111 | 110 | 0 | 1100001 | 1100010 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FC0706
Complementary color
Monochromatic Colors of #FC0706
Black with #FC0706
Text Example
Text Example
White with #FC0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0706; }
p { color: rgb(252,7,6); }
H1.HeaderClassName
{
color: #FC0706;
}
.AnyTagClassName
{
color: #FC0706;
}
</style>
background-color css
<style>
a { background-color: #FC0706; }
a { background-color: rgb(252,7,6); }
div.DivClassName
{
background-color: #FC0706;
}
.BgClassName
{
background-color: #FC0706;
}
</style>
border-color css
<style>
span { border-color: #FC0706; }
span { border-color: rgb(252,7,6); }
td.TdClassName
{
border-color: #FC0706;
}
.TagClassName
{
border-color: #FC0706;
}
</style>