Html Css Color HEX #FC0701 Red

📋 copy color: '#FC0701'

red 252 ◦ green 7 ◦ blue 1

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

Shades of Red #FC0701

Tints of Red #FC0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

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

R = 96.92%
G = 2.69%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0701 (or 0xFC0701) is known color: Red. HEX triplet: FC, 07 and 01. RGB value is (252,7,1). Sum of RGB (Red+Green+Blue) = 252+7+1=260 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.92% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0701 is #03F8FE. Grayscale: #4F4F4F. Windows color (decimal): -260351 or 67580. OLE color: 67580.

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

Color convert

RGB 252 7 1 -
CMYK 0 0.97 1.00 0.01
HSL 1.43º 0.99% 0.5% -
HSV(B) 1.43º 1% 0.99% -
XYZ 40.23 20.85 1.93 -
YUV 79.57 83.67 250.99 -
System Red Green Blue C M Y K H S L
Decimal 252 7 1 0 0.97 1.00 0.01 1.43 0.99 0.5
Hex FC 7 1 0 61 64 1 1 63 32
Octal 374 7 1 0 141 144 1 1 143 62
Binary 11111100 111 1 0 1100001 1100100 1 1 1100011 110010

Color Harmonies of #FC0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0701

Black with #FC0701

Text Example


Text Example

White with #FC0701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0701; }

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

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

background-color css

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

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

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

border-color css

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

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

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