Shades of Red #FC1005
Tints of Red #FC1005
RGB
CMYK
RGB Variations
Color information
#FC1005 (or 0xFC1005) is known color: Red. HEX triplet: FC, 10 and 05. RGB value is (252,16,5). Sum of RGB (Red+Green+Blue) = 252+16+5=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1005 is #03EFFA. Grayscale: #555555. Windows color (decimal): -258043 or 332028. OLE color: 332028.
HSL color Cylindrical-coordinate representation of color #FC1005: hue angle of 2.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC1005 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.67º | 0.98% | 0.5% | - |
| HSV(B) | 2.67º | 0.98% | 0.99% | - |
| XYZ | 40.36 | 21.08 | 2.08 | - |
| YUV | 85.31 | 82.69 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 5 | 0 | 0.94 | 0.98 | 0.01 | 2.67 | 0.98 | 0.5 |
| Hex | FC | 10 | 5 | 0 | 5E | 62 | 1 | 3 | 62 | 32 |
| Octal | 374 | 20 | 5 | 0 | 136 | 142 | 1 | 3 | 142 | 62 |
| Binary | 11111100 | 10000 | 101 | 0 | 1011110 | 1100010 | 1 | 11 | 1100010 | 110010 |
Color Harmonies of #FC1005
Complementary color
Monochromatic Colors of #FC1005
Black with #FC1005
Text Example
Text Example
White with #FC1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1005; }
p { color: rgb(252,16,5); }
H1.HeaderClassName
{
color: #FC1005;
}
.AnyTagClassName
{
color: #FC1005;
}
</style>
background-color css
<style>
a { background-color: #FC1005; }
a { background-color: rgb(252,16,5); }
div.DivClassName
{
background-color: #FC1005;
}
.BgClassName
{
background-color: #FC1005;
}
</style>
border-color css
<style>
span { border-color: #FC1005; }
span { border-color: rgb(252,16,5); }
td.TdClassName
{
border-color: #FC1005;
}
.TagClassName
{
border-color: #FC1005;
}
</style>