Html Css Color HEX #FC0201 Red

📋 copy color: '#FC0201'

red 252 ◦ green 2 ◦ blue 1

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

Shades of Red #FC0201

Tints of Red #FC0201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 98.82%
G = 0.78%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0201 (or 0xFC0201) is known color: Red. HEX triplet: FC, 02 and 01. RGB value is (252,2,1). Sum of RGB (Red+Green+Blue) = 252+2+1=255 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.82% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0201 is #03FDFE. Grayscale: #4C4C4C. Windows color (decimal): -261631 or 66300. OLE color: 66300.

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

Color convert

RGB 252 2 1 -
CMYK 0 0.99 1.00 0.01
HSL 0.24º 0.99% 0.5% -
HSV(B) 0.24º 1% 0.99% -
XYZ 40.17 20.74 1.91 -
YUV 76.64 85.33 253.08 -
System Red Green Blue C M Y K H S L
Decimal 252 2 1 0 0.99 1.00 0.01 0.24 0.99 0.5
Hex FC 2 1 0 63 64 1 0 63 32
Octal 374 2 1 0 143 144 1 0 143 62
Binary 11111100 10 1 0 1100011 1100100 1 0 1100011 110010

Color Harmonies of #FC0201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0201

Black with #FC0201

Text Example


Text Example

White with #FC0201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0201; }

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

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

background-color css

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

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

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

border-color css

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

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

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