Html Css Color HEX #FC1701 Scarlet

📋 copy color: '#FC1701'

red 252 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #FC1701

Tints of Scarlet #FC1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 91.3%
G = 8.33%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC1701 (or 0xFC1701) is known color: Scarlet. HEX triplet: FC, 17 and 01. RGB value is (252,23,1). Sum of RGB (Red+Green+Blue) = 252+23+1=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1701 is #03E8FE. Grayscale: #595959. Windows color (decimal): -256255 or 71676. OLE color: 71676.

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

Color convert

RGB 252 23 1 -
CMYK 0 0.91 1.00 0.01
HSL 5.26º 0.99% 0.5% -
HSV(B) 5.26º 1% 0.99% -
XYZ 40.46 21.31 2.01 -
YUV 88.96 78.37 244.29 -
System Red Green Blue C M Y K H S L
Decimal 252 23 1 0 0.91 1.00 0.01 5.26 0.99 0.5
Hex FC 17 1 0 5B 64 1 5 63 32
Octal 374 27 1 0 133 144 1 5 143 62
Binary 11111100 10111 1 0 1011011 1100100 1 101 1100011 110010

Color Harmonies of #FC1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1701

Black with #FC1701

Text Example


Text Example

White with #FC1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1701; }

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

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

background-color css

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

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

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

border-color css

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

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

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