Shades of Red #FC0601
Tints of Red #FC0601
RGB
CMYK
RGB Variations
Color information
#FC0601 (or 0xFC0601) is known color: Red. HEX triplet: FC, 06 and 01. RGB value is (252,6,1). Sum of RGB (Red+Green+Blue) = 252+6+1=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0601 is #03F9FE. Grayscale: #4F4F4F. Windows color (decimal): -260607 or 67324. OLE color: 67324.
HSL color Cylindrical-coordinate representation of color #FC0601: hue angle of 1.2º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0601 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.01 |
| HSL | 1.2º | 0.99% | 0.5% | - |
| HSV(B) | 1.2º | 1% | 0.99% | - |
| XYZ | 40.22 | 20.83 | 1.93 | - |
| YUV | 78.98 | 84 | 251.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 1 | 0 | 0.98 | 1.00 | 0.01 | 1.2 | 0.99 | 0.5 |
| Hex | FC | 6 | 1 | 0 | 62 | 64 | 1 | 1 | 63 | 32 |
| Octal | 374 | 6 | 1 | 0 | 142 | 144 | 1 | 1 | 143 | 62 |
| Binary | 11111100 | 110 | 1 | 0 | 1100010 | 1100100 | 1 | 1 | 1100011 | 110010 |
Color Harmonies of #FC0601
Complementary color
Monochromatic Colors of #FC0601
Black with #FC0601
Text Example
Text Example
White with #FC0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0601; }
p { color: rgb(252,6,1); }
H1.HeaderClassName
{
color: #FC0601;
}
.AnyTagClassName
{
color: #FC0601;
}
</style>
background-color css
<style>
a { background-color: #FC0601; }
a { background-color: rgb(252,6,1); }
div.DivClassName
{
background-color: #FC0601;
}
.BgClassName
{
background-color: #FC0601;
}
</style>
border-color css
<style>
span { border-color: #FC0601; }
span { border-color: rgb(252,6,1); }
td.TdClassName
{
border-color: #FC0601;
}
.TagClassName
{
border-color: #FC0601;
}
</style>