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