Shades of Red #FC1100
Tints of Red #FC1100
RGB
CMYK
RGB Variations
Color information
#FC1100 (or 0xFC1100) is known color: Red. HEX triplet: FC, 11 and 00. RGB value is (252,17,0). Sum of RGB (Red+Green+Blue) = 252+17+0=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1100 is #03EEFF. Grayscale: #555555. Windows color (decimal): -257792 or 4604. OLE color: 4604.
HSL color Cylindrical-coordinate representation of color #FC1100: hue angle of 4.05º 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 #FC1100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.01 |
| HSL | 4.05º | 1% | 0.49% | - |
| HSV(B) | 4.05º | 1% | 0.99% | - |
| XYZ | 40.35 | 21.1 | 1.95 | - |
| YUV | 85.33 | 79.86 | 246.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 0 | 0 | 0.93 | 1 | 0.01 | 4.05 | 1 | 0.49 |
| Hex | FC | 11 | 0 | 0 | 5D | 64 | 1 | 4 | 64 | 31 |
| Octal | 374 | 21 | 0 | 0 | 135 | 144 | 1 | 4 | 144 | 61 |
| Binary | 11111100 | 10001 | 0 | 0 | 1011101 | 1100100 | 1 | 100 | 1100100 | 110001 |
Color Harmonies of #FC1100
Complementary color
Monochromatic Colors of #FC1100
Black with #FC1100
Text Example
Text Example
White with #FC1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1100; }
p { color: rgb(252,17,0); }
H1.HeaderClassName
{
color: #FC1100;
}
.AnyTagClassName
{
color: #FC1100;
}
</style>
background-color css
<style>
a { background-color: #FC1100; }
a { background-color: rgb(252,17,0); }
div.DivClassName
{
background-color: #FC1100;
}
.BgClassName
{
background-color: #FC1100;
}
</style>
border-color css
<style>
span { border-color: #FC1100; }
span { border-color: rgb(252,17,0); }
td.TdClassName
{
border-color: #FC1100;
}
.TagClassName
{
border-color: #FC1100;
}
</style>