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