Shades of Red #FC1006
Tints of Red #FC1006
RGB
CMYK
RGB Variations
Color information
#FC1006 (or 0xFC1006) is known color: Red. HEX triplet: FC, 10 and 06. RGB value is (252,16,6). Sum of RGB (Red+Green+Blue) = 252+16+6=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1006 is #03EFF9. Grayscale: #555555. Windows color (decimal): -258042 or 397564. OLE color: 397564.
HSL color Cylindrical-coordinate representation of color #FC1006: hue angle of 2.44º 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 #FC1006 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.44º | 0.98% | 0.51% | - |
| HSV(B) | 2.44º | 0.98% | 0.99% | - |
| XYZ | 40.36 | 21.08 | 2.11 | - |
| YUV | 85.42 | 83.19 | 246.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 6 | 0 | 0.94 | 0.98 | 0.01 | 2.44 | 0.98 | 0.51 |
| Hex | FC | 10 | 6 | 0 | 5E | 62 | 1 | 2 | 62 | 33 |
| Octal | 374 | 20 | 6 | 0 | 136 | 142 | 1 | 2 | 142 | 63 |
| Binary | 11111100 | 10000 | 110 | 0 | 1011110 | 1100010 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FC1006
Complementary color
Monochromatic Colors of #FC1006
Black with #FC1006
Text Example
Text Example
White with #FC1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1006; }
p { color: rgb(252,16,6); }
H1.HeaderClassName
{
color: #FC1006;
}
.AnyTagClassName
{
color: #FC1006;
}
</style>
background-color css
<style>
a { background-color: #FC1006; }
a { background-color: rgb(252,16,6); }
div.DivClassName
{
background-color: #FC1006;
}
.BgClassName
{
background-color: #FC1006;
}
</style>
border-color css
<style>
span { border-color: #FC1006; }
span { border-color: rgb(252,16,6); }
td.TdClassName
{
border-color: #FC1006;
}
.TagClassName
{
border-color: #FC1006;
}
</style>