#FC0C03

Color #FC0C03 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FC0C03

Tints of Red #FC0C03

Color information

#FC0C03 (or 0xFC0C03) is unknown color: approx Red. HEX triplet: FC, 0C and 03. RGB value is (252,12,3). Sum of RGB (Red+Green+Blue) = 252+12+3=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C03 is #03F3FC. Grayscale: #535353. Windows color (decimal): -259069 or 199932. OLE color: 199932.

HSL color Cylindrical-coordinate representation of color #FC0C03: hue angle of 2.17º 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 #FC0C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB252123-
CMYK00.950.990.01
HSL2.17º97.65%50%-
HSV(B)2.17º98.81%98.82%-
XYZ40.2920.962.01-
YUV82.7383.01248.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 94.38%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=94.38%
G=4.49%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212300.950.990.012.1797.6550
HexFCC305F63126232
Octal37414301371431214262
Binary111111001100110101111111000111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0C03; }

 p { color: rgb(252,12,3); }

 H1.HeaderClassName
 {
   color: #FC0C03;
 }
 .AnyTagClassName
 {
   color: #FC0C03;
 }
</style>
background-color css

<style>
 a { background-color: #FC0C03; }

 a { background-color: rgb(252,12,3); }

 div.DivClassName
 {
   background-color: #FC0C03;
 }
 .BgClassName
 {
   background-color: #FC0C03;
 }
</style>
border-color css

<style>
 span { border-color: #FC0C03; }

 span { border-color: rgb(252,12,3); }

 td.TdClassName
 {
   border-color: #FC0C03;
 }
 .TagClassName
 {
   border-color: #FC0C03;
 }
</style>