Shades of Red #FC0D06
Tints of Red #FC0D06
RGB
CMYK
RGB Variations
Color information
#FC0D06 (or 0xFC0D06) is known color: Red. HEX triplet: FC, 0D and 06. RGB value is (252,13,6). Sum of RGB (Red+Green+Blue) = 252+13+6=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D06 is #03F2F9. Grayscale: #535353. Windows color (decimal): -258810 or 396796. OLE color: 396796.
HSL color Cylindrical-coordinate representation of color #FC0D06: hue angle of 1.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0D06 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 6 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.01 |
| HSL | 1.71º | 0.98% | 0.51% | - |
| HSV(B) | 1.71º | 0.98% | 0.99% | - |
| XYZ | 40.32 | 21 | 2.1 | - |
| YUV | 83.66 | 84.18 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 6 | 0 | 0.95 | 0.98 | 0.01 | 1.71 | 0.98 | 0.51 |
| Hex | FC | D | 6 | 0 | 5F | 62 | 1 | 2 | 62 | 33 |
| Octal | 374 | 15 | 6 | 0 | 137 | 142 | 1 | 2 | 142 | 63 |
| Binary | 11111100 | 1101 | 110 | 0 | 1011111 | 1100010 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FC0D06
Complementary color
Monochromatic Colors of #FC0D06
Black with #FC0D06
Text Example
Text Example
White with #FC0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D06; }
p { color: rgb(252,13,6); }
H1.HeaderClassName
{
color: #FC0D06;
}
.AnyTagClassName
{
color: #FC0D06;
}
</style>
background-color css
<style>
a { background-color: #FC0D06; }
a { background-color: rgb(252,13,6); }
div.DivClassName
{
background-color: #FC0D06;
}
.BgClassName
{
background-color: #FC0D06;
}
</style>
border-color css
<style>
span { border-color: #FC0D06; }
span { border-color: rgb(252,13,6); }
td.TdClassName
{
border-color: #FC0D06;
}
.TagClassName
{
border-color: #FC0D06;
}
</style>