Html Css Color HEX #FC0101 Red

📋 copy color: '#FC0101'

red 252 ◦ green 1 ◦ blue 1

#FC0101
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FC0101

Tints of Red #FC0101

RGB

 RED value IS 252 (98.83% from 255) = 99.21%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 99.21%
G = 0.39%
B = 0.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0101 (or 0xFC0101) is known color: Red. HEX triplet: FC, 01 and 01. RGB value is (252,1,1). Sum of RGB (Red+Green+Blue) = 252+1+1=254 (33% of max value = 765). Red value is 252 (98.83% from 255 or 99.21% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0101 is #03FEFE. Grayscale: #4C4C4C. Windows color (decimal): -261887 or 66044. OLE color: 66044.

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

Color convert

RGB 252 1 1 -
CMYK 0 1.00 1.00 0.01
HSL 0.99% 0.5% -
HSV(B) 1% 0.99% -
XYZ 40.16 20.72 1.91 -
YUV 76.05 85.66 253.5 -
System Red Green Blue C M Y K H S L
Decimal 252 1 1 0 1.00 1.00 0.01 0 0.99 0.5
Hex FC 1 1 0 64 64 1 0 63 32
Octal 374 1 1 0 144 144 1 0 143 62
Binary 11111100 1 1 0 1100100 1100100 1 0 1100011 110010

Color Harmonies of #FC0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0101

Black with #FC0101

Text Example


Text Example

White with #FC0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0101; }

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

 H1.HeaderClassName
 {
   color: #FC0101;
 }
 .AnyTagClassName
 {
   color: #FC0101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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