Shades of Red #FC0700
Tints of Red #FC0700
RGB
CMYK
RGB Variations
Color information
#FC0700 (or 0xFC0700) is known color: Red. HEX triplet: FC, 07 and 00. RGB value is (252,7,0). Sum of RGB (Red+Green+Blue) = 252+7+0=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0700 is #03F8FF. Grayscale: #4F4F4F. Windows color (decimal): -260352 or 2044. OLE color: 2044.
HSL color Cylindrical-coordinate representation of color #FC0700: hue angle of 1.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.01 |
| HSL | 1.67º | 1% | 0.49% | - |
| HSV(B) | 1.67º | 1% | 0.99% | - |
| XYZ | 40.22 | 20.85 | 1.9 | - |
| YUV | 79.46 | 83.17 | 251.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 0 | 0 | 0.97 | 1 | 0.01 | 1.67 | 1 | 0.49 |
| Hex | FC | 7 | 0 | 0 | 61 | 64 | 1 | 2 | 64 | 31 |
| Octal | 374 | 7 | 0 | 0 | 141 | 144 | 1 | 2 | 144 | 61 |
| Binary | 11111100 | 111 | 0 | 0 | 1100001 | 1100100 | 1 | 10 | 1100100 | 110001 |
Color Harmonies of #FC0700
Complementary color
Monochromatic Colors of #FC0700
Black with #FC0700
Text Example
Text Example
White with #FC0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0700; }
p { color: rgb(252,7,0); }
H1.HeaderClassName
{
color: #FC0700;
}
.AnyTagClassName
{
color: #FC0700;
}
</style>
background-color css
<style>
a { background-color: #FC0700; }
a { background-color: rgb(252,7,0); }
div.DivClassName
{
background-color: #FC0700;
}
.BgClassName
{
background-color: #FC0700;
}
</style>
border-color css
<style>
span { border-color: #FC0700; }
span { border-color: rgb(252,7,0); }
td.TdClassName
{
border-color: #FC0700;
}
.TagClassName
{
border-color: #FC0700;
}
</style>