Shades of Red #FC1211
Tints of Red #FC1211
RGB
CMYK
RGB Variations
Color information
#FC1211 (or 0xFC1211) is known color: Red. HEX triplet: FC, 12 and 11. RGB value is (252,18,17). Sum of RGB (Red+Green+Blue) = 252+18+17=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1211 is #03EDEE. Grayscale: #585858. Windows color (decimal): -257519 or 1118972. OLE color: 1118972.
HSL color Cylindrical-coordinate representation of color #FC1211: hue angle of 0.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1211 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 17 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.01 |
| HSL | 0.26º | 0.98% | 0.53% | - |
| HSV(B) | 0.26º | 0.93% | 0.99% | - |
| XYZ | 40.46 | 21.17 | 2.48 | - |
| YUV | 87.85 | 88.02 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 17 | 0 | 0.93 | 0.93 | 0.01 | 0.26 | 0.98 | 0.53 |
| Hex | FC | 12 | 11 | 0 | 5D | 5D | 1 | 0 | 62 | 35 |
| Octal | 374 | 22 | 21 | 0 | 135 | 135 | 1 | 0 | 142 | 65 |
| Binary | 11111100 | 10010 | 10001 | 0 | 1011101 | 1011101 | 1 | 0 | 1100010 | 110101 |
Color Harmonies of #FC1211
Complementary color
Monochromatic Colors of #FC1211
Black with #FC1211
Text Example
Text Example
White with #FC1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1211; }
p { color: rgb(252,18,17); }
H1.HeaderClassName
{
color: #FC1211;
}
.AnyTagClassName
{
color: #FC1211;
}
</style>
background-color css
<style>
a { background-color: #FC1211; }
a { background-color: rgb(252,18,17); }
div.DivClassName
{
background-color: #FC1211;
}
.BgClassName
{
background-color: #FC1211;
}
</style>
border-color css
<style>
span { border-color: #FC1211; }
span { border-color: rgb(252,18,17); }
td.TdClassName
{
border-color: #FC1211;
}
.TagClassName
{
border-color: #FC1211;
}
</style>