Shades of Red #FC1000
Tints of Red #FC1000
RGB
CMYK
RGB Variations
Color information
#FC1000 (or 0xFC1000) is known color: Red. HEX triplet: FC, 10 and 00. RGB value is (252,16,0). Sum of RGB (Red+Green+Blue) = 252+16+0=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1000 is #03EFFF. Grayscale: #555555. Windows color (decimal): -258048 or 4348. OLE color: 4348.
HSL color Cylindrical-coordinate representation of color #FC1000: hue angle of 3.81º 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 #FC1000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.01 |
| HSL | 3.81º | 1% | 0.49% | - |
| HSV(B) | 3.81º | 1% | 0.99% | - |
| XYZ | 40.33 | 21.07 | 1.94 | - |
| YUV | 84.74 | 80.19 | 247.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 0 | 0 | 0.94 | 1 | 0.01 | 3.81 | 1 | 0.49 |
| Hex | FC | 10 | 0 | 0 | 5E | 64 | 1 | 4 | 64 | 31 |
| Octal | 374 | 20 | 0 | 0 | 136 | 144 | 1 | 4 | 144 | 61 |
| Binary | 11111100 | 10000 | 0 | 0 | 1011110 | 1100100 | 1 | 100 | 1100100 | 110001 |
Color Harmonies of #FC1000
Complementary color
Monochromatic Colors of #FC1000
Black with #FC1000
Text Example
Text Example
White with #FC1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1000; }
p { color: rgb(252,16,0); }
H1.HeaderClassName
{
color: #FC1000;
}
.AnyTagClassName
{
color: #FC1000;
}
</style>
background-color css
<style>
a { background-color: #FC1000; }
a { background-color: rgb(252,16,0); }
div.DivClassName
{
background-color: #FC1000;
}
.BgClassName
{
background-color: #FC1000;
}
</style>
border-color css
<style>
span { border-color: #FC1000; }
span { border-color: rgb(252,16,0); }
td.TdClassName
{
border-color: #FC1000;
}
.TagClassName
{
border-color: #FC1000;
}
</style>