Shades of Red #FC0E05
Tints of Red #FC0E05
RGB
CMYK
RGB Variations
Color information
#FC0E05 (or 0xFC0E05) is known color: Red. HEX triplet: FC, 0E and 05. RGB value is (252,14,5). Sum of RGB (Red+Green+Blue) = 252+14+5=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0E05 is #03F1FA. Grayscale: #545454. Windows color (decimal): -258555 or 331516. OLE color: 331516.
HSL color Cylindrical-coordinate representation of color #FC0E05: hue angle of 2.19º 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 #FC0E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.19º | 0.98% | 0.5% | - |
| HSV(B) | 2.19º | 0.98% | 0.99% | - |
| XYZ | 40.33 | 21.02 | 2.08 | - |
| YUV | 84.14 | 83.35 | 247.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 5 | 0 | 0.94 | 0.98 | 0.01 | 2.19 | 0.98 | 0.5 |
| Hex | FC | E | 5 | 0 | 5E | 62 | 1 | 2 | 62 | 32 |
| Octal | 374 | 16 | 5 | 0 | 136 | 142 | 1 | 2 | 142 | 62 |
| Binary | 11111100 | 1110 | 101 | 0 | 1011110 | 1100010 | 1 | 10 | 1100010 | 110010 |
Color Harmonies of #FC0E05
Complementary color
Monochromatic Colors of #FC0E05
Black with #FC0E05
Text Example
Text Example
White with #FC0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E05; }
p { color: rgb(252,14,5); }
H1.HeaderClassName
{
color: #FC0E05;
}
.AnyTagClassName
{
color: #FC0E05;
}
</style>
background-color css
<style>
a { background-color: #FC0E05; }
a { background-color: rgb(252,14,5); }
div.DivClassName
{
background-color: #FC0E05;
}
.BgClassName
{
background-color: #FC0E05;
}
</style>
border-color css
<style>
span { border-color: #FC0E05; }
span { border-color: rgb(252,14,5); }
td.TdClassName
{
border-color: #FC0E05;
}
.TagClassName
{
border-color: #FC0E05;
}
</style>