Shades of Red #FC1102
Tints of Red #FC1102
RGB
CMYK
RGB Variations
Color information
#FC1102 (or 0xFC1102) is known color: Red. HEX triplet: FC, 11 and 02. RGB value is (252,17,2). Sum of RGB (Red+Green+Blue) = 252+17+2=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1102 is #03EEFD. Grayscale: #555555. Windows color (decimal): -257790 or 135676. OLE color: 135676.
HSL color Cylindrical-coordinate representation of color #FC1102: hue angle of 3.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.01 |
| HSL | 3.6º | 0.98% | 0.5% | - |
| HSV(B) | 3.6º | 0.99% | 0.99% | - |
| XYZ | 40.36 | 21.1 | 2 | - |
| YUV | 85.56 | 80.86 | 246.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 2 | 0 | 0.93 | 0.99 | 0.01 | 3.6 | 0.98 | 0.5 |
| Hex | FC | 11 | 2 | 0 | 5D | 63 | 1 | 4 | 62 | 32 |
| Octal | 374 | 21 | 2 | 0 | 135 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111100 | 10001 | 10 | 0 | 1011101 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FC1102
Complementary color
Monochromatic Colors of #FC1102
Black with #FC1102
Text Example
Text Example
White with #FC1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1102; }
p { color: rgb(252,17,2); }
H1.HeaderClassName
{
color: #FC1102;
}
.AnyTagClassName
{
color: #FC1102;
}
</style>
background-color css
<style>
a { background-color: #FC1102; }
a { background-color: rgb(252,17,2); }
div.DivClassName
{
background-color: #FC1102;
}
.BgClassName
{
background-color: #FC1102;
}
</style>
border-color css
<style>
span { border-color: #FC1102; }
span { border-color: rgb(252,17,2); }
td.TdClassName
{
border-color: #FC1102;
}
.TagClassName
{
border-color: #FC1102;
}
</style>