Shades of Red #FC1206
Tints of Red #FC1206
RGB
CMYK
RGB Variations
Color information
#FC1206 (or 0xFC1206) is known color: Red. HEX triplet: FC, 12 and 06. RGB value is (252,18,6). Sum of RGB (Red+Green+Blue) = 252+18+6=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1206 is #03EDF9. Grayscale: #565656. Windows color (decimal): -257530 or 398076. OLE color: 398076.
HSL color Cylindrical-coordinate representation of color #FC1206: hue angle of 2.93º 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 #FC1206 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 6 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.01 |
| HSL | 2.93º | 0.98% | 0.51% | - |
| HSV(B) | 2.93º | 0.98% | 0.99% | - |
| XYZ | 40.39 | 21.14 | 2.12 | - |
| YUV | 86.6 | 82.52 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 6 | 0 | 0.93 | 0.98 | 0.01 | 2.93 | 0.98 | 0.51 |
| Hex | FC | 12 | 6 | 0 | 5D | 62 | 1 | 3 | 62 | 33 |
| Octal | 374 | 22 | 6 | 0 | 135 | 142 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10010 | 110 | 0 | 1011101 | 1100010 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC1206
Complementary color
Monochromatic Colors of #FC1206
Black with #FC1206
Text Example
Text Example
White with #FC1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1206; }
p { color: rgb(252,18,6); }
H1.HeaderClassName
{
color: #FC1206;
}
.AnyTagClassName
{
color: #FC1206;
}
</style>
background-color css
<style>
a { background-color: #FC1206; }
a { background-color: rgb(252,18,6); }
div.DivClassName
{
background-color: #FC1206;
}
.BgClassName
{
background-color: #FC1206;
}
</style>
border-color css
<style>
span { border-color: #FC1206; }
span { border-color: rgb(252,18,6); }
td.TdClassName
{
border-color: #FC1206;
}
.TagClassName
{
border-color: #FC1206;
}
</style>