Shades of Red #FC0503
Tints of Red #FC0503
RGB
CMYK
RGB Variations
Color information
#FC0503 (or 0xFC0503) is known color: Red. HEX triplet: FC, 05 and 03. RGB value is (252,5,3). Sum of RGB (Red+Green+Blue) = 252+5+3=260 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0503 is #03FAFC. Grayscale: #4E4E4E. Windows color (decimal): -260861 or 198140. OLE color: 198140.
HSL color Cylindrical-coordinate representation of color #FC0503: hue angle of 0.48º 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 #FC0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.01 |
| HSL | 0.48º | 0.98% | 0.5% | - |
| HSV(B) | 0.48º | 0.99% | 0.99% | - |
| XYZ | 40.22 | 20.81 | 1.98 | - |
| YUV | 78.63 | 85.33 | 251.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 3 | 0 | 0.98 | 0.99 | 0.01 | 0.48 | 0.98 | 0.5 |
| Hex | FC | 5 | 3 | 0 | 62 | 63 | 1 | 0 | 62 | 32 |
| Octal | 374 | 5 | 3 | 0 | 142 | 143 | 1 | 0 | 142 | 62 |
| Binary | 11111100 | 101 | 11 | 0 | 1100010 | 1100011 | 1 | 0 | 1100010 | 110010 |
Color Harmonies of #FC0503
Complementary color
Monochromatic Colors of #FC0503
Black with #FC0503
Text Example
Text Example
White with #FC0503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0503; }
p { color: rgb(252,5,3); }
H1.HeaderClassName
{
color: #FC0503;
}
.AnyTagClassName
{
color: #FC0503;
}
</style>
background-color css
<style>
a { background-color: #FC0503; }
a { background-color: rgb(252,5,3); }
div.DivClassName
{
background-color: #FC0503;
}
.BgClassName
{
background-color: #FC0503;
}
</style>
border-color css
<style>
span { border-color: #FC0503; }
span { border-color: rgb(252,5,3); }
td.TdClassName
{
border-color: #FC0503;
}
.TagClassName
{
border-color: #FC0503;
}
</style>