Shades of Red #FC1110
Tints of Red #FC1110
RGB
CMYK
RGB Variations
Color information
#FC1110 (or 0xFC1110) is known color: Red. HEX triplet: FC, 11 and 10. RGB value is (252,17,16). Sum of RGB (Red+Green+Blue) = 252+17+16=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1110 is #03EEEF. Grayscale: #575757. Windows color (decimal): -257776 or 1053180. OLE color: 1053180.
HSL color Cylindrical-coordinate representation of color #FC1110: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1110 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 16 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.01 |
| HSL | 0.25º | 0.98% | 0.53% | - |
| HSV(B) | 0.25º | 0.94% | 0.99% | - |
| XYZ | 40.44 | 21.13 | 2.44 | - |
| YUV | 87.15 | 87.86 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 16 | 0 | 0.93 | 0.94 | 0.01 | 0.25 | 0.98 | 0.53 |
| Hex | FC | 11 | 10 | 0 | 5D | 5E | 1 | 0 | 62 | 35 |
| Octal | 374 | 21 | 20 | 0 | 135 | 136 | 1 | 0 | 142 | 65 |
| Binary | 11111100 | 10001 | 10000 | 0 | 1011101 | 1011110 | 1 | 0 | 1100010 | 110101 |
Color Harmonies of #FC1110
Complementary color
Monochromatic Colors of #FC1110
Black with #FC1110
Text Example
Text Example
White with #FC1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1110; }
p { color: rgb(252,17,16); }
H1.HeaderClassName
{
color: #FC1110;
}
.AnyTagClassName
{
color: #FC1110;
}
</style>
background-color css
<style>
a { background-color: #FC1110; }
a { background-color: rgb(252,17,16); }
div.DivClassName
{
background-color: #FC1110;
}
.BgClassName
{
background-color: #FC1110;
}
</style>
border-color css
<style>
span { border-color: #FC1110; }
span { border-color: rgb(252,17,16); }
td.TdClassName
{
border-color: #FC1110;
}
.TagClassName
{
border-color: #FC1110;
}
</style>