Html Css Color HEX #FC0801 Red

📋 copy color: '#FC0801'

red 252 ◦ green 8 ◦ blue 1

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

Shades of Red #FC0801

Tints of Red #FC0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 96.55%
G = 3.07%
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

#FC0801 (or 0xFC0801) is known color: Red. HEX triplet: FC, 08 and 01. RGB value is (252,8,1). Sum of RGB (Red+Green+Blue) = 252+8+1=261 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.55% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0801 is #03F7FE. Grayscale: #505050. Windows color (decimal): -260095 or 67836. OLE color: 67836.

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

Color convert

RGB 252 8 1 -
CMYK 0 0.97 1.00 0.01
HSL 1.67º 0.99% 0.5% -
HSV(B) 1.67º 1% 0.99% -
XYZ 40.24 20.87 1.94 -
YUV 80.16 83.34 250.57 -
System Red Green Blue C M Y K H S L
Decimal 252 8 1 0 0.97 1.00 0.01 1.67 0.99 0.5
Hex FC 8 1 0 61 64 1 2 63 32
Octal 374 10 1 0 141 144 1 2 143 62
Binary 11111100 1000 1 0 1100001 1100100 1 10 1100011 110010

Color Harmonies of #FC0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0801

Black with #FC0801

Text Example


Text Example

White with #FC0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0801; }

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

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

background-color css

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

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

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

border-color css

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

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

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