#FC0C01

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

Shades of Red #FC0C01

Tints of Red #FC0C01

Color information

#FC0C01 (or 0xFC0C01) is unknown color: approx Red. HEX triplet: FC, 0C and 01. RGB value is (252,12,1). Sum of RGB (Red+Green+Blue) = 252+12+1=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C01 is #03F3FE. Grayscale: #525252. Windows color (decimal): -259071 or 68860. OLE color: 68860.

HSL color Cylindrical-coordinate representation of color #FC0C01: hue angle of 2.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252121-
CMYK00.951.000.01
HSL2.63º99.21%49.61%-
HSV(B)2.63º99.6%98.82%-
XYZ40.2820.961.95-
YUV82.5182.01248.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 95.09%
GREEN value IS 12 (5.08% from 255) = 4.53%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=95.09%
G=4.53%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212100.951.000.012.6399.2149.61
HexFCC105F64136332
Octal37414101371441314362
Binary11111100110010101111111001001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0C01; }

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

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

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

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

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

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

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

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