Shades of Red #FC0300
Tints of Red #FC0300
RGB
CMYK
RGB Variations
Color information
#FC0300 (or 0xFC0300) is known color: Red. HEX triplet: FC, 03 and 00. RGB value is (252,3,0). Sum of RGB (Red+Green+Blue) = 252+3+0=255 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.82% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0300 is #03FCFF. Grayscale: #4D4D4D. Windows color (decimal): -261376 or 1020. OLE color: 1020.
HSL color Cylindrical-coordinate representation of color #FC0300: hue angle of 0.71º 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 #FC0300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.01 |
| HSL | 0.71º | 1% | 0.49% | - |
| HSV(B) | 0.71º | 1% | 0.99% | - |
| XYZ | 40.18 | 20.76 | 1.89 | - |
| YUV | 77.11 | 84.49 | 252.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 0 | 0 | 0.99 | 1 | 0.01 | 0.71 | 1 | 0.49 |
| Hex | FC | 3 | 0 | 0 | 63 | 64 | 1 | 1 | 64 | 31 |
| Octal | 374 | 3 | 0 | 0 | 143 | 144 | 1 | 1 | 144 | 61 |
| Binary | 11111100 | 11 | 0 | 0 | 1100011 | 1100100 | 1 | 1 | 1100100 | 110001 |
Color Harmonies of #FC0300
Complementary color
Monochromatic Colors of #FC0300
Black with #FC0300
Text Example
Text Example
White with #FC0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0300; }
p { color: rgb(252,3,0); }
H1.HeaderClassName
{
color: #FC0300;
}
.AnyTagClassName
{
color: #FC0300;
}
</style>
background-color css
<style>
a { background-color: #FC0300; }
a { background-color: rgb(252,3,0); }
div.DivClassName
{
background-color: #FC0300;
}
.BgClassName
{
background-color: #FC0300;
}
</style>
border-color css
<style>
span { border-color: #FC0300; }
span { border-color: rgb(252,3,0); }
td.TdClassName
{
border-color: #FC0300;
}
.TagClassName
{
border-color: #FC0300;
}
</style>