Html Css Color HEX #FC1301 Scarlet

📋 copy color: '#FC1301'

red 252 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #FC1301

Tints of Scarlet #FC1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 92.65%
G = 6.99%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC1301 (or 0xFC1301) is known color: Scarlet. HEX triplet: FC, 13 and 01. RGB value is (252,19,1). Sum of RGB (Red+Green+Blue) = 252+19+1=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1301 is #03ECFE. Grayscale: #565656. Windows color (decimal): -257279 or 70652. OLE color: 70652.

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

Color convert

RGB 252 19 1 -
CMYK 0 0.92 1.00 0.01
HSL 4.3º 0.99% 0.5% -
HSV(B) 4.3º 1% 0.99% -
XYZ 40.38 21.16 1.99 -
YUV 86.62 79.69 245.96 -
System Red Green Blue C M Y K H S L
Decimal 252 19 1 0 0.92 1.00 0.01 4.3 0.99 0.5
Hex FC 13 1 0 5C 64 1 4 63 32
Octal 374 23 1 0 134 144 1 4 143 62
Binary 11111100 10011 1 0 1011100 1100100 1 100 1100011 110010

Color Harmonies of #FC1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1301

Black with #FC1301

Text Example


Text Example

White with #FC1301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1301; }

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

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

background-color css

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

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

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

border-color css

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

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

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