Shades of Red #FC0301
Tints of Red #FC0301
RGB
CMYK
RGB Variations
Color information
#FC0301 (or 0xFC0301) is known color: Red. HEX triplet: FC, 03 and 01. RGB value is (252,3,1). Sum of RGB (Red+Green+Blue) = 252+3+1=256 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.44% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0301 is #03FCFE. Grayscale: #4D4D4D. Windows color (decimal): -261375 or 66556. OLE color: 66556.
HSL color Cylindrical-coordinate representation of color #FC0301: hue angle of 0.48º 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 #FC0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.01 |
| HSL | 0.48º | 0.99% | 0.5% | - |
| HSV(B) | 0.48º | 1% | 0.99% | - |
| XYZ | 40.18 | 20.76 | 1.92 | - |
| YUV | 77.22 | 84.99 | 252.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 1 | 0 | 0.99 | 1.00 | 0.01 | 0.48 | 0.99 | 0.5 |
| Hex | FC | 3 | 1 | 0 | 63 | 64 | 1 | 0 | 63 | 32 |
| Octal | 374 | 3 | 1 | 0 | 143 | 144 | 1 | 0 | 143 | 62 |
| Binary | 11111100 | 11 | 1 | 0 | 1100011 | 1100100 | 1 | 0 | 1100011 | 110010 |
Color Harmonies of #FC0301
Complementary color
Monochromatic Colors of #FC0301
Black with #FC0301
Text Example
Text Example
White with #FC0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0301; }
p { color: rgb(252,3,1); }
H1.HeaderClassName
{
color: #FC0301;
}
.AnyTagClassName
{
color: #FC0301;
}
</style>
background-color css
<style>
a { background-color: #FC0301; }
a { background-color: rgb(252,3,1); }
div.DivClassName
{
background-color: #FC0301;
}
.BgClassName
{
background-color: #FC0301;
}
</style>
border-color css
<style>
span { border-color: #FC0301; }
span { border-color: rgb(252,3,1); }
td.TdClassName
{
border-color: #FC0301;
}
.TagClassName
{
border-color: #FC0301;
}
</style>