Html Css Color HEX #FC2001 Scarlet

📋 copy color: '#FC2001'

red 252 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #FC2001

Tints of Scarlet #FC2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 88.42%
G = 11.23%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC2001 (or 0xFC2001) is known color: Scarlet. HEX triplet: FC, 20 and 01. RGB value is (252,32,1). Sum of RGB (Red+Green+Blue) = 252+32+1=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2001 is #03DFFE. Grayscale: #5E5E5E. Windows color (decimal): -253951 or 73980. OLE color: 73980.

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

Color convert

RGB 252 32 1 -
CMYK 0 0.87 1.00 0.01
HSL 7.41º 0.99% 0.5% -
HSV(B) 7.41º 1% 0.99% -
XYZ 40.67 21.73 2.08 -
YUV 94.25 75.39 240.52 -
System Red Green Blue C M Y K H S L
Decimal 252 32 1 0 0.87 1.00 0.01 7.41 0.99 0.5
Hex FC 20 1 0 57 64 1 7 63 32
Octal 374 40 1 0 127 144 1 7 143 62
Binary 11111100 100000 1 0 1010111 1100100 1 111 1100011 110010

Color Harmonies of #FC2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2001

Black with #FC2001

Text Example


Text Example

White with #FC2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2001; }

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

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

background-color css

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

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

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

border-color css

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

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

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