Shades of Red #FC0600
Tints of Red #FC0600
RGB
CMYK
RGB Variations
Color information
#FC0600 (or 0xFC0600) is known color: Red. HEX triplet: FC, 06 and 00. RGB value is (252,6,0). Sum of RGB (Red+Green+Blue) = 252+6+0=258 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.67% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0600 is #03F9FF. Grayscale: #4F4F4F. Windows color (decimal): -260608 or 1788. OLE color: 1788.
HSL color Cylindrical-coordinate representation of color #FC0600: hue angle of 1.43º 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 #FC0600 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.01 |
| HSL | 1.43º | 1% | 0.49% | - |
| HSV(B) | 1.43º | 1% | 0.99% | - |
| XYZ | 40.21 | 20.83 | 1.9 | - |
| YUV | 78.87 | 83.5 | 251.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 0 | 0 | 0.98 | 1 | 0.01 | 1.43 | 1 | 0.49 |
| Hex | FC | 6 | 0 | 0 | 62 | 64 | 1 | 1 | 64 | 31 |
| Octal | 374 | 6 | 0 | 0 | 142 | 144 | 1 | 1 | 144 | 61 |
| Binary | 11111100 | 110 | 0 | 0 | 1100010 | 1100100 | 1 | 1 | 1100100 | 110001 |
Color Harmonies of #FC0600
Complementary color
Monochromatic Colors of #FC0600
Black with #FC0600
Text Example
Text Example
White with #FC0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0600; }
p { color: rgb(252,6,0); }
H1.HeaderClassName
{
color: #FC0600;
}
.AnyTagClassName
{
color: #FC0600;
}
</style>
background-color css
<style>
a { background-color: #FC0600; }
a { background-color: rgb(252,6,0); }
div.DivClassName
{
background-color: #FC0600;
}
.BgClassName
{
background-color: #FC0600;
}
</style>
border-color css
<style>
span { border-color: #FC0600; }
span { border-color: rgb(252,6,0); }
td.TdClassName
{
border-color: #FC0600;
}
.TagClassName
{
border-color: #FC0600;
}
</style>