Html Css Color HEX #FC0501 Red

📋 copy color: '#FC0501'

red 252 ◦ green 5 ◦ blue 1

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

Shades of Red #FC0501

Tints of Red #FC0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 97.67%
G = 1.94%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0501 (or 0xFC0501) is known color: Red. HEX triplet: FC, 05 and 01. RGB value is (252,5,1). Sum of RGB (Red+Green+Blue) = 252+5+1=258 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.67% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0501 is #03FAFE. Grayscale: #4E4E4E. Windows color (decimal): -260863 or 67068. OLE color: 67068.

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

Color convert

RGB 252 5 1 -
CMYK 0 0.98 1.00 0.01
HSL 0.96º 0.99% 0.5% -
HSV(B) 0.96º 1% 0.99% -
XYZ 40.2 20.81 1.93 -
YUV 78.4 84.33 251.83 -
System Red Green Blue C M Y K H S L
Decimal 252 5 1 0 0.98 1.00 0.01 0.96 0.99 0.5
Hex FC 5 1 0 62 64 1 1 63 32
Octal 374 5 1 0 142 144 1 1 143 62
Binary 11111100 101 1 0 1100010 1100100 1 1 1100011 110010

Color Harmonies of #FC0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0501

Black with #FC0501

Text Example


Text Example

White with #FC0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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