Shades of Red #FC0E0C
Tints of Red #FC0E0C
RGB
CMYK
RGB Variations
Color information
#FC0E0C (or 0xFC0E0C) is known color: Red. HEX triplet: FC, 0E and 0C. RGB value is (252,14,12). Sum of RGB (Red+Green+Blue) = 252+14+12=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0E0C is #03F1F3. Grayscale: #555555. Windows color (decimal): -258548 or 790268. OLE color: 790268.
HSL color Cylindrical-coordinate representation of color #FC0E0C: hue angle of 0.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0E0C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.01 |
| HSL | 0.5º | 0.98% | 0.52% | - |
| HSV(B) | 0.5º | 0.95% | 0.99% | - |
| XYZ | 40.37 | 21.04 | 2.28 | - |
| YUV | 84.93 | 86.85 | 247.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 12 | 0 | 0.94 | 0.95 | 0.01 | 0.5 | 0.98 | 0.52 |
| Hex | FC | E | C | 0 | 5E | 5F | 1 | 0 | 62 | 34 |
| Octal | 374 | 16 | 14 | 0 | 136 | 137 | 1 | 0 | 142 | 64 |
| Binary | 11111100 | 1110 | 1100 | 0 | 1011110 | 1011111 | 1 | 0 | 1100010 | 110100 |
Color Harmonies of #FC0E0C
Complementary color
Monochromatic Colors of #FC0E0C
Black with #FC0E0C
Text Example
Text Example
White with #FC0E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E0C; }
p { color: rgb(252,14,12); }
H1.HeaderClassName
{
color: #FC0E0C;
}
.AnyTagClassName
{
color: #FC0E0C;
}
</style>
background-color css
<style>
a { background-color: #FC0E0C; }
a { background-color: rgb(252,14,12); }
div.DivClassName
{
background-color: #FC0E0C;
}
.BgClassName
{
background-color: #FC0E0C;
}
</style>
border-color css
<style>
span { border-color: #FC0E0C; }
span { border-color: rgb(252,14,12); }
td.TdClassName
{
border-color: #FC0E0C;
}
.TagClassName
{
border-color: #FC0E0C;
}
</style>