Shades of Red #FC1009
Tints of Red #FC1009
RGB
CMYK
RGB Variations
Color information
#FC1009 (or 0xFC1009) is known color: Red. HEX triplet: FC, 10 and 09. RGB value is (252,16,9). Sum of RGB (Red+Green+Blue) = 252+16+9=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1009 is #03EFF6. Grayscale: #565656. Windows color (decimal): -258039 or 594172. OLE color: 594172.
HSL color Cylindrical-coordinate representation of color #FC1009: hue angle of 1.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC1009 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.01 |
| HSL | 1.73º | 0.98% | 0.51% | - |
| HSV(B) | 1.73º | 0.96% | 0.99% | - |
| XYZ | 40.38 | 21.09 | 2.2 | - |
| YUV | 85.77 | 84.69 | 246.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 9 | 0 | 0.94 | 0.96 | 0.01 | 1.73 | 0.98 | 0.51 |
| Hex | FC | 10 | 9 | 0 | 5E | 60 | 1 | 2 | 62 | 33 |
| Octal | 374 | 20 | 11 | 0 | 136 | 140 | 1 | 2 | 142 | 63 |
| Binary | 11111100 | 10000 | 1001 | 0 | 1011110 | 1100000 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FC1009
Complementary color
Monochromatic Colors of #FC1009
Black with #FC1009
Text Example
Text Example
White with #FC1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1009; }
p { color: rgb(252,16,9); }
H1.HeaderClassName
{
color: #FC1009;
}
.AnyTagClassName
{
color: #FC1009;
}
</style>
background-color css
<style>
a { background-color: #FC1009; }
a { background-color: rgb(252,16,9); }
div.DivClassName
{
background-color: #FC1009;
}
.BgClassName
{
background-color: #FC1009;
}
</style>
border-color css
<style>
span { border-color: #FC1009; }
span { border-color: rgb(252,16,9); }
td.TdClassName
{
border-color: #FC1009;
}
.TagClassName
{
border-color: #FC1009;
}
</style>