Shades of Red #FC0D03
Tints of Red #FC0D03
RGB
CMYK
RGB Variations
Color information
#FC0D03 (or 0xFC0D03) is known color: Red. HEX triplet: FC, 0D and 03. RGB value is (252,13,3). Sum of RGB (Red+Green+Blue) = 252+13+3=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D03 is #03F2FC. Grayscale: #535353. Windows color (decimal): -258813 or 200188. OLE color: 200188.
HSL color Cylindrical-coordinate representation of color #FC0D03: hue angle of 2.41º 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 #FC0D03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.01 |
| HSL | 2.41º | 0.98% | 0.5% | - |
| HSV(B) | 2.41º | 0.99% | 0.99% | - |
| XYZ | 40.31 | 20.99 | 2.01 | - |
| YUV | 83.32 | 82.68 | 248.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 3 | 0 | 0.95 | 0.99 | 0.01 | 2.41 | 0.98 | 0.5 |
| Hex | FC | D | 3 | 0 | 5F | 63 | 1 | 2 | 62 | 32 |
| Octal | 374 | 15 | 3 | 0 | 137 | 143 | 1 | 2 | 142 | 62 |
| Binary | 11111100 | 1101 | 11 | 0 | 1011111 | 1100011 | 1 | 10 | 1100010 | 110010 |
Color Harmonies of #FC0D03
Complementary color
Monochromatic Colors of #FC0D03
Black with #FC0D03
Text Example
Text Example
White with #FC0D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D03; }
p { color: rgb(252,13,3); }
H1.HeaderClassName
{
color: #FC0D03;
}
.AnyTagClassName
{
color: #FC0D03;
}
</style>
background-color css
<style>
a { background-color: #FC0D03; }
a { background-color: rgb(252,13,3); }
div.DivClassName
{
background-color: #FC0D03;
}
.BgClassName
{
background-color: #FC0D03;
}
</style>
border-color css
<style>
span { border-color: #FC0D03; }
span { border-color: rgb(252,13,3); }
td.TdClassName
{
border-color: #FC0D03;
}
.TagClassName
{
border-color: #FC0D03;
}
</style>