Shades of Red #FC100B
Tints of Red #FC100B
RGB
CMYK
RGB Variations
Color information
#FC100B (or 0xFC100B) is known color: Red. HEX triplet: FC, 10 and 0B. RGB value is (252,16,11). Sum of RGB (Red+Green+Blue) = 252+16+11=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC100B is #03EFF4. Grayscale: #565656. Windows color (decimal): -258037 or 725244. OLE color: 725244.
HSL color Cylindrical-coordinate representation of color #FC100B: hue angle of 1.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC100B is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 11 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.01 |
| HSL | 1.24º | 0.98% | 0.52% | - |
| HSV(B) | 1.24º | 0.96% | 0.99% | - |
| XYZ | 40.39 | 21.09 | 2.26 | - |
| YUV | 85.99 | 85.69 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 11 | 0 | 0.94 | 0.96 | 0.01 | 1.24 | 0.98 | 0.52 |
| Hex | FC | 10 | B | 0 | 5E | 60 | 1 | 1 | 62 | 34 |
| Octal | 374 | 20 | 13 | 0 | 136 | 140 | 1 | 1 | 142 | 64 |
| Binary | 11111100 | 10000 | 1011 | 0 | 1011110 | 1100000 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FC100B
Complementary color
Monochromatic Colors of #FC100B
Black with #FC100B
Text Example
Text Example
White with #FC100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC100B; }
p { color: rgb(252,16,11); }
H1.HeaderClassName
{
color: #FC100B;
}
.AnyTagClassName
{
color: #FC100B;
}
</style>
background-color css
<style>
a { background-color: #FC100B; }
a { background-color: rgb(252,16,11); }
div.DivClassName
{
background-color: #FC100B;
}
.BgClassName
{
background-color: #FC100B;
}
</style>
border-color css
<style>
span { border-color: #FC100B; }
span { border-color: rgb(252,16,11); }
td.TdClassName
{
border-color: #FC100B;
}
.TagClassName
{
border-color: #FC100B;
}
</style>