Shades of Red #FC1203
Tints of Red #FC1203
RGB
CMYK
RGB Variations
Color information
#FC1203 (or 0xFC1203) is known color: Red. HEX triplet: FC, 12 and 03. RGB value is (252,18,3). Sum of RGB (Red+Green+Blue) = 252+18+3=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1203 is #03EDFC. Grayscale: #565656. Windows color (decimal): -257533 or 201468. OLE color: 201468.
HSL color Cylindrical-coordinate representation of color #FC1203: hue angle of 3.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC1203 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.01 |
| HSL | 3.61º | 0.98% | 0.5% | - |
| HSV(B) | 3.61º | 0.99% | 0.99% | - |
| XYZ | 40.38 | 21.13 | 2.04 | - |
| YUV | 86.26 | 81.02 | 246.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 3 | 0 | 0.93 | 0.99 | 0.01 | 3.61 | 0.98 | 0.5 |
| Hex | FC | 12 | 3 | 0 | 5D | 63 | 1 | 4 | 62 | 32 |
| Octal | 374 | 22 | 3 | 0 | 135 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111100 | 10010 | 11 | 0 | 1011101 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FC1203
Complementary color
Monochromatic Colors of #FC1203
Black with #FC1203
Text Example
Text Example
White with #FC1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1203; }
p { color: rgb(252,18,3); }
H1.HeaderClassName
{
color: #FC1203;
}
.AnyTagClassName
{
color: #FC1203;
}
</style>
background-color css
<style>
a { background-color: #FC1203; }
a { background-color: rgb(252,18,3); }
div.DivClassName
{
background-color: #FC1203;
}
.BgClassName
{
background-color: #FC1203;
}
</style>
border-color css
<style>
span { border-color: #FC1203; }
span { border-color: rgb(252,18,3); }
td.TdClassName
{
border-color: #FC1203;
}
.TagClassName
{
border-color: #FC1203;
}
</style>