Shades of Red #FC1008
Tints of Red #FC1008
RGB
CMYK
RGB Variations
Color information
#FC1008 (or 0xFC1008) is known color: Red. HEX triplet: FC, 10 and 08. RGB value is (252,16,8). Sum of RGB (Red+Green+Blue) = 252+16+8=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1008 is #03EFF7. Grayscale: #555555. Windows color (decimal): -258040 or 528636. OLE color: 528636.
HSL color Cylindrical-coordinate representation of color #FC1008: hue angle of 1.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC1008 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.01 |
| HSL | 1.97º | 0.98% | 0.51% | - |
| HSV(B) | 1.97º | 0.97% | 0.99% | - |
| XYZ | 40.37 | 21.08 | 2.17 | - |
| YUV | 85.65 | 84.19 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 8 | 0 | 0.94 | 0.97 | 0.01 | 1.97 | 0.98 | 0.51 |
| Hex | FC | 10 | 8 | 0 | 5E | 61 | 1 | 2 | 62 | 33 |
| Octal | 374 | 20 | 10 | 0 | 136 | 141 | 1 | 2 | 142 | 63 |
| Binary | 11111100 | 10000 | 1000 | 0 | 1011110 | 1100001 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FC1008
Complementary color
Monochromatic Colors of #FC1008
Black with #FC1008
Text Example
Text Example
White with #FC1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1008; }
p { color: rgb(252,16,8); }
H1.HeaderClassName
{
color: #FC1008;
}
.AnyTagClassName
{
color: #FC1008;
}
</style>
background-color css
<style>
a { background-color: #FC1008; }
a { background-color: rgb(252,16,8); }
div.DivClassName
{
background-color: #FC1008;
}
.BgClassName
{
background-color: #FC1008;
}
</style>
border-color css
<style>
span { border-color: #FC1008; }
span { border-color: rgb(252,16,8); }
td.TdClassName
{
border-color: #FC1008;
}
.TagClassName
{
border-color: #FC1008;
}
</style>